Color spaces of #e932cb
RGB | 233 | 50 | 203 |
---|---|---|---|
HSL | 0.86 | 0.81 | 0.55 |
HSV | 310° | 79° | 91° |
CMYK | 0.00 | 0.79 | 0.13 0.09 |
XYZ | 45.5244 | 23.9166 | 58.7169 |
Yxy | 23.9166 | 0.3552 | 0.1866 |
Hunter Lab | 48.9046 | 80.5793 | -36.9528 |
CIE-Lab | 56.0042 | 80.8429 | -38.6461 |
#e932cb color RGB value is (233,50,203).
#e932cb hex color red value is 233, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e932cb hue: 0.86 , saturation: 0.81 and the lightness value of e932cb is 0.55.
The process color (four color CMYK) of #e932cb color hex is 0.00, 0.79, 0.13, 0.09. Web safe color of #e932cb is #ff33cc. Color #e932cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00110010 | 11001011 |
Octal | 351 | 62 | 313 |
Decimal | 233 | 50 | 203 |
Hex | E9 | 32 | CB |
Shades of #e932cb
Tints of #e932cb
RGB Percentages of Color #e932cb
CMYK Percentages of Color #e932cb
Complementary Color
#e932cb | #32e950 |
#e932cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e932cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e932cb Color CSS Codes
.mybgcolor {background-color:#e932cb; } .myforecolor {color:#e932cb; } .mybordercolor {border:3px solid #e932cb; }
#e932cb Text Font Color
<p style="color:#e932cb">Text here</p>
This sample text font color is #e932cb
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.
#e932cb Background Color
<div style="background-color:#e932cb">
Div content here</div>
This div background color is #e932cb
#e932cb Border Color
<div style="border:3px solid #e932cb">
Div here</div>
This div border color is #e932cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,50,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e932cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e932cb; -webkit-box-shadow: 1px 1px 3px 2px #e932cb; box-shadow: 1px 1px 3px 2px #e932cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,50,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 #e932cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e932cb; -webkit-box-shadow: 1px 1px 3px 2px #e932cb; box-shadow: 1px 1px 3px 2px #e932cb;">
Div content here</div>
This div box has shadow with color #e932cb
Comments
No comments written yet.
Please login to write comment.