Color Hex Logo

#e8aace Color Hex

#E8AACE
(232,170,206)
0 Favorites   0 Comments

Color spaces of #e8aace

RGB 232170206
HSL0.900.570.79
HSV325°27°91°
CMYK 0.000.270.11   0.09
XYZ58.794050.361565.0145
Yxy50.36150.33760.2892
Hunter Lab70.965823.6940-4.6417
CIE-Lab76.290628.2204-9.2930

#e8aace color RGB value is (232,170,206).

#e8aace hex color red value is 232, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e8aace hue: 0.90 , saturation: 0.57 and the lightness value of e8aace is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 11001110
Octal 350 252 316
Decimal 232 170 206
Hex E8 AA CE

RGB Percentages of Color #e8aace

%38.16
%27.96
%33.88

CMYK Percentages of Color #e8aace

%0
%27
%11
%9

Triadic Colors of #e8aace

#e8aace #cee8aa #aacee8

Analogous Colors of #e8aace

#e8aace #e8aaaf #e3aae8

Monochromatic Colors of #e8aace

#e8aace

Complementary Color

#e8aace #aae8c4

#e8aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aace Color CSS Codes

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

#e8aace Text Font Color

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

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


#e8aace Background Color

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

This div background color is #e8aace


#e8aace Border Color

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

This div border color is #e8aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aace


Comments

No comments written yet.

Please login to write comment.