Color Hex Logo

#e1bbbe Color Hex

#E1BBBE
(225,187,190)
0 Favorites   0 Comments

Color spaces of #e1bbbe

RGB 225187190
HSL0.990.390.81
HSV355°17°88°
CMYK 0.000.170.16   0.12
XYZ58.115955.265956.3195
Yxy55.26590.34250.3257
Hunter Lab74.34109.44517.1216
CIE-Lab79.194214.06093.5831

#e1bbbe color RGB value is (225,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 10111110
Octal 341 273 276
Decimal 225 187 190
Hex E1 BB BE

RGB Percentages of Color #e1bbbe

%37.38
%31.06
%31.56

CMYK Percentages of Color #e1bbbe

%0
%17
%16
%12

Triadic Colors of #e1bbbe

#e1bbbe #bee1bb #bbbee1

Analogous Colors of #e1bbbe

#e1bbbe #e1cbbb #e1bbd1

Monochromatic Colors of #e1bbbe

#e1bbbe

Complementary Color

#e1bbbe #bbe1de

#e1bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbbe Color CSS Codes

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

#e1bbbe Text Font Color

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

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


#e1bbbe Background Color

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

This div background color is #e1bbbe


#e1bbbe Border Color

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

This div border color is #e1bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbbe


Comments

No comments written yet.

Please login to write comment.