Color spaces of #e59adf
RGB | 229 | 154 | 223 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.75 |
HSV | 305° | 33° | 90° |
CMYK | 0.00 | 0.33 | 0.03 0.10 |
XYZ | 57.1880 | 45.0969 | 75.5025 |
Yxy | 45.0969 | 0.3217 | 0.2537 |
Hunter Lab | 67.1542 | 34.4893 | -19.6527 |
CIE-Lab | 72.9557 | 38.6803 | -23.6515 |
#e59adf color RGB value is (229,154,223).
#e59adf hex color red value is 229, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e59adf hue: 0.85 , saturation: 0.59 and the lightness value of e59adf is 0.75.
The process color (four color CMYK) of #e59adf color hex is 0.00, 0.33, 0.03, 0.10. Web safe color of #e59adf is #cc99cc. Color #e59adf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011010 | 11011111 |
Octal | 345 | 232 | 337 |
Decimal | 229 | 154 | 223 |
Hex | E5 | 9A | DF |
Shades of #e59adf
Tints of #e59adf
RGB Percentages of Color #e59adf
CMYK Percentages of Color #e59adf
Complementary Color
#e59adf | #9ae5a0 |
#e59adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59adf Color CSS Codes
.mybgcolor {background-color:#e59adf; } .myforecolor {color:#e59adf; } .mybordercolor {border:3px solid #e59adf; }
#e59adf Text Font Color
<p style="color:#e59adf">Text here</p>
This sample text font color is #e59adf
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.
#e59adf Background Color
<div style="background-color:#e59adf">
Div content here</div>
This div background color is #e59adf
#e59adf Border Color
<div style="border:3px solid #e59adf">
Div here</div>
This div border color is #e59adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,154,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59adf; -webkit-box-shadow: 1px 1px 3px 2px #e59adf; box-shadow: 1px 1px 3px 2px #e59adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,154,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59adf; -webkit-box-shadow: 1px 1px 3px 2px #e59adf; box-shadow: 1px 1px 3px 2px #e59adf;">
Div content here</div>
This div box has shadow with color #e59adf
Comments
No comments written yet.
Please login to write comment.