Color Hex Logo

#e1a9bb Color Hex

#E1A9BB
(225,169,187)
0 Favorites   0 Comments

Color spaces of #e1a9bb

RGB 225169187
HSL0.950.480.77
HSV341°25°88°
CMYK 0.000.250.17   0.12
XYZ54.208947.971353.4160
Yxy47.97130.34840.3083
Hunter Lab69.261318.49972.7570
CIE-Lab74.806823.2404-1.1736

#e1a9bb color RGB value is (225,169,187).

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

The process color (four color CMYK) of #e1a9bb color hex is 0.00, 0.25, 0.17, 0.12. Web safe color of #e1a9bb is #cc99cc. Color #e1a9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101001 10111011
Octal 341 251 273
Decimal 225 169 187
Hex E1 A9 BB

RGB Percentages of Color #e1a9bb

%38.73
%29.09
%32.19

CMYK Percentages of Color #e1a9bb

%0
%25
%17
%12

Triadic Colors of #e1a9bb

#e1a9bb #bbe1a9 #a9bbe1

Analogous Colors of #e1a9bb

#e1a9bb #e1b3a9 #e1a9d7

Monochromatic Colors of #e1a9bb

#e1a9bb

Complementary Color

#e1a9bb #a9e1cf

#e1a9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a9bb Color CSS Codes

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

#e1a9bb Text Font Color

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

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


#e1a9bb Background Color

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

This div background color is #e1a9bb


#e1a9bb Border Color

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

This div border color is #e1a9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a9bb


Comments

No comments written yet.

Please login to write comment.