Color Hex Logo

#e9aacd Color Hex

#E9AACD
(233,170,205)
0 Favorites   0 Comments

Color spaces of #e9aacd

RGB 233170205
HSL0.910.590.79
HSV327°27°91°
CMYK 0.000.270.12   0.09
XYZ58.998450.480964.3918
Yxy50.48090.33930.2903
Hunter Lab71.049923.8854-3.9990
CIE-Lab76.363528.3994-8.6279

#e9aacd color RGB value is (233,170,205).

#e9aacd hex color red value is 233, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e9aacd hue: 0.91 , saturation: 0.59 and the lightness value of e9aacd is 0.79.

The process color (four color CMYK) of #e9aacd color hex is 0.00, 0.27, 0.12, 0.09. Web safe color of #e9aacd is #ff99cc. Color #e9aacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 11001101
Octal 351 252 315
Decimal 233 170 205
Hex E9 AA CD

RGB Percentages of Color #e9aacd

%38.32
%27.96
%33.72

CMYK Percentages of Color #e9aacd

%0
%27
%12
%9

Triadic Colors of #e9aacd

#e9aacd #cde9aa #aacde9

Analogous Colors of #e9aacd

#e9aacd #e9aaae #e6aae9

Monochromatic Colors of #e9aacd

#e9aacd

Complementary Color

#e9aacd #aae9c6

#e9aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aacd Color CSS Codes

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

#e9aacd Text Font Color

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

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


#e9aacd Background Color

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

This div background color is #e9aacd


#e9aacd Border Color

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

This div border color is #e9aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aacd


Comments

No comments written yet.

Please login to write comment.