Color spaces of #e59fcb
RGB | 229 | 159 | 203 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.76 |
HSV | 322° | 31° | 90° |
CMYK | 0.00 | 0.31 | 0.11 0.10 |
XYZ | 55.4907 | 45.7661 | 62.4090 |
Yxy | 45.7661 | 0.3390 | 0.2796 |
Hunter Lab | 67.6506 | 28.0267 | -7.3407 |
CIE-Lab | 73.3935 | 32.5751 | -12.0075 |
#e59fcb color RGB value is (229,159,203).
#e59fcb hex color red value is 229, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e59fcb hue: 0.90 , saturation: 0.57 and the lightness value of e59fcb is 0.76.
The process color (four color CMYK) of #e59fcb color hex is 0.00, 0.31, 0.11, 0.10. Web safe color of #e59fcb is #cc99cc. Color #e59fcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011111 | 11001011 |
Octal | 345 | 237 | 313 |
Decimal | 229 | 159 | 203 |
Hex | E5 | 9F | CB |
Shades of #e59fcb
Tints of #e59fcb
RGB Percentages of Color #e59fcb
CMYK Percentages of Color #e59fcb
Complementary Color
#e59fcb | #9fe5b9 |
#e59fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59fcb Color CSS Codes
.mybgcolor {background-color:#e59fcb; } .myforecolor {color:#e59fcb; } .mybordercolor {border:3px solid #e59fcb; }
#e59fcb Text Font Color
<p style="color:#e59fcb">Text here</p>
This sample text font color is #e59fcb
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.
#e59fcb Background Color
<div style="background-color:#e59fcb">
Div content here</div>
This div background color is #e59fcb
#e59fcb Border Color
<div style="border:3px solid #e59fcb">
Div here</div>
This div border color is #e59fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,159,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59fcb; -webkit-box-shadow: 1px 1px 3px 2px #e59fcb; box-shadow: 1px 1px 3px 2px #e59fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,159,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59fcb; -webkit-box-shadow: 1px 1px 3px 2px #e59fcb; box-shadow: 1px 1px 3px 2px #e59fcb;">
Div content here</div>
This div box has shadow with color #e59fcb
Comments
No comments written yet.
Please login to write comment.