Sass ie-hex-str() Function

You are Here:

Sass ie-hex-str() Function

The ie-hex-str() function returns an unquoted string that represents a given color in the #AARRGGBB format expected by Internet Explorer's -ms-filter property.

Example

SASS TO CSS CONVERTER
//Check your console @debug ie-hex-str(#b37399); // #FFB37399 @debug ie-hex-str(#808c99); // #FF808C99 @debug ie-hex-str(rgba(242, 236, 228, 0.6)); // #99F2ECE4

Syntax

ie-hex-str($color)

Parameter Value

ValueTypeExplanation
$colorRequiredSpecifies a color.

Return Value

ValueExplanation
stringReturns an unquoted string that represents $color in the #AARRGGBB format expected by Internet Explorer’s -ms-filter property.

Reminder

Hi Developers, we almost covered 99.1% of Sass Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in Sass.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author