Color spaces of #e09faa
RGB | 224 | 159 | 170 |
---|---|---|---|
HSL | 0.97 | 0.51 | 0.75 |
HSV | 350° | 29° | 88° |
CMYK | 0.00 | 0.29 | 0.24 0.12 |
XYZ | 50.3943 | 43.5458 | 43.7793 |
Yxy | 43.5458 | 0.3659 | 0.3162 |
Hunter Lab | 65.9892 | 20.8347 | 6.8577 |
CIE-Lab | 71.9239 | 25.7034 | 3.9770 |
#e09faa color RGB value is (224,159,170).
#e09faa hex color red value is 224, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e09faa hue: 0.97 , saturation: 0.51 and the lightness value of e09faa is 0.75.
The process color (four color CMYK) of #e09faa color hex is 0.00, 0.29, 0.24, 0.12. Web safe color of #e09faa is #cc9999. Color #e09faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10011111 | 10101010 |
Octal | 340 | 237 | 252 |
Decimal | 224 | 159 | 170 |
Hex | E0 | 9F | AA |
Shades of #e09faa
Tints of #e09faa
RGB Percentages of Color #e09faa
CMYK Percentages of Color #e09faa
Complementary Color
#e09faa | #9fe0d5 |
#e09faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e09faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e09faa Color CSS Codes
.mybgcolor {background-color:#e09faa; } .myforecolor {color:#e09faa; } .mybordercolor {border:3px solid #e09faa; }
#e09faa Text Font Color
<p style="color:#e09faa">Text here</p>
This sample text font color is #e09faa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e09faa Background Color
<div style="background-color:#e09faa">
Div content here</div>
This div background color is #e09faa
#e09faa Border Color
<div style="border:3px solid #e09faa">
Div here</div>
This div border color is #e09faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,159,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e09faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e09faa; -webkit-box-shadow: 1px 1px 3px 2px #e09faa; box-shadow: 1px 1px 3px 2px #e09faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,159,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e09faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e09faa; -webkit-box-shadow: 1px 1px 3px 2px #e09faa; box-shadow: 1px 1px 3px 2px #e09faa;">
Div content here</div>
This div box has shadow with color #e09faa
Comments
No comments written yet.
Please login to write comment.