Color Hex Logo

#e09bdc Color Hex

#E09BDC
(224,155,220)
0 Favorites   0 Comments

Color spaces of #e09bdc

RGB 224155220
HSL0.840.530.74
HSV303°31°88°
CMYK 0.000.310.02   0.12
XYZ55.380144.457373.3724
Yxy44.45730.31970.2567
Hunter Lab66.676331.5752-18.5709
CIE-Lab72.533136.0059-22.6994

#e09bdc color RGB value is (224,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011011 11011100
Octal 340 233 334
Decimal 224 155 220
Hex E0 9B DC

RGB Percentages of Color #e09bdc

%37.40
%25.88
%36.73

CMYK Percentages of Color #e09bdc

%0
%31
%2
%12

Triadic Colors of #e09bdc

#e09bdc #dce09b #9bdce0

Analogous Colors of #e09bdc

#e09bdc #e09bba #c29be0

Monochromatic Colors of #e09bdc

#e09bdc

Complementary Color

#e09bdc #9be09f

#e09bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09bdc Color CSS Codes

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

#e09bdc Text Font Color

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

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


#e09bdc Background Color

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

This div background color is #e09bdc


#e09bdc Border Color

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

This div border color is #e09bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09bdc


Comments

No comments written yet.

Please login to write comment.