Color Hex Logo

#e1aabc Color Hex

#E1AABC
(225,170,188)
0 Favorites   0 Comments

Color spaces of #e1aabc

RGB 225170188
HSL0.950.480.77
HSV340°24°88°
CMYK 0.000.240.16   0.12
XYZ54.503248.387854.0441
Yxy48.38780.34730.3083
Hunter Lab69.561318.12732.6289
CIE-Lab75.068922.8599-1.3376

#e1aabc color RGB value is (225,170,188).

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

The process color (four color CMYK) of #e1aabc color hex is 0.00, 0.24, 0.16, 0.12. Web safe color of #e1aabc is #cc99cc. Color #e1aabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101010 10111100
Octal 341 252 274
Decimal 225 170 188
Hex E1 AA BC

RGB Percentages of Color #e1aabc

%38.59
%29.16
%32.25

CMYK Percentages of Color #e1aabc

%0
%24
%16
%12

Triadic Colors of #e1aabc

#e1aabc #bce1aa #aabce1

Analogous Colors of #e1aabc

#e1aabc #e1b4aa #e1aad8

Monochromatic Colors of #e1aabc

#e1aabc

Complementary Color

#e1aabc #aae1cf

#e1aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aabc Color CSS Codes

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

#e1aabc Text Font Color

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

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


#e1aabc Background Color

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

This div background color is #e1aabc


#e1aabc Border Color

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

This div border color is #e1aabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1aabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aabc


Comments

No comments written yet.

Please login to write comment.