Color Hex Logo

#e099ac Color Hex

#E099AC
(224,153,172)
0 Favorites   0 Comments

Color spaces of #e099ac

RGB 224153172
HSL0.960.530.74
HSV344°32°88°
CMYK 0.000.320.23   0.12
XYZ49.578141.608344.4479
Yxy41.60830.36550.3068
Hunter Lab64.504524.31214.2984
CIE-Lab70.600029.21290.9469

#e099ac color RGB value is (224,153,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 10101100
Octal 340 231 254
Decimal 224 153 172
Hex E0 99 AC

RGB Percentages of Color #e099ac

%40.80
%27.87
%31.33

CMYK Percentages of Color #e099ac

%0
%32
%23
%12

Triadic Colors of #e099ac

#e099ac #ace099 #99ace0

Analogous Colors of #e099ac

#e099ac #e0aa99 #e099d0

Monochromatic Colors of #e099ac

#e099ac

Complementary Color

#e099ac #99e0cd

#e099ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099ac Color CSS Codes

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

#e099ac Text Font Color

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

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


#e099ac Background Color

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

This div background color is #e099ac


#e099ac Border Color

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

This div border color is #e099ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099ac


Comments

No comments written yet.

Please login to write comment.