Color Hex Logo

#e03adc Color Hex

#E03ADC
(224,58,220)
0 Favorites   0 Comments

Color spaces of #e03adc

RGB 22458220
HSL0.840.730.55
HSV301°74°88°
CMYK 0.000.740.02   0.12
XYZ45.171824.040769.9696
Yxy24.04070.32460.1727
Hunter Lab49.031378.6445-50.2872
CIE-Lab56.128579.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

BaseRedGreenBlue
Binary 11100000 00111010 11011100
Octal 340 72 334
Decimal 224 58 220
Hex E0 3A DC

RGB Percentages of Color #e03adc

%44.62
%11.55
%43.82

CMYK Percentages of Color #e03adc

%0
%74
%2
%12

Triadic Colors of #e03adc

#e03adc #dce03a #3adce0

Analogous Colors of #e03adc

#e03adc #e03a89 #913ae0

Monochromatic Colors of #e03adc

#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.