Color Hex Logo

#e05eea Color Hex

#E05EEA
(224,94,234)
0 Favorites   0 Comments

Color spaces of #e05eea

RGB 22494234
HSL0.820.770.64
HSV296°60°92°
CMYK 0.040.600.00   0.08
XYZ49.594529.793280.9787
Yxy29.79320.30930.1858
Hunter Lab54.583166.6654-49.7535
CIE-Lab61.475468.5876-47.6254

#e05eea color RGB value is (224,94,234).

#e05eea hex color red value is 224, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e05eea hue: 0.82 , saturation: 0.77 and the lightness value of e05eea is 0.64.

The process color (four color CMYK) of #e05eea color hex is 0.04, 0.60, 0.00, 0.08. Web safe color of #e05eea is #cc66ff. Color #e05eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 11101010
Octal 340 136 352
Decimal 224 94 234
Hex E0 5E EA

RGB Percentages of Color #e05eea

%40.58
%17.03
%42.39

CMYK Percentages of Color #e05eea

%4
%60
%0
%8

Triadic Colors of #e05eea

#e05eea #eae05e #5eeae0

Analogous Colors of #e05eea

#e05eea #ea5eae #9a5eea

Monochromatic Colors of #e05eea

#e05eea

Complementary Color

#e05eea #68ea5e

#e05eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eea Color CSS Codes

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

#e05eea Text Font Color

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

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


#e05eea Background Color

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

This div background color is #e05eea


#e05eea Border Color

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

This div border color is #e05eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eea


Comments

No comments written yet.

Please login to write comment.