Color spaces of #e58cde
RGB | 229 | 140 | 222 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.72 |
HSV | 305° | 39° | 90° |
CMYK | 0.00 | 0.39 | 0.03 0.10 |
XYZ | 54.8760 | 40.6881 | 74.0685 |
Yxy | 40.6881 | 0.3235 | 0.2399 |
Hunter Lab | 63.7872 | 41.9355 | -24.1954 |
CIE-Lab | 69.9568 | 45.8394 | -27.6939 |
#e58cde color RGB value is (229,140,222).
#e58cde hex color red value is 229, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e58cde hue: 0.85 , saturation: 0.63 and the lightness value of e58cde is 0.72.
The process color (four color CMYK) of #e58cde color hex is 0.00, 0.39, 0.03, 0.10. Web safe color of #e58cde is #cc99cc. Color #e58cde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10001100 | 11011110 |
Octal | 345 | 214 | 336 |
Decimal | 229 | 140 | 222 |
Hex | E5 | 8C | DE |
Shades of #e58cde
Tints of #e58cde
RGB Percentages of Color #e58cde
CMYK Percentages of Color #e58cde
Complementary Color
#e58cde | #8ce593 |
#e58cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e58cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#e58cde Color CSS Codes
.mybgcolor {background-color:#e58cde; } .myforecolor {color:#e58cde; } .mybordercolor {border:3px solid #e58cde; }
#e58cde Text Font Color
<p style="color:#e58cde">Text here</p>
This sample text font color is #e58cde
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.
#e58cde Background Color
<div style="background-color:#e58cde">
Div content here</div>
This div background color is #e58cde
#e58cde Border Color
<div style="border:3px solid #e58cde">
Div here</div>
This div border color is #e58cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,140,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e58cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e58cde; -webkit-box-shadow: 1px 1px 3px 2px #e58cde; box-shadow: 1px 1px 3px 2px #e58cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,140,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e58cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e58cde; -webkit-box-shadow: 1px 1px 3px 2px #e58cde; box-shadow: 1px 1px 3px 2px #e58cde;">
Div content here</div>
This div box has shadow with color #e58cde
Comments
No comments written yet.
Please login to write comment.