Color Hex Logo

#e8aabc Color Hex

#E8AABC
(232,170,188)
0 Favorites   0 Comments

Color spaces of #e8aabc

RGB 232170188
HSL0.950.570.79
HSV343°27°91°
CMYK 0.000.270.19   0.09
XYZ56.730549.536154.1484
Yxy49.53610.35360.3088
Hunter Lab70.381920.70953.6525
CIE-Lab75.783625.3621-0.2071

#e8aabc color RGB value is (232,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 10111100
Octal 350 252 274
Decimal 232 170 188
Hex E8 AA BC

RGB Percentages of Color #e8aabc

%39.32
%28.81
%31.86

CMYK Percentages of Color #e8aabc

%0
%27
%19
%9

Triadic Colors of #e8aabc

#e8aabc #bce8aa #aabce8

Analogous Colors of #e8aabc

#e8aabc #e8b7aa #e8aadb

Monochromatic Colors of #e8aabc

#e8aabc

Complementary Color

#e8aabc #aae8d6

#e8aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aabc Color CSS Codes

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

#e8aabc Text Font Color

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

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


#e8aabc Background Color

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

This div background color is #e8aabc


#e8aabc Border Color

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

This div border color is #e8aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aabc


Comments

No comments written yet.

Please login to write comment.