Color Hex Logo

#e09edc Color Hex

#E09EDC
(224,158,220)
0 Favorites   0 Comments

Color spaces of #e09edc

RGB 224158220
HSL0.840.520.75
HSV304°29°88°
CMYK 0.000.290.02   0.12
XYZ55.885645.468373.5409
Yxy45.46830.31950.2600
Hunter Lab67.430229.9365-17.4619
CIE-Lab73.199234.4016-21.6851

#e09edc color RGB value is (224,158,220).

#e09edc hex color red value is 224, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e09edc hue: 0.84 , saturation: 0.52 and the lightness value of e09edc is 0.75.

The process color (four color CMYK) of #e09edc color hex is 0.00, 0.29, 0.02, 0.12. Web safe color of #e09edc is #cc99cc. Color #e09edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011110 11011100
Octal 340 236 334
Decimal 224 158 220
Hex E0 9E DC

RGB Percentages of Color #e09edc

%37.21
%26.25
%36.54

CMYK Percentages of Color #e09edc

%0
%29
%2
%12

Triadic Colors of #e09edc

#e09edc #dce09e #9edce0

Analogous Colors of #e09edc

#e09edc #e09ebb #c39ee0

Monochromatic Colors of #e09edc

#e09edc

Complementary Color

#e09edc #9ee0a2

#e09edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09edc Color CSS Codes

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

#e09edc Text Font Color

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

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


#e09edc Background Color

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

This div background color is #e09edc


#e09edc Border Color

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

This div border color is #e09edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09edc


Comments

No comments written yet.

Please login to write comment.