Color Hex Logo

#e03cef Color Hex

#E03CEF
(224,60,239)
0 Favorites   0 Comments

Color spaces of #e03cef

RGB 22460239
HSL0.820.850.59
HSV295°75°94°
CMYK 0.060.750.00   0.06
XYZ47.936325.311084.0203
Yxy25.31100.30480.1609
Hunter Lab50.310082.0354-63.8003
CIE-Lab57.377281.7150-56.9321

#e03cef color RGB value is (224,60,239).

#e03cef hex color red value is 224, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e03cef hue: 0.82 , saturation: 0.85 and the lightness value of e03cef is 0.59.

The process color (four color CMYK) of #e03cef color hex is 0.06, 0.75, 0.00, 0.06. Web safe color of #e03cef is #cc33ff. Color #e03cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 11101111
Octal 340 74 357
Decimal 224 60 239
Hex E0 3C EF

RGB Percentages of Color #e03cef

%42.83
%11.47
%45.70

CMYK Percentages of Color #e03cef

%6
%75
%0
%6

Triadic Colors of #e03cef

#e03cef #efe03c #3cefe0

Analogous Colors of #e03cef

#e03cef #ef3ca5 #873cef

Monochromatic Colors of #e03cef

#e03cef

Complementary Color

#e03cef #4bef3c

#e03cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03cef Color CSS Codes

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

#e03cef Text Font Color

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

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


#e03cef Background Color

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

This div background color is #e03cef


#e03cef Border Color

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

This div border color is #e03cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03cef


Comments

No comments written yet.

Please login to write comment.