Color Hex Logo

#e00aef Color Hex

#E00AEF
(224,10,239)
0 Favorites   0 Comments

Color spaces of #e00aef

RGB 22410239
HSL0.820.920.49
HSV296°96°94°
CMYK 0.060.960.00   0.06
XYZ46.429022.296483.5179
Yxy22.29640.30500.1465
Hunter Lab47.219192.8800-71.8148
CIE-Lab54.340190.5900-61.8021

#e00aef color RGB value is (224,10,239).

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

The process color (four color CMYK) of #e00aef color hex is 0.06, 0.96, 0.00, 0.06. Web safe color of #e00aef is #cc00ff. Color #e00aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001010 11101111
Octal 340 12 357
Decimal 224 10 239
Hex E0 A EF

RGB Percentages of Color #e00aef

%47.36
%2.11
%50.53

CMYK Percentages of Color #e00aef

%6
%96
%0
%6

Triadic Colors of #e00aef

#e00aef #efe00a #0aefe0

Analogous Colors of #e00aef

#e00aef #ef0a8c #6e0aef

Monochromatic Colors of #e00aef

#e00aef

Complementary Color

#e00aef #19ef0a

#e00aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00aef Color CSS Codes

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

#e00aef Text Font Color

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

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


#e00aef Background Color

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

This div background color is #e00aef


#e00aef Border Color

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

This div border color is #e00aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00aef


Comments

No comments written yet.

Please login to write comment.