Color Hex Logo

#e9aacb Color Hex

#E9AACB
(233,170,203)
0 Favorites   0 Comments

Color spaces of #e9aacb

RGB 233170203
HSL0.910.590.79
HSV329°27°91°
CMYK 0.000.270.13   0.09
XYZ58.758550.384963.1283
Yxy50.38490.34110.2925
Hunter Lab70.982323.5416-3.0421
CIE-Lab76.304928.0730-7.6236

#e9aacb color RGB value is (233,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 11001011
Octal 351 252 313
Decimal 233 170 203
Hex E9 AA CB

RGB Percentages of Color #e9aacb

%38.45
%28.05
%33.50

CMYK Percentages of Color #e9aacb

%0
%27
%13
%9

Triadic Colors of #e9aacb

#e9aacb #cbe9aa #aacbe9

Analogous Colors of #e9aacb

#e9aacb #e9aaac #e8aae9

Monochromatic Colors of #e9aacb

#e9aacb

Complementary Color

#e9aacb #aae9c8

#e9aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aacb Color CSS Codes

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

#e9aacb Text Font Color

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

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


#e9aacb Background Color

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

This div background color is #e9aacb


#e9aacb Border Color

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

This div border color is #e9aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aacb


Comments

No comments written yet.

Please login to write comment.