Color Hex Logo

#e09dea Color Hex

#E09DEA
(224,157,234)
0 Favorites   0 Comments

Color spaces of #e09dea

RGB 224157234
HSL0.810.650.77
HSV292°33°92°
CMYK 0.040.330.00   0.08
XYZ57.648745.901783.6634
Yxy45.90170.30790.2452
Hunter Lab67.750833.3206-25.7899
CIE-Lab73.481737.5433-28.9056

#e09dea color RGB value is (224,157,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 11101010
Octal 340 235 352
Decimal 224 157 234
Hex E0 9D EA

RGB Percentages of Color #e09dea

%36.42
%25.53
%38.05

CMYK Percentages of Color #e09dea

%4
%33
%0
%8

Triadic Colors of #e09dea

#e09dea #eae09d #9deae0

Analogous Colors of #e09dea

#e09dea #ea9dce #ba9dea

Monochromatic Colors of #e09dea

#e09dea

Complementary Color

#e09dea #a7ea9d

#e09dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09dea Color CSS Codes

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

#e09dea Text Font Color

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

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


#e09dea Background Color

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

This div background color is #e09dea


#e09dea Border Color

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

This div border color is #e09dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09dea


Comments

No comments written yet.

Please login to write comment.