Color spaces of #e59dea
RGB | 229 | 157 | 234 |
---|---|---|---|
HSL | 0.82 | 0.65 | 0.77 |
HSV | 296° | 33° | 92° |
CMYK | 0.02 | 0.33 | 0.00 0.08 |
XYZ | 59.2214 | 46.7125 | 83.7370 |
Yxy | 46.7125 | 0.3122 | 0.2463 |
Hunter Lab | 68.3465 | 35.0615 | -24.7985 |
CIE-Lab | 74.0055 | 39.0999 | -28.0562 |
#e59dea color RGB value is (229,157,234).
#e59dea hex color red value is 229, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e59dea hue: 0.82 , saturation: 0.65 and the lightness value of e59dea is 0.77.
The process color (four color CMYK) of #e59dea color hex is 0.02, 0.33, 0.00, 0.08. Web safe color of #e59dea is #cc99ff. Color #e59dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011101 | 11101010 |
Octal | 345 | 235 | 352 |
Decimal | 229 | 157 | 234 |
Hex | E5 | 9D | EA |
Shades of #e59dea
Tints of #e59dea
RGB Percentages of Color #e59dea
CMYK Percentages of Color #e59dea
Complementary Color
#e59dea | #a2ea9d |
#e59dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59dea Color CSS Codes
.mybgcolor {background-color:#e59dea; } .myforecolor {color:#e59dea; } .mybordercolor {border:3px solid #e59dea; }
#e59dea Text Font Color
<p style="color:#e59dea">Text here</p>
This sample text font color is #e59dea
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.
#e59dea Background Color
<div style="background-color:#e59dea">
Div content here</div>
This div background color is #e59dea
#e59dea Border Color
<div style="border:3px solid #e59dea">
Div here</div>
This div border color is #e59dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,157,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59dea; -webkit-box-shadow: 1px 1px 3px 2px #e59dea; box-shadow: 1px 1px 3px 2px #e59dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,157,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59dea; -webkit-box-shadow: 1px 1px 3px 2px #e59dea; box-shadow: 1px 1px 3px 2px #e59dea;">
Div content here</div>
This div box has shadow with color #e59dea
#e59dea Color Palettes
Comments
No comments written yet.
Please login to write comment.