Color Hex Logo

#e09eac Color Hex

#E09EAC
(224,158,172)
0 Favorites   0 Comments

Color spaces of #e09eac

RGB 224158172
HSL0.960.520.75
HSV347°29°88°
CMYK 0.000.290.23   0.12
XYZ50.413743.279644.7264
Yxy43.27960.36420.3127
Hunter Lab65.787221.65955.7419
CIE-Lab71.744326.52912.6106

#e09eac color RGB value is (224,158,172).

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

The process color (four color CMYK) of #e09eac color hex is 0.00, 0.29, 0.23, 0.12. Web safe color of #e09eac is #cc9999. Color #e09eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011110 10101100
Octal 340 236 254
Decimal 224 158 172
Hex E0 9E AC

RGB Percentages of Color #e09eac

%40.43
%28.52
%31.05

CMYK Percentages of Color #e09eac

%0
%29
%23
%12

Triadic Colors of #e09eac

#e09eac #ace09e #9eace0

Analogous Colors of #e09eac

#e09eac #e0b19e #e09ecd

Monochromatic Colors of #e09eac

#e09eac

Complementary Color

#e09eac #9ee0d2

#e09eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09eac Color CSS Codes

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

#e09eac Text Font Color

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

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


#e09eac Background Color

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

This div background color is #e09eac


#e09eac Border Color

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

This div border color is #e09eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09eac


Comments

No comments written yet.

Please login to write comment.