Color Hex Logo

#e08aee Color Hex

#E08AEE
(224,138,238)
0 Favorites   0 Comments

Color spaces of #e08aee

RGB 224138238
HSL0.810.750.74
HSV292°42°93°
CMYK 0.060.420.00   0.07
XYZ55.261640.197385.7352
Yxy40.19730.30500.2218
Hunter Lab63.401344.6310-35.7947
CIE-Lab69.609848.3081-37.0810

#e08aee color RGB value is (224,138,238).

#e08aee hex color red value is 224, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e08aee hue: 0.81 , saturation: 0.75 and the lightness value of e08aee is 0.74.

The process color (four color CMYK) of #e08aee color hex is 0.06, 0.42, 0.00, 0.07. Web safe color of #e08aee is #cc99ff. Color #e08aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001010 11101110
Octal 340 212 356
Decimal 224 138 238
Hex E0 8A EE

RGB Percentages of Color #e08aee

%37.33
%23.00
%39.67

CMYK Percentages of Color #e08aee

%6
%42
%0
%7

Triadic Colors of #e08aee

#e08aee #eee08a #8aeee0

Analogous Colors of #e08aee

#e08aee #ee8aca #ae8aee

Monochromatic Colors of #e08aee

#e08aee

Complementary Color

#e08aee #98ee8a

#e08aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08aee Color CSS Codes

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

#e08aee Text Font Color

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

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


#e08aee Background Color

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

This div background color is #e08aee


#e08aee Border Color

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

This div border color is #e08aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08aee


Comments

No comments written yet.

Please login to write comment.