Color spaces of #e001cb
RGB | 224 | 1 | 203 |
---|---|---|---|
HSL | 0.85 | 0.99 | 0.44 |
HSV | 306° | 100° | 88° |
CMYK | 0.00 | 1.00 | 0.09 0.12 |
XYZ | 41.5308 | 20.1808 | 58.2063 |
Yxy | 20.1808 | 0.3463 | 0.1683 |
Hunter Lab | 44.9230 | 86.4057 | -45.3753 |
CIE-Lab | 52.0410 | 86.1343 | -45.0059 |
#e001cb color RGB value is (224,1,203).
#e001cb hex color red value is 224, green value is 1 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e001cb hue: 0.85 , saturation: 0.99 and the lightness value of e001cb is 0.44.
The process color (four color CMYK) of #e001cb color hex is 0.00, 1.00, 0.09, 0.12. Web safe color of #e001cb is #cc00cc. Color #e001cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00000001 | 11001011 |
Octal | 340 | 1 | 313 |
Decimal | 224 | 1 | 203 |
Hex | E0 | 1 | CB |
Shades of #e001cb
Tints of #e001cb
RGB Percentages of Color #e001cb
CMYK Percentages of Color #e001cb
Complementary Color
#e001cb | #01e016 |
#e001cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e001cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e001cb Color CSS Codes
.mybgcolor {background-color:#e001cb; } .myforecolor {color:#e001cb; } .mybordercolor {border:3px solid #e001cb; }
#e001cb Text Font Color
<p style="color:#e001cb">Text here</p>
This sample text font color is #e001cb
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.
#e001cb Background Color
<div style="background-color:#e001cb">
Div content here</div>
This div background color is #e001cb
#e001cb Border Color
<div style="border:3px solid #e001cb">
Div here</div>
This div border color is #e001cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,1,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e001cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e001cb; -webkit-box-shadow: 1px 1px 3px 2px #e001cb; box-shadow: 1px 1px 3px 2px #e001cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,1,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 #e001cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e001cb; -webkit-box-shadow: 1px 1px 3px 2px #e001cb; box-shadow: 1px 1px 3px 2px #e001cb;">
Div content here</div>
This div box has shadow with color #e001cb
Comments
No comments written yet.
Please login to write comment.