Color Hex Logo

#e09cde Color Hex

#E09CDE
(224,156,222)
0 Favorites   0 Comments

Color spaces of #e09cde

RGB 224156222
HSL0.840.520.75
HSV302°30°88°
CMYK 0.000.300.01   0.12
XYZ55.813844.898274.8317
Yxy44.89820.31790.2558
Hunter Lab67.006131.4237-19.3101
CIE-Lab72.824835.8358-23.3513

#e09cde color RGB value is (224,156,222).

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

The process color (four color CMYK) of #e09cde color hex is 0.00, 0.30, 0.01, 0.12. Web safe color of #e09cde is #cc99cc. Color #e09cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 11011110
Octal 340 234 336
Decimal 224 156 222
Hex E0 9C DE

RGB Percentages of Color #e09cde

%37.21
%25.91
%36.88

CMYK Percentages of Color #e09cde

%0
%30
%1
%12

Triadic Colors of #e09cde

#e09cde #dee09c #9cdee0

Analogous Colors of #e09cde

#e09cde #e09cbc #c09ce0

Monochromatic Colors of #e09cde

#e09cde

Complementary Color

#e09cde #9ce09e

#e09cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09cde Color CSS Codes

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

#e09cde Text Font Color

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

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


#e09cde Background Color

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

This div background color is #e09cde


#e09cde Border Color

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

This div border color is #e09cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09cde


Comments

No comments written yet.

Please login to write comment.