Color spaces of #e59fcd
RGB | 229 | 159 | 205 |
---|---|---|---|
HSL | 0.89 | 0.57 | 0.76 |
HSV | 321° | 31° | 90° |
CMYK | 0.00 | 0.31 | 0.10 0.10 |
XYZ | 55.7307 | 45.8621 | 63.6725 |
Yxy | 45.8621 | 0.3372 | 0.2775 |
Hunter Lab | 67.7216 | 28.3818 | -8.3400 |
CIE-Lab | 73.4560 | 32.9074 | -13.0135 |
#e59fcd color RGB value is (229,159,205).
#e59fcd hex color red value is 229, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e59fcd hue: 0.89 , saturation: 0.57 and the lightness value of e59fcd is 0.76.
The process color (four color CMYK) of #e59fcd color hex is 0.00, 0.31, 0.10, 0.10. Web safe color of #e59fcd is #cc99cc. Color #e59fcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011111 | 11001101 |
Octal | 345 | 237 | 315 |
Decimal | 229 | 159 | 205 |
Hex | E5 | 9F | CD |
Shades of #e59fcd
Tints of #e59fcd
RGB Percentages of Color #e59fcd
CMYK Percentages of Color #e59fcd
Complementary Color
#e59fcd | #9fe5b7 |
#e59fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59fcd Color CSS Codes
.mybgcolor {background-color:#e59fcd; } .myforecolor {color:#e59fcd; } .mybordercolor {border:3px solid #e59fcd; }
#e59fcd Text Font Color
<p style="color:#e59fcd">Text here</p>
This sample text font color is #e59fcd
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.
#e59fcd Background Color
<div style="background-color:#e59fcd">
Div content here</div>
This div background color is #e59fcd
#e59fcd Border Color
<div style="border:3px solid #e59fcd">
Div here</div>
This div border color is #e59fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,159,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59fcd; -webkit-box-shadow: 1px 1px 3px 2px #e59fcd; box-shadow: 1px 1px 3px 2px #e59fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,159,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59fcd; -webkit-box-shadow: 1px 1px 3px 2px #e59fcd; box-shadow: 1px 1px 3px 2px #e59fcd;">
Div content here</div>
This div box has shadow with color #e59fcd
Comments
No comments written yet.
Please login to write comment.