Color Hex Logo

#e08aea Color Hex

#E08AEA
(224,138,234)
0 Favorites   0 Comments

Color spaces of #e08aea

RGB 224138234
HSL0.820.700.73
HSV294°41°92°
CMYK 0.040.410.00   0.08
XYZ54.680239.964882.6739
Yxy39.96480.30840.2254
Hunter Lab63.217743.7627-33.2850
CIE-Lab69.444547.5523-35.1413

#e08aea color RGB value is (224,138,234).

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

The process color (four color CMYK) of #e08aea color hex is 0.04, 0.41, 0.00, 0.08. Web safe color of #e08aea is #cc99ff. Color #e08aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001010 11101010
Octal 340 212 352
Decimal 224 138 234
Hex E0 8A EA

RGB Percentages of Color #e08aea

%37.58
%23.15
%39.26

CMYK Percentages of Color #e08aea

%4
%41
%0
%8

Triadic Colors of #e08aea

#e08aea #eae08a #8aeae0

Analogous Colors of #e08aea

#e08aea #ea8ac4 #b08aea

Monochromatic Colors of #e08aea

#e08aea

Complementary Color

#e08aea #94ea8a

#e08aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08aea Color CSS Codes

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

#e08aea Text Font Color

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

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


#e08aea Background Color

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

This div background color is #e08aea


#e08aea Border Color

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

This div border color is #e08aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08aea


Comments

No comments written yet.

Please login to write comment.