Color spaces of #e17dcc
RGB | 225 | 125 | 204 |
---|---|---|---|
HSL | 0.87 | 0.63 | 0.69 |
HSV | 313° | 44° | 88° |
CMYK | 0.00 | 0.44 | 0.09 0.12 |
XYZ | 49.2840 | 35.0344 | 61.2915 |
Yxy | 35.0344 | 0.3385 | 0.2406 |
Hunter Lab | 59.1899 | 45.0444 | -19.9623 |
CIE-Lab | 65.7754 | 49.2110 | -24.1445 |
#e17dcc color RGB value is (225,125,204).
#e17dcc hex color red value is 225, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e17dcc hue: 0.87 , saturation: 0.63 and the lightness value of e17dcc is 0.69.
The process color (four color CMYK) of #e17dcc color hex is 0.00, 0.44, 0.09, 0.12. Web safe color of #e17dcc is #cc66cc. Color #e17dcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01111101 | 11001100 |
Octal | 341 | 175 | 314 |
Decimal | 225 | 125 | 204 |
Hex | E1 | 7D | CC |
Shades of #e17dcc
Tints of #e17dcc
RGB Percentages of Color #e17dcc
CMYK Percentages of Color #e17dcc
Complementary Color
#e17dcc | #7de192 |
#e17dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e17dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e17dcc Color CSS Codes
.mybgcolor {background-color:#e17dcc; } .myforecolor {color:#e17dcc; } .mybordercolor {border:3px solid #e17dcc; }
#e17dcc Text Font Color
<p style="color:#e17dcc">Text here</p>
This sample text font color is #e17dcc
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.
#e17dcc Background Color
<div style="background-color:#e17dcc">
Div content here</div>
This div background color is #e17dcc
#e17dcc Border Color
<div style="border:3px solid #e17dcc">
Div here</div>
This div border color is #e17dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,125,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e17dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e17dcc; -webkit-box-shadow: 1px 1px 3px 2px #e17dcc; box-shadow: 1px 1px 3px 2px #e17dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,125,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 #e17dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e17dcc; -webkit-box-shadow: 1px 1px 3px 2px #e17dcc; box-shadow: 1px 1px 3px 2px #e17dcc;">
Div content here</div>
This div box has shadow with color #e17dcc
Comments
No comments written yet.
Please login to write comment.