Color Hex Logo

#e1afaa Color Hex

#E1AFAA
(225,175,170)
0 Favorites   0 Comments

Color spaces of #e1afaa

RGB 225175170
HSL0.020.480.77
HSV24°88°
CMYK 0.000.220.24   0.12
XYZ53.637049.569844.7712
Yxy49.56980.36250.3350
Hunter Lab70.405812.775811.5815
CIE-Lab75.804417.47709.5612

#e1afaa color RGB value is (225,175,170).

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

The process color (four color CMYK) of #e1afaa color hex is 0.00, 0.22, 0.24, 0.12. Web safe color of #e1afaa is #cc9999. Color #e1afaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101111 10101010
Octal 341 257 252
Decimal 225 175 170
Hex E1 AF AA

RGB Percentages of Color #e1afaa

%39.47
%30.70
%29.82

CMYK Percentages of Color #e1afaa

%0
%22
%24
%12

Triadic Colors of #e1afaa

#e1afaa #aae1af #afaae1

Analogous Colors of #e1afaa

#e1afaa #e1cbaa #e1aac1

Monochromatic Colors of #e1afaa

#e1afaa

Complementary Color

#e1afaa #aadce1

#e1afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1afaa Color CSS Codes

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

#e1afaa Text Font Color

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

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


#e1afaa Background Color

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

This div background color is #e1afaa


#e1afaa Border Color

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

This div border color is #e1afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1afaa


Comments

No comments written yet.

Please login to write comment.