Color Hex Logo

#e09cae Color Hex

#E09CAE
(224,156,174)
0 Favorites   0 Comments

Color spaces of #e09cae

RGB 224156174
HSL0.960.520.75
HSV344°30°88°
CMYK 0.000.300.22   0.12
XYZ50.268942.680245.6330
Yxy42.68020.36270.3080
Hunter Lab65.330123.02104.3171
CIE-Lab71.337427.89540.9111

#e09cae color RGB value is (224,156,174).

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

The process color (four color CMYK) of #e09cae color hex is 0.00, 0.30, 0.22, 0.12. Web safe color of #e09cae is #cc9999. Color #e09cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 10101110
Octal 340 234 256
Decimal 224 156 174
Hex E0 9C AE

RGB Percentages of Color #e09cae

%40.43
%28.16
%31.41

CMYK Percentages of Color #e09cae

%0
%30
%22
%12

Triadic Colors of #e09cae

#e09cae #aee09c #9caee0

Analogous Colors of #e09cae

#e09cae #e0ac9c #e09cd0

Monochromatic Colors of #e09cae

#e09cae

Complementary Color

#e09cae #9ce0ce

#e09cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09cae Color CSS Codes

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

#e09cae Text Font Color

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

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


#e09cae Background Color

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

This div background color is #e09cae


#e09cae Border Color

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

This div border color is #e09cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09cae


Comments

No comments written yet.

Please login to write comment.