Color Hex Logo

#eaa0bb Color Hex

#EAA0BB
(234,160,187)
0 Favorites   0 Comments

Color spaces of #eaa0bb

RGB 234160187
HSL0.940.640.77
HSV338°32°92°
CMYK 0.000.320.20   0.08
XYZ55.472146.221953.0117
Yxy46.22190.35860.2988
Hunter Lab67.986726.66611.3601
CIE-Lab73.689331.2534-2.7014

#eaa0bb color RGB value is (234,160,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 10111011
Octal 352 240 273
Decimal 234 160 187
Hex EA A0 BB

RGB Percentages of Color #eaa0bb

%40.28
%27.54
%32.19

CMYK Percentages of Color #eaa0bb

%0
%32
%20
%8

Triadic Colors of #eaa0bb

#eaa0bb #bbeaa0 #a0bbea

Analogous Colors of #eaa0bb

#eaa0bb #eaaaa0 #eaa0e0

Monochromatic Colors of #eaa0bb

#eaa0bb

Complementary Color

#eaa0bb #a0eacf

#eaa0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa0bb Color CSS Codes

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

#eaa0bb Text Font Color

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

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


#eaa0bb Background Color

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

This div background color is #eaa0bb


#eaa0bb Border Color

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

This div border color is #eaa0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa0bb


Comments

No comments written yet.

Please login to write comment.