Color spaces of #e22bcc
RGB | 226 | 43 | 204 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.53 |
HSV | 307° | 81° | 89° |
CMYK | 0.00 | 0.81 | 0.10 0.11 |
XYZ | 43.1270 | 22.2561 | 59.1496 |
Yxy | 22.2561 | 0.3463 | 0.1787 |
Hunter Lab | 47.1764 | 80.6199 | -41.3142 |
CIE-Lab | 54.2977 | 81.2071 | -41.9872 |
#e22bcc color RGB value is (226,43,204).
#e22bcc hex color red value is 226, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e22bcc hue: 0.85 , saturation: 0.76 and the lightness value of e22bcc is 0.53.
The process color (four color CMYK) of #e22bcc color hex is 0.00, 0.81, 0.10, 0.11. Web safe color of #e22bcc is #cc33cc. Color #e22bcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00101011 | 11001100 |
Octal | 342 | 53 | 314 |
Decimal | 226 | 43 | 204 |
Hex | E2 | 2B | CC |
Shades of #e22bcc
Tints of #e22bcc
RGB Percentages of Color #e22bcc
CMYK Percentages of Color #e22bcc
Complementary Color
#e22bcc | #2be241 |
#e22bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e22bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e22bcc Color CSS Codes
.mybgcolor {background-color:#e22bcc; } .myforecolor {color:#e22bcc; } .mybordercolor {border:3px solid #e22bcc; }
#e22bcc Text Font Color
<p style="color:#e22bcc">Text here</p>
This sample text font color is #e22bcc
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.
#e22bcc Background Color
<div style="background-color:#e22bcc">
Div content here</div>
This div background color is #e22bcc
#e22bcc Border Color
<div style="border:3px solid #e22bcc">
Div here</div>
This div border color is #e22bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,43,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e22bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e22bcc; -webkit-box-shadow: 1px 1px 3px 2px #e22bcc; box-shadow: 1px 1px 3px 2px #e22bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,43,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e22bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e22bcc; -webkit-box-shadow: 1px 1px 3px 2px #e22bcc; box-shadow: 1px 1px 3px 2px #e22bcc;">
Div content here</div>
This div box has shadow with color #e22bcc
Comments
No comments written yet.
Please login to write comment.