Color spaces of #e02acd
RGB | 224 | 42 | 205 |
---|---|---|---|
HSL | 0.85 | 0.75 | 0.52 |
HSV | 306° | 81° | 88° |
CMYK | 0.00 | 0.81 | 0.08 0.12 |
XYZ | 42.5879 | 21.9110 | 59.7422 |
Yxy | 21.9110 | 0.3428 | 0.1764 |
Hunter Lab | 46.8092 | 80.4867 | -42.9049 |
CIE-Lab | 53.9324 | 81.1738 | -43.1601 |
#e02acd color RGB value is (224,42,205).
#e02acd hex color red value is 224, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e02acd hue: 0.85 , saturation: 0.75 and the lightness value of e02acd is 0.52.
The process color (four color CMYK) of #e02acd color hex is 0.00, 0.81, 0.08, 0.12. Web safe color of #e02acd is #cc33cc. Color #e02acd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00101010 | 11001101 |
Octal | 340 | 52 | 315 |
Decimal | 224 | 42 | 205 |
Hex | E0 | 2A | CD |
Shades of #e02acd
Tints of #e02acd
RGB Percentages of Color #e02acd
CMYK Percentages of Color #e02acd
Complementary Color
#e02acd | #2ae03d |
#e02acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e02acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e02acd Color CSS Codes
.mybgcolor {background-color:#e02acd; } .myforecolor {color:#e02acd; } .mybordercolor {border:3px solid #e02acd; }
#e02acd Text Font Color
<p style="color:#e02acd">Text here</p>
This sample text font color is #e02acd
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.
#e02acd Background Color
<div style="background-color:#e02acd">
Div content here</div>
This div background color is #e02acd
#e02acd Border Color
<div style="border:3px solid #e02acd">
Div here</div>
This div border color is #e02acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,42,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e02acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e02acd; -webkit-box-shadow: 1px 1px 3px 2px #e02acd; box-shadow: 1px 1px 3px 2px #e02acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,42,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e02acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e02acd; -webkit-box-shadow: 1px 1px 3px 2px #e02acd; box-shadow: 1px 1px 3px 2px #e02acd;">
Div content here</div>
This div box has shadow with color #e02acd
Comments
No comments written yet.
Please login to write comment.