Color Hex Logo

#e00afe Color Hex

#E00AFE
(224,10,254)
0 Favorites   0 Comments

Color spaces of #e00afe

RGB 22410254
HSL0.810.990.52
HSV293°96°100°
CMYK 0.120.960.00   0.00
XYZ48.738423.220195.6791
Yxy23.22010.29070.1385
Hunter Lab48.187296.2140-83.9933
CIE-Lab55.298392.8832-68.6366

#e00afe color RGB value is (224,10,254).

#e00afe hex color red value is 224, green value is 10 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e00afe hue: 0.81 , saturation: 0.99 and the lightness value of e00afe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001010 11111110
Octal 340 12 376
Decimal 224 10 254
Hex E0 A FE

RGB Percentages of Color #e00afe

%45.90
%2.05
%52.05

CMYK Percentages of Color #e00afe

%12
%96
%0
%0

Triadic Colors of #e00afe

#e00afe #fee00a #0afee0

Analogous Colors of #e00afe

#e00afe #fe0aa2 #660afe

Monochromatic Colors of #e00afe

#e00afe

Complementary Color

#e00afe #28fe0a

#e00afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00afe Color CSS Codes

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

#e00afe Text Font Color

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

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


#e00afe Background Color

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

This div background color is #e00afe


#e00afe Border Color

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

This div border color is #e00afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00afe


Comments

No comments written yet.

Please login to write comment.