Color spaces of #e03adc
RGB | 224 | 58 | 220 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.55 |
HSV | 301° | 74° | 88° |
CMYK | 0.00 | 0.74 | 0.02 0.12 |
XYZ | 45.1718 | 24.0407 | 69.9696 |
Yxy | 24.0407 | 0.3246 | 0.1727 |
Hunter Lab | 49.0313 | 78.6445 | -50.2872 |
CIE-Lab | 56.1285 | 79.2944 | -48.2295 |
#e03adc color RGB value is (224,58,220).
#e03adc hex color red value is 224, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e03adc hue: 0.84 , saturation: 0.73 and the lightness value of e03adc is 0.55.
The process color (four color CMYK) of #e03adc color hex is 0.00, 0.74, 0.02, 0.12. Web safe color of #e03adc is #cc33cc. Color #e03adc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00111010 | 11011100 |
Octal | 340 | 72 | 334 |
Decimal | 224 | 58 | 220 |
Hex | E0 | 3A | DC |
Shades of #e03adc
Tints of #e03adc
RGB Percentages of Color #e03adc
CMYK Percentages of Color #e03adc
Complementary Color
#e03adc | #3ae03e |
#e03adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e03adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e03adc Color CSS Codes
.mybgcolor {background-color:#e03adc; } .myforecolor {color:#e03adc; } .mybordercolor {border:3px solid #e03adc; }
#e03adc Text Font Color
<p style="color:#e03adc">Text here</p>
This sample text font color is #e03adc
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.
#e03adc Background Color
<div style="background-color:#e03adc">
Div content here</div>
This div background color is #e03adc
#e03adc Border Color
<div style="border:3px solid #e03adc">
Div here</div>
This div border color is #e03adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,58,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e03adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e03adc; -webkit-box-shadow: 1px 1px 3px 2px #e03adc; box-shadow: 1px 1px 3px 2px #e03adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,58,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e03adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e03adc; -webkit-box-shadow: 1px 1px 3px 2px #e03adc; box-shadow: 1px 1px 3px 2px #e03adc;">
Div content here</div>
This div box has shadow with color #e03adc
Comments
No comments written yet.
Please login to write comment.