Katy Perry goes braless in fur at Balenciaga show in Paris (2024)

PodcastNewsletterSampling & Survey Panel

Katy Perry goes braless in fur at Balenciaga show in Paris (2)Katy Perry goes braless in fur at Balenciaga show in Paris (3)

Katy Perry goes braless in fur at Balenciaga show in Paris (4)

Katy Perry goes braless in fur at Balenciaga show in Paris (6)

Katy Perry goes braless in fur at Balenciaga show in Paris (7)

By

Sybil Mulcahy

on

26th June 2024

in

Entertainment

Katy Perry goes braless in fur at Balenciaga show in Paris (8)

By

Sybil Mulcahy

on

26th June 2024

in

Entertainment

Katy Perry showcased her most daring look yet as she arrived for the Balenciaga show in a perilously plunging fur coat on Wednesday.

The 39-year-old singer turned heads by going braless in the revealing outfit at Haute Couture Fashion Week in Paris. Amid speculation about her trim new body, sources have denied any link to Ozempic.

Regardless, Perry flaunted her impressive abs as she made her entrance. She completed her look with distressed illusion boots that appeared as matching tights and oversized sunglasses.

Katy Perry goes braless in fur at Balenciaga show in Paris (9)

Perry joined notable figures such as Nicole Kidman and Anna Wintour at the star-studded event. Kidman looked equally chic in a sleek all-black ensemble, waving to onlookers as she entered the show.

Katy Perry goes braless in fur at Balenciaga show in Paris (10)

Kidman looked equally chic in a sleek all-black ensemble, waving to onlookers as she entered the show.

Katy Perry goes braless in fur at Balenciaga show in Paris (11)

Naomi Watts was sleek in a white skirt suit, accompanied by her child, Kai Schreiber, 15, who opted for a black lace dress.

Katy Perry goes braless in fur at Balenciaga show in Paris (12)

Ashley Graham also turned heads with a busty display in a plunging black velvet corset, her raven tresses styled in a wet-look braided bun. Michelle Yeoh showcased her snazzy sense of style in an oversized PVC leather coat, her hair in a bouncy bob.

Katy Perry goes braless in fur at Balenciaga show in Paris (13)

This look was just the latest in a series of eye-catching outfits Perry has sported while attending fashion shows in Paris. On Tuesday, she stepped out in a wild optical illusion biker jacket featuring painted-on cleavage, paired with snazzy black trousers with a painted design and clear platform heels.

Read More

.

Jennifer Lopez keeps fans guessing about her marriage with an interesting look for Paris Fashion Week

.

Worst dressed? Katy Perry raises eyebrows in thong flashing outfit... but fans think there's a hidden meaning

.

Paul McCartney lets feud with Jackson family be at daughter Stella's PFW show

.

Valentino goes back to black at Paris Fashion Week

.

Russell Brand hires Prince Andrew's 'pit bull' lawyer to fight sexual assault charges

advertisment

Let's go girls! Shania Twain gives fans the prerogative to have a little fun at Malahide Castle

Olly Murs is in his dad era on first family holiday with baby Madi

Stylish Munster WAGs go all out at Aisling Colwell and Rory Scannell's wedding

Trending

'Dad's a mess!' Ant McPartlin and wife Anne-Marie Corbett welcome their first child

Johnny Logan says he's 'too old' to use correct pronouns for Irish Eurovision entry Bambie Thug

'You're not wearing that out' 11 Irish mammy phrases you definitely heard growing up

'God gave us an angel instead' Heartbreak for LGFA star Mary Hulgraine as she loses her baby at 15 weeks

Check your inboxes, Swifties! How to get last minute tickets for Taylor Swift's Dublin gigs

I'm Grand Mam podcast hosts on why they waited to come out and the importance of Pride all year long

Beauty editors and celebs like Margot Robbie and Victoria Beckham love this €18 face mist

PICS: Irish singer Lyra 'leaves her thigh-high boots at home' for day at the races

I'm Grand Mam podcast hosts on why they waited to come out and the importance of Pride all year long

