Color spaces of #e89faf
RGB | 232 | 159 | 175 |
---|---|---|---|
HSL | 0.96 | 0.61 | 0.77 |
HSV | 347° | 31° | 91° |
CMYK | 0.00 | 0.31 | 0.25 0.09 |
XYZ | 53.4147 | 45.0472 | 46.4372 |
Yxy | 45.0472 | 0.3686 | 0.3109 |
Hunter Lab | 67.1172 | 24.6027 | 5.9604 |
CIE-Lab | 72.9230 | 29.3255 | 2.7708 |
#e89faf color RGB value is (232,159,175).
#e89faf hex color red value is 232, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e89faf hue: 0.96 , saturation: 0.61 and the lightness value of e89faf is 0.77.
The process color (four color CMYK) of #e89faf color hex is 0.00, 0.31, 0.25, 0.09. Web safe color of #e89faf is #ff9999. Color #e89faf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10011111 | 10101111 |
Octal | 350 | 237 | 257 |
Decimal | 232 | 159 | 175 |
Hex | E8 | 9F | AF |
Shades of #e89faf
Tints of #e89faf
RGB Percentages of Color #e89faf
CMYK Percentages of Color #e89faf
Complementary Color
#e89faf | #9fe8d8 |
#e89faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e89faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e89faf Color CSS Codes
.mybgcolor {background-color:#e89faf; } .myforecolor {color:#e89faf; } .mybordercolor {border:3px solid #e89faf; }
#e89faf Text Font Color
<p style="color:#e89faf">Text here</p>
This sample text font color is #e89faf
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.
#e89faf Background Color
<div style="background-color:#e89faf">
Div content here</div>
This div background color is #e89faf
#e89faf Border Color
<div style="border:3px solid #e89faf">
Div here</div>
This div border color is #e89faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,159,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e89faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e89faf; -webkit-box-shadow: 1px 1px 3px 2px #e89faf; box-shadow: 1px 1px 3px 2px #e89faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,159,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e89faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e89faf; -webkit-box-shadow: 1px 1px 3px 2px #e89faf; box-shadow: 1px 1px 3px 2px #e89faf;">
Div content here</div>
This div box has shadow with color #e89faf
Comments
No comments written yet.
Please login to write comment.