Color Hex Logo

#eaa1ab Color Hex

#EAA1AB
(234,161,171)
0 Favorites   0 Comments

Color spaces of #eaa1ab

RGB 234161171
HSL0.980.630.77
HSV352°31°92°
CMYK 0.000.310.27   0.08
XYZ54.027245.922444.5444
Yxy45.92240.37390.3178
Hunter Lab67.766123.72048.4634
CIE-Lab73.495228.43035.8312

#eaa1ab color RGB value is (234,161,171).

#eaa1ab hex color red value is 234, green value is 161 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaa1ab hue: 0.98 , saturation: 0.63 and the lightness value of eaa1ab is 0.77.

The process color (four color CMYK) of #eaa1ab color hex is 0.00, 0.31, 0.27, 0.08. Web safe color of #eaa1ab is #ff9999. Color #eaa1ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 10101011
Octal 352 241 253
Decimal 234 161 171
Hex EA A1 AB

RGB Percentages of Color #eaa1ab

%41.34
%28.45
%30.21

CMYK Percentages of Color #eaa1ab

%0
%31
%27
%8

Triadic Colors of #eaa1ab

#eaa1ab #abeaa1 #a1abea

Analogous Colors of #eaa1ab

#eaa1ab #eabca1 #eaa1d0

Monochromatic Colors of #eaa1ab

#eaa1ab

Complementary Color

#eaa1ab #a1eae0

#eaa1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa1ab Color CSS Codes

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

#eaa1ab Text Font Color

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

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


#eaa1ab Background Color

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

This div background color is #eaa1ab


#eaa1ab Border Color

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

This div border color is #eaa1ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,161,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaa1ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaa1ab;
  -webkit-box-shadow: 1px 1px 3px 2px #eaa1ab;
  box-shadow:         1px 1px 3px 2px #eaa1ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,161,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa1ab


Comments

No comments written yet.

Please login to write comment.