Color spaces of #e955cb
RGB | 233 | 85 | 203 |
---|---|---|---|
HSL | 0.87 | 0.77 | 0.62 |
HSV | 312° | 64° | 91° |
CMYK | 0.00 | 0.64 | 0.13 0.09 |
XYZ | 47.6323 | 28.1324 | 59.4195 |
Yxy | 28.1324 | 0.3524 | 0.2081 |
Hunter Lab | 53.0400 | 67.4811 | -29.2933 |
CIE-Lab | 60.0082 | 69.5315 | -32.3894 |
#e955cb color RGB value is (233,85,203).
#e955cb hex color red value is 233, green value is 85 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e955cb hue: 0.87 , saturation: 0.77 and the lightness value of e955cb is 0.62.
The process color (four color CMYK) of #e955cb color hex is 0.00, 0.64, 0.13, 0.09. Web safe color of #e955cb is #ff66cc. Color #e955cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01010101 | 11001011 |
Octal | 351 | 125 | 313 |
Decimal | 233 | 85 | 203 |
Hex | E9 | 55 | CB |
Shades of #e955cb
Tints of #e955cb
RGB Percentages of Color #e955cb
CMYK Percentages of Color #e955cb
Complementary Color
#e955cb | #55e973 |
#e955cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e955cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e955cb Color CSS Codes
.mybgcolor {background-color:#e955cb; } .myforecolor {color:#e955cb; } .mybordercolor {border:3px solid #e955cb; }
#e955cb Text Font Color
<p style="color:#e955cb">Text here</p>
This sample text font color is #e955cb
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.
#e955cb Background Color
<div style="background-color:#e955cb">
Div content here</div>
This div background color is #e955cb
#e955cb Border Color
<div style="border:3px solid #e955cb">
Div here</div>
This div border color is #e955cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,85,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e955cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e955cb; -webkit-box-shadow: 1px 1px 3px 2px #e955cb; box-shadow: 1px 1px 3px 2px #e955cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,85,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 #e955cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e955cb; -webkit-box-shadow: 1px 1px 3px 2px #e955cb; box-shadow: 1px 1px 3px 2px #e955cb;">
Div content here</div>
This div box has shadow with color #e955cb
Comments
No comments written yet.
Please login to write comment.