Color spaces of #e20ccb
RGB | 226 | 12 | 203 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.47 |
HSV | 306° | 95° | 89° |
CMYK | 0.00 | 0.95 | 0.10 0.11 |
XYZ | 42.2750 | 20.7435 | 58.2757 |
Yxy | 20.7435 | 0.3485 | 0.1710 |
Hunter Lab | 45.5450 | 85.9803 | -43.9811 |
CIE-Lab | 52.6676 | 85.6863 | -43.9900 |
#e20ccb color RGB value is (226,12,203).
#e20ccb hex color red value is 226, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e20ccb hue: 0.85 , saturation: 0.90 and the lightness value of e20ccb is 0.47.
The process color (four color CMYK) of #e20ccb color hex is 0.00, 0.95, 0.10, 0.11. Web safe color of #e20ccb is #cc00cc. Color #e20ccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00001100 | 11001011 |
Octal | 342 | 14 | 313 |
Decimal | 226 | 12 | 203 |
Hex | E2 | C | CB |
Shades of #e20ccb
Tints of #e20ccb
RGB Percentages of Color #e20ccb
CMYK Percentages of Color #e20ccb
Complementary Color
#e20ccb | #0ce223 |
#e20ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e20ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e20ccb Color CSS Codes
.mybgcolor {background-color:#e20ccb; } .myforecolor {color:#e20ccb; } .mybordercolor {border:3px solid #e20ccb; }
#e20ccb Text Font Color
<p style="color:#e20ccb">Text here</p>
This sample text font color is #e20ccb
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.
#e20ccb Background Color
<div style="background-color:#e20ccb">
Div content here</div>
This div background color is #e20ccb
#e20ccb Border Color
<div style="border:3px solid #e20ccb">
Div here</div>
This div border color is #e20ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,12,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e20ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e20ccb; -webkit-box-shadow: 1px 1px 3px 2px #e20ccb; box-shadow: 1px 1px 3px 2px #e20ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,12,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 #e20ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e20ccb; -webkit-box-shadow: 1px 1px 3px 2px #e20ccb; box-shadow: 1px 1px 3px 2px #e20ccb;">
Div content here</div>
This div box has shadow with color #e20ccb
Comments
No comments written yet.
Please login to write comment.