Color spaces of #e55dcc
RGB | 229 | 93 | 204 |
---|---|---|---|
HSL | 0.86 | 0.72 | 0.63 |
HSV | 311° | 59° | 90° |
CMYK | 0.00 | 0.59 | 0.11 0.10 |
XYZ | 47.1265 | 28.8463 | 60.2108 |
Yxy | 28.8463 | 0.3461 | 0.2118 |
Hunter Lab | 53.7088 | 62.6337 | -28.8716 |
CIE-Lab | 60.6457 | 65.3725 | -32.0125 |
#e55dcc color RGB value is (229,93,204).
#e55dcc hex color red value is 229, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e55dcc hue: 0.86 , saturation: 0.72 and the lightness value of e55dcc is 0.63.
The process color (four color CMYK) of #e55dcc color hex is 0.00, 0.59, 0.11, 0.10. Web safe color of #e55dcc is #cc66cc. Color #e55dcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01011101 | 11001100 |
Octal | 345 | 135 | 314 |
Decimal | 229 | 93 | 204 |
Hex | E5 | 5D | CC |
Shades of #e55dcc
Tints of #e55dcc
RGB Percentages of Color #e55dcc
CMYK Percentages of Color #e55dcc
Complementary Color
#e55dcc | #5de576 |
#e55dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e55dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e55dcc Color CSS Codes
.mybgcolor {background-color:#e55dcc; } .myforecolor {color:#e55dcc; } .mybordercolor {border:3px solid #e55dcc; }
#e55dcc Text Font Color
<p style="color:#e55dcc">Text here</p>
This sample text font color is #e55dcc
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.
#e55dcc Background Color
<div style="background-color:#e55dcc">
Div content here</div>
This div background color is #e55dcc
#e55dcc Border Color
<div style="border:3px solid #e55dcc">
Div here</div>
This div border color is #e55dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,93,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e55dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e55dcc; -webkit-box-shadow: 1px 1px 3px 2px #e55dcc; box-shadow: 1px 1px 3px 2px #e55dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,93,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e55dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e55dcc; -webkit-box-shadow: 1px 1px 3px 2px #e55dcc; box-shadow: 1px 1px 3px 2px #e55dcc;">
Div content here</div>
This div box has shadow with color #e55dcc
Comments
No comments written yet.
Please login to write comment.