Convert Colors to Hex Values

Convert Colors to Hex Values

Tags:

UI/UX

Convert any color in Power Apps to Hex Text Values so that they can be used in SVG Icons and Backgrounds. Can also convert Theme colors for consistent UI/UX Experiences

Add the code into the App > Formula and call with any colour or theme color:

GetHexColor(App.Theme.Colors.Primary) GetHexColor(Color.Blue)

More Snippets from this Author

Page 1 of 0
Loading...

Loading...