Color Hex Logo

#e03eec Color Hex

#E03EEC
(224,62,236)
0 Favorites   0 Comments

Color spaces of #e03eec

RGB 22462236
HSL0.820.820.58
HSV296°74°93°
CMYK 0.050.740.00   0.07
XYZ47.603425.348781.7407
Yxy25.34870.30770.1639
Hunter Lab50.347580.6631-61.0159
CIE-Lab57.413680.6346-55.1950

#e03eec color RGB value is (224,62,236).

#e03eec hex color red value is 224, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e03eec hue: 0.82 , saturation: 0.82 and the lightness value of e03eec is 0.58.

The process color (four color CMYK) of #e03eec color hex is 0.05, 0.74, 0.00, 0.07. Web safe color of #e03eec is #cc33ff. Color #e03eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111110 11101100
Octal 340 76 354
Decimal 224 62 236
Hex E0 3E EC

RGB Percentages of Color #e03eec

%42.91
%11.88
%45.21

CMYK Percentages of Color #e03eec

%5
%74
%0
%7

Triadic Colors of #e03eec

#e03eec #ece03e #3eece0

Analogous Colors of #e03eec

#e03eec #ec3ea1 #893eec

Monochromatic Colors of #e03eec

#e03eec

Complementary Color

#e03eec #4aec3e

#e03eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03eec Color CSS Codes

.mybgcolor {background-color:#e03eec; } 
.myforecolor {color:#e03eec; }
.mybordercolor {border:3px solid #e03eec; }

#e03eec Text Font Color

<p style="color:#e03eec">Text here</p>

This sample text font color is #e03eec
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.


#e03eec Background Color

<div style="background-color:#e03eec">
Div content here</div>

This div background color is #e03eec


#e03eec Border Color

<div style="border:3px solid #e03eec">
Div here</div>

This div border color is #e03eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,62,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e03eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e03eec;
  -webkit-box-shadow: 1px 1px 3px 2px #e03eec;
  box-shadow:         1px 1px 3px 2px #e03eec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,62,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e03eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e03eec;
  -webkit-box-shadow: 1px 1px 3px 2px #e03eec;
  box-shadow:         1px 1px 3px 2px #e03eec;">
Div content here</div>

This div box has shadow with color #e03eec


Comments

No comments written yet.

Please login to write comment.