Color Hex Logo

#e1bbbd Color Hex

#E1BBBD
(225,187,189)
0 Favorites   0 Comments

Color spaces of #e1bbbd

RGB 225187189
HSL0.990.390.81
HSV357°17°88°
CMYK 0.000.170.16   0.12
XYZ58.007055.222355.7458
Yxy55.22230.34330.3268
Hunter Lab74.31179.28997.5411
CIE-Lab79.169113.90354.0869

#e1bbbd color RGB value is (225,187,189).

#e1bbbd hex color red value is 225, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e1bbbd hue: 0.99 , saturation: 0.39 and the lightness value of e1bbbd is 0.81.

The process color (four color CMYK) of #e1bbbd color hex is 0.00, 0.17, 0.16, 0.12. Web safe color of #e1bbbd is #cccccc. Color #e1bbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 10111101
Octal 341 273 275
Decimal 225 187 189
Hex E1 BB BD

RGB Percentages of Color #e1bbbd

%37.44
%31.11
%31.45

CMYK Percentages of Color #e1bbbd

%0
%17
%16
%12

Triadic Colors of #e1bbbd

#e1bbbd #bde1bb #bbbde1

Analogous Colors of #e1bbbd

#e1bbbd #e1ccbb #e1bbd0

Monochromatic Colors of #e1bbbd

#e1bbbd

Complementary Color

#e1bbbd #bbe1df

#e1bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbbd Color CSS Codes

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

#e1bbbd Text Font Color

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

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


#e1bbbd Background Color

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

This div background color is #e1bbbd


#e1bbbd Border Color

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

This div border color is #e1bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbbd


Comments

No comments written yet.

Please login to write comment.