Color Hex Logo

#e8aaca Color Hex

#E8AACA
(232,170,202)
0 Favorites   0 Comments

Color spaces of #e8aaca

RGB 232170202
HSL0.910.570.79
HSV329°27°91°
CMYK 0.000.270.13   0.09
XYZ58.314150.169562.4873
Yxy50.16950.34110.2934
Hunter Lab70.830423.0043-2.7249
CIE-Lab76.173227.5643-7.2844

#e8aaca color RGB value is (232,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 11001010
Octal 350 252 312
Decimal 232 170 202
Hex E8 AA CA

RGB Percentages of Color #e8aaca

%38.41
%28.15
%33.44

CMYK Percentages of Color #e8aaca

%0
%27
%13
%9

Triadic Colors of #e8aaca

#e8aaca #cae8aa #aacae8

Analogous Colors of #e8aaca

#e8aaca #e8aaab #e7aae8

Monochromatic Colors of #e8aaca

#e8aaca

Complementary Color

#e8aaca #aae8c8

#e8aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aaca Color CSS Codes

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

#e8aaca Text Font Color

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

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


#e8aaca Background Color

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

This div background color is #e8aaca


#e8aaca Border Color

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

This div border color is #e8aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aaca


Comments

No comments written yet.

Please login to write comment.