Color Hex Logo

#e99caa Color Hex

#E99CAA
(233,156,170)
0 Favorites   0 Comments

Color spaces of #e99caa

RGB 233156170
HSL0.970.640.76
HSV349°33°91°
CMYK 0.000.330.27   0.09
XYZ52.748444.002943.7435
Yxy44.00290.37540.3132
Hunter Lab66.334725.85507.3363
CIE-Lab72.230430.58774.5459

#e99caa color RGB value is (233,156,170).

#e99caa hex color red value is 233, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e99caa hue: 0.97 , saturation: 0.64 and the lightness value of e99caa is 0.76.

The process color (four color CMYK) of #e99caa color hex is 0.00, 0.33, 0.27, 0.09. Web safe color of #e99caa is #ff9999. Color #e99caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011100 10101010
Octal 351 234 252
Decimal 233 156 170
Hex E9 9C AA

RGB Percentages of Color #e99caa

%41.68
%27.91
%30.41

CMYK Percentages of Color #e99caa

%0
%33
%27
%9

Triadic Colors of #e99caa

#e99caa #aae99c #9caae9

Analogous Colors of #e99caa

#e99caa #e9b59c #e99cd1

Monochromatic Colors of #e99caa

#e99caa

Complementary Color

#e99caa #9ce9db

#e99caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99caa Color CSS Codes

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

#e99caa Text Font Color

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

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


#e99caa Background Color

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

This div background color is #e99caa


#e99caa Border Color

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

This div border color is #e99caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99caa


Comments

No comments written yet.

Please login to write comment.