Color spaces of #e19daf
RGB | 225 | 157 | 175 |
---|---|---|---|
HSL | 0.96 | 0.53 | 0.75 |
HSV | 344° | 30° | 88° |
CMYK | 0.00 | 0.30 | 0.22 0.12 |
XYZ | 50.8462 | 43.2166 | 46.2192 |
Yxy | 43.2166 | 0.3625 | 0.3081 |
Hunter Lab | 65.7393 | 23.0173 | 4.3327 |
CIE-Lab | 71.7017 | 27.8668 | 0.9012 |
#e19daf color RGB value is (225,157,175).
#e19daf hex color red value is 225, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e19daf hue: 0.96 , saturation: 0.53 and the lightness value of e19daf is 0.75.
The process color (four color CMYK) of #e19daf color hex is 0.00, 0.30, 0.22, 0.12. Web safe color of #e19daf is #cc9999. Color #e19daf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10011101 | 10101111 |
Octal | 341 | 235 | 257 |
Decimal | 225 | 157 | 175 |
Hex | E1 | 9D | AF |
Shades of #e19daf
Tints of #e19daf
RGB Percentages of Color #e19daf
CMYK Percentages of Color #e19daf
Complementary Color
#e19daf | #9de1cf |
#e19daf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e19daf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e19daf Color CSS Codes
.mybgcolor {background-color:#e19daf; } .myforecolor {color:#e19daf; } .mybordercolor {border:3px solid #e19daf; }
#e19daf Text Font Color
<p style="color:#e19daf">Text here</p>
This sample text font color is #e19daf
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.
#e19daf Background Color
<div style="background-color:#e19daf">
Div content here</div>
This div background color is #e19daf
#e19daf Border Color
<div style="border:3px solid #e19daf">
Div here</div>
This div border color is #e19daf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,157,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e19daf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e19daf; -webkit-box-shadow: 1px 1px 3px 2px #e19daf; box-shadow: 1px 1px 3px 2px #e19daf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,157,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 #e19daf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e19daf; -webkit-box-shadow: 1px 1px 3px 2px #e19daf; box-shadow: 1px 1px 3px 2px #e19daf;">
Div content here</div>
This div box has shadow with color #e19daf
Comments
No comments written yet.
Please login to write comment.