Color spaces of #e02cda
RGB | 224 | 44 | 218 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.53 |
HSV | 302° | 80° | 88° |
CMYK | 0.00 | 0.80 | 0.03 0.12 |
XYZ | 44.2960 | 22.7106 | 68.3786 |
Yxy | 22.7106 | 0.3272 | 0.1677 |
Hunter Lab | 47.6556 | 82.5187 | -51.7132 |
CIE-Lab | 54.7730 | 82.5990 | -49.2484 |
#e02cda color RGB value is (224,44,218).
#e02cda hex color red value is 224, green value is 44 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e02cda hue: 0.84 , saturation: 0.74 and the lightness value of e02cda is 0.53.
The process color (four color CMYK) of #e02cda color hex is 0.00, 0.80, 0.03, 0.12. Web safe color of #e02cda is #cc33cc. Color #e02cda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00101100 | 11011010 |
Octal | 340 | 54 | 332 |
Decimal | 224 | 44 | 218 |
Hex | E0 | 2C | DA |
Shades of #e02cda
Tints of #e02cda
RGB Percentages of Color #e02cda
CMYK Percentages of Color #e02cda
Complementary Color
#e02cda | #2ce032 |
#e02cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e02cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e02cda Color CSS Codes
.mybgcolor {background-color:#e02cda; } .myforecolor {color:#e02cda; } .mybordercolor {border:3px solid #e02cda; }
#e02cda Text Font Color
<p style="color:#e02cda">Text here</p>
This sample text font color is #e02cda
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.
#e02cda Background Color
<div style="background-color:#e02cda">
Div content here</div>
This div background color is #e02cda
#e02cda Border Color
<div style="border:3px solid #e02cda">
Div here</div>
This div border color is #e02cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,44,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e02cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e02cda; -webkit-box-shadow: 1px 1px 3px 2px #e02cda; box-shadow: 1px 1px 3px 2px #e02cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,44,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e02cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e02cda; -webkit-box-shadow: 1px 1px 3px 2px #e02cda; box-shadow: 1px 1px 3px 2px #e02cda;">
Div content here</div>
This div box has shadow with color #e02cda
Comments
No comments written yet.
Please login to write comment.