Color Hex Logo

#e0b0bb Color Hex

#E0B0BB
(224,176,187)
0 Favorites   0 Comments

Color spaces of #e0b0bb

RGB 224176187
HSL0.960.440.78
HSV346°21°88°
CMYK 0.000.210.17   0.12
XYZ55.235450.485853.8472
Yxy50.48580.34620.3164
Hunter Lab71.053414.41884.8049
CIE-Lab76.366519.11861.0922

#e0b0bb color RGB value is (224,176,187).

#e0b0bb hex color red value is 224, green value is 176 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e0b0bb hue: 0.96 , saturation: 0.44 and the lightness value of e0b0bb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10110000 10111011
Octal 340 260 273
Decimal 224 176 187
Hex E0 B0 BB

RGB Percentages of Color #e0b0bb

%38.16
%29.98
%31.86

CMYK Percentages of Color #e0b0bb

%0
%21
%17
%12

Triadic Colors of #e0b0bb

#e0b0bb #bbe0b0 #b0bbe0

Analogous Colors of #e0b0bb

#e0b0bb #e0bdb0 #e0b0d3

Monochromatic Colors of #e0b0bb

#e0b0bb

Complementary Color

#e0b0bb #b0e0d5

#e0b0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b0bb Color CSS Codes

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

#e0b0bb Text Font Color

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

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


#e0b0bb Background Color

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

This div background color is #e0b0bb


#e0b0bb Border Color

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

This div border color is #e0b0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b0bb


Comments

No comments written yet.

Please login to write comment.