Color Hex Logo

#eaa1bb Color Hex

#EAA1BB
(234,161,187)
0 Favorites   0 Comments

Color spaces of #eaa1bb

RGB 234161187
HSL0.940.630.77
HSV339°31°92°
CMYK 0.000.310.20   0.08
XYZ55.646246.570053.0697
Yxy46.57000.35830.2999
Hunter Lab68.242226.12891.6617
CIE-Lab73.913930.7220-2.3715

#eaa1bb color RGB value is (234,161,187).

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

The process color (four color CMYK) of #eaa1bb color hex is 0.00, 0.31, 0.20, 0.08. Web safe color of #eaa1bb is #ff99cc. Color #eaa1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100001 10111011
Octal 352 241 273
Decimal 234 161 187
Hex EA A1 BB

RGB Percentages of Color #eaa1bb

%40.21
%27.66
%32.13

CMYK Percentages of Color #eaa1bb

%0
%31
%20
%8

Triadic Colors of #eaa1bb

#eaa1bb #bbeaa1 #a1bbea

Analogous Colors of #eaa1bb

#eaa1bb #eaaca1 #eaa1e0

Monochromatic Colors of #eaa1bb

#eaa1bb

Complementary Color

#eaa1bb #a1ead0

#eaa1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa1bb Color CSS Codes

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

#eaa1bb Text Font Color

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

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


#eaa1bb Background Color

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

This div background color is #eaa1bb


#eaa1bb Border Color

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

This div border color is #eaa1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa1bb


Comments

No comments written yet.

Please login to write comment.