Must be the charm! Ten celebrities who have fallen in love with Irish people

This Morning's Sian Welby announces birth of first child and baby's cute name

advertisment

Eight things I learned at the Eras Tour (and wish I hadn't worried about!)

Coronation Street icon's exit storyline will be packed with 'twists and turns'

John and Tara McAreavey soak up wholesome family trip

From Ryan Tubridy to Johnny Sexton! All the celebs shaking it off at Taylor Swift's Dublin gig

Inside Aisling Colwell and rugby player Rory Scannell's dreamy wedding day

Promoted

PICS: Irish singer Lyra 'leaves her thigh-high boots at home' for day at the races

Don't miss out - Save €100 on this luxury set of hydrating skincare heroes

PICS: Irish singer Lyra 'leaves her thigh-high boots at home' for day at the races

Don't miss out - Save €100 on this luxury set of hydrating skincare heroes

More: Trending

Everything to know for Shania Twain in Malahide Castle - stage times, set list, transport and tickets

Don't miss these six Eras Tour moments if you're going to see Taylor Swift in Dublin

'I'm not ready!' Marissa Carter feeling all the emotions as son graduates primary school

Copyright © 2021 – 2024 EVOKE

Podcast

Newsletter Sign UpSurvey & Sampling Panel

Katy Perry goes braless in fur at Balenciaga show in Paris (30)Katy Perry goes braless in fur at Balenciaga show in Paris (31)

Video: For video/audio use data-poster and preload="none": Scripts: For scripts use data-script: Script modules using require: For modules using require use data-require: */(function (window, document) { /*jshint eqnull:true */ "use strict"; var bgLoad; var uniqueUrls = {}; if (document.addEventListener && window.getComputedStyle) { bgLoad = function (url, cb) { var img = document.createElement("img"); img.onload = function () { img.onload = null; img.onerror = null; img = null; cb(); }; img.onerror = img.onload; img.src = url; if (img && img.complete && img.onload) { img.onload(); } }; addEventListener( "lazybeforeunveil", function (e) { var tmp, load, bg, poster; if (!e.defaultPrevented) { if (e.target.preload == "none") { e.target.preload = "auto"; } tmp = e.target.getAttribute("data-link"); if (tmp) { addStyleScript(tmp, true); } // handle data-script tmp = e.target.getAttribute("data-script"); if (tmp) { addStyleScript(tmp); } // handle data-require tmp = e.target.getAttribute("data-require"); if (tmp) { if (window.require) { require([tmp]); } } // handle data-bg bg = e.target.getAttribute("data-bg"); if (bg) { e.details.firesLoad = true; load = function () { e.target.style.backgroundImage = "url(" + bg + ")"; e.details.firesLoad = false; lazySizes.fire( e.target, "_lazyloaded", {}, true, true ); }; bgLoad(bg, load); } // handle data-poster poster = e.target.getAttribute("data-poster"); if (poster) { e.details.firesLoad = true; load = function () { e.target.poster = poster; e.details.firesLoad = false; lazySizes.fire( e.target, "_lazyloaded", {}, true, true ); }; bgLoad(poster, load); } } }, false ); } function addStyleScript(src, style) { if (uniqueUrls[src]) { return; } var elem = document.createElement(style ? "link" : "script"); var insertElem = document.getElementsByTagName("script")[0]; if (style) { elem.rel = "stylesheet"; elem.href = src; } else { elem.src = src; } uniqueUrls[src] = true; uniqueUrls[elem.src || elem.href] = true; insertElem.parentNode.insertBefore(elem, insertElem); }})(window, document);const defaultConfig = { endPoint: "https://euasync01.admantx.com/admantx/service", request: { key: "d4d1cdf427f06ebc6ee7e0a3ffbcaecdfbfe517eca18a41d9126f88bdb16e7f0", // API key type: "url", method: "descriptor", mode: "async", decorator: "json", filter: ["admants"], },};const targetDefault = ["categories", "feelings", "entities", "admants"];async function init() { const { request, endPoint } = defaultConfig; const { href } = window.location; // to remove query sting parameters request.body = href.substring(0, href.indexOf("?")) || href; const reqStr = JSON.stringify(request); const url = `${endPoint}?request=${reqStr}`; const headers = { "Content-Type": "text/plain", "Content-Length": reqStr.length, Connection: "keep-alive", }; const targetingP = new Promise((resolve, reject) => { fetch(url, { method: "GET", headers }) .then(async (r) => { const response = await r.json(); const { info } = response; if (info !== "OK") { reject(new Error(`Admantx fetch error: ${info}.`)); } else { const targetKeys = request.filter.includes("default") ? targetDefault : request.filter; const targeting = targetKeys .map((key) => response[key]) .filter((list) => list) .reduce( (acc, next) => [ ...acc, ...next.map((item) => item.name), ], [] ); resolve(targeting); } }) .catch(reject); }); p = Promise.resolve(targetingP); p.then(function (v) { window.admantex = v; //console.log(v); }); (window.googletag = window.googletag || {}), (window.googletag.cmd = window.googletag.cmd || []), window.googletag.cmd.push(function () { var localadmentx = window.admantex; window.googletag.pubads().setTargeting("ias-bsp", [localadmentx]); //console.log(localadmentx); }); await targetingP;}init();const searchClient = algoliasearch("Y7NNSBYQNL", "91e4e0acd0278fe408822d5ad3c3ff75");const search = instantsearch({ indexName: "evoke_live", searchClient, insights: true, searchFunction(helper) { const container = document.querySelector('#results'); const m_container = document.querySelector('#m-results'); // remove desktop results when search box is empty container.style.display = helper.state.query === '' ? 'none' : ''; // remove mobile results when search box is empty m_container.style.display = helper.state.query === '' ? 'none' : ''; // Ensure we only trigger a search when there's a query if (helper.state.query) { helper.search(); } },});search.addWidgets([ instantsearch.widgets.searchBox({ container: "#searchbox", placeholder: "search articles", autofocus: false }), instantsearch.widgets.searchBox({ container: "#m-searchbox", placeholder: "search articles", autofocus: false }), instantsearch.widgets.configure({ hitsPerPage: 12, }), instantsearch.widgets.pagination({ container: "#pagination", scrollTo: document.querySelector('#results'), }), instantsearch.widgets.pagination({ container: "#m-pagination", scrollTo: document.querySelector('#m-searchbox'), }), instantsearch.widgets.stats({ container: "#stats", }), instantsearch.widgets.stats({ container: "#m-stats", }), instantsearch.widgets.refinementList({ container: "#tags-list", attribute: "tags", limit: 5, showMore: true, }), instantsearch.widgets.refinementList({ container: "#m-tags-list", attribute: "tags", limit: 5, showMore: true, }), instantsearch.widgets.hits({ container: "#hits", templates: { item: `

{{#helpers.highlight}} { "attribute": "title", "highlightedTagName": "mark" } {{/helpers.highlight}} By {{ author }}
on {{ published_date }}

{{ published_date }}

`, }, }), instantsearch.widgets.hits({ container: "#m-hits", templates: { item: `

{{#helpers.highlight}} { "attribute": "title", "highlightedTagName": "mark" } {{/helpers.highlight}} By: {{ author }}
on {{ published_date }}

{{ published_date }}

`, }, }),]);search.start();const trendingDiv = document.getElementById('trending-posts')const contentDiv = document.getElementById('io-div')const contentArr = contentDiv.querySelectorAll('p')function moveTrending() { if (contentArr.length >= 10) { contentArr[8].insertAdjacentElement('afterend', trendingDiv) // contentDiv.insertBefore(trendingDiv, contentArr[7]) trendingDiv.style.display = 'flex' } else { contentArr[4].insertAdjacentElement('afterend', trendingDiv) // contentDiv.insertBefore(trendingDiv, contentArr[5]) trendingDiv.style.display = 'flex' }}// function moveTrending() {// if (contentArr.length >= 10) {// contentDiv.insertBefore(trendingDiv, contentArr[8])// trendingDiv.style.display = 'flex'// } else {// contentDiv.insertBefore(trendingDiv, contentArr[4])// trendingDiv.style.display = 'flex'// // console.log('hello')// }// }moveTrending()window.onload = function() {const getBBWVideo= () => { const iframeReference = document.querySelector('iframe[src^="https://dmgie.bbvms.com/"]'); if (iframeReference) { const videoContent = iframeReference.parentNode; videoContent.removeChild(iframeReference); console.log("Removed the Old BBW Video embed"); } else { console.warn("Original iframe bbwIframe not found"); }};getBBWVideo();};//EVOKE JW Player Pre Roll targeting in GAMvar adTag = "https://pubads.g.doubleclick.net/gampad/ads?iu=/5765/Evoke.ie/EV_JW_PREROLL&description_url=https%3A%2F%2Fevoke.ie%2F&tfcd=0&npa=0&sz=636x358%7C640x360&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&cust_params=";var playerInstance;var localadmentx = window.admantex;let now = new Date();//console.log("JW/Google: retrieving post id from page");gamTargeting = ('ev_post_id' + encodeURIComponent('=') + post_id_vars.postID);gamAdmentx = ('ias-bsp' + encodeURIComponent('=') + localadmentx);adTag = adTag.replace(/(cust_params[^&]+)/, '$1' + gamTargeting + encodeURIComponent('&') + gamAdmentx);//console.log("JW/Google: callback finished executing - Targeting identified: " + gamTargeting);//console.log(adTag);playerInstance = jwplayer('ev_jw_vod').setup({ playlist: 'https://cdn.jwplayer.com/v2/playlists/sH1GPNFj?search=__CONTEXTUAL__', autostart: 'true', mute: false, volume: 3, ga: {}, "floating": { "mode": 'never', }, autoPause: { 'viewability': true, }, advertising: { autoplayadsmuted: false, client: 'googima', tag: adTag, adscheduleid: 'u9NI3XXa', maxRedirects: 6 }});//EVOKE JW Player Outstream targeting in GAMlet adOutstreamTag = "https://pubads.g.doubleclick.net/gampad/ads?iu=/5765/Evoke.ie/EV_JW_Outstream&description_url=https%3A%2F%2Fevoke.ie%2F&tfcd=0&npa=0&sz=636x358%7C640x360&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&cust_params=";// var localadmentx = window.admantex;let latest = new Date();// console.log("JW/Google: retrieving post id from page");gamTargeting = ('ev_post_id' + encodeURIComponent('=') + post_id_vars.postID);gamAdmentx = ('ias-bsp' + encodeURIComponent('=') + localadmentx);adOutstreamTag = adOutstreamTag.replace(/(cust_params[^&]+)/, '$1' + gamTargeting + encodeURIComponent('&') + gamAdmentx);// console.log("JW/Google: callback finished executing - Targeting identified: " + gamTargeting);// console.log(adOutstreamTag);jwplayer("ev_jw_outstream").setup({ "aspectratio": "16:9", "width": "100%", "volume": "3", "advertising": { "client": "googima", "outstream": true, "tag": adOutstreamTag, "adscheduleid": "eWHQUcEC", "maxRedirects": 6, "endstate": "close" }, "displayHeading": true, "intl": { "en": { "displayHeading": "Advertisem*nt" } }, "floating": { mode: "never", } });
Katy Perry goes braless in fur at Balenciaga show in Paris (2024)
Top Articles
Latest Posts
Article information

Author: Arielle Torp

Last Updated:

Views: 5347

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Arielle Torp

Birthday: 1997-09-20

Address: 87313 Erdman Vista, North Dustinborough, WA 37563

Phone: +97216742823598

Job: Central Technology Officer

Hobby: Taekwondo, Macrame, Foreign language learning, Kite flying, Cooking, Skiing, Computer programming

Introduction: My name is Arielle Torp, I am a comfortable, kind, zealous, lovely, jolly, colorful, adventurous person who loves writing and wants to share my knowledge and understanding with you.