Color Hex Logo

#e02aef Color Hex

#E02AEF
(224,42,239)
0 Favorites   0 Comments

Color spaces of #e02aef

RGB 22442239
HSL0.820.860.55
HSV295°82°94°
CMYK 0.060.820.00   0.06
XYZ47.148423.735283.7577
Yxy23.73520.30490.1535
Hunter Lab48.718887.4884-67.8287
CIE-Lab55.821786.2271-59.4227

#e02aef color RGB value is (224,42,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 11101111
Octal 340 52 357
Decimal 224 42 239
Hex E0 2A EF

RGB Percentages of Color #e02aef

%44.36
%8.32
%47.33

CMYK Percentages of Color #e02aef

%6
%82
%0
%6

Triadic Colors of #e02aef

#e02aef #efe02a #2aefe0

Analogous Colors of #e02aef

#e02aef #ef2a9c #7e2aef

Monochromatic Colors of #e02aef

#e02aef

Complementary Color

#e02aef #39ef2a

#e02aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02aef Color CSS Codes

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

#e02aef Text Font Color

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

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


#e02aef Background Color

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

This div background color is #e02aef


#e02aef Border Color

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

This div border color is #e02aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,42,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 #e02aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02aef


Comments

No comments written yet.

Please login to write comment.