Color Hex Logo

#e08dea Color Hex

#E08DEA
(224,141,234)
0 Favorites   0 Comments

Color spaces of #e08dea

RGB 224141234
HSL0.820.690.74
HSV294°40°92°
CMYK 0.040.400.00   0.08
XYZ55.116640.837682.8194
Yxy40.83760.30830.2284
Hunter Lab63.904342.1213-32.1063
CIE-Lab70.062045.9938-34.1836

#e08dea color RGB value is (224,141,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11101010
Octal 340 215 352
Decimal 224 141 234
Hex E0 8D EA

RGB Percentages of Color #e08dea

%37.40
%23.54
%39.07

CMYK Percentages of Color #e08dea

%4
%40
%0
%8

Triadic Colors of #e08dea

#e08dea #eae08d #8deae0

Analogous Colors of #e08dea

#e08dea #ea8dc6 #b28dea

Monochromatic Colors of #e08dea

#e08dea

Complementary Color

#e08dea #97ea8d

#e08dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dea Color CSS Codes

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

#e08dea Text Font Color

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

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


#e08dea Background Color

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

This div background color is #e08dea


#e08dea Border Color

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

This div border color is #e08dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dea


Comments

No comments written yet.

Please login to write comment.