Color Hex Logo

#e7bbbb Color Hex

#E7BBBB
(231,187,187)
0 Favorites   0 Comments

Color spaces of #e7bbbb

RGB 231187187
HSL0.000.480.82
HSV19°91°
CMYK 0.000.190.19   0.09
XYZ59.695056.117454.6992
Yxy56.11740.35010.3291
Hunter Lab74.911511.14669.1455
CIE-Lab79.680615.77375.9764

#e7bbbb color RGB value is (231,187,187).

#e7bbbb hex color red value is 231, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e7bbbb hue: 0.00 , saturation: 0.48 and the lightness value of e7bbbb is 0.82.

The process color (four color CMYK) of #e7bbbb color hex is 0.00, 0.19, 0.19, 0.09. Web safe color of #e7bbbb is #ffcccc. Color #e7bbbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111011 10111011
Octal 347 273 273
Decimal 231 187 187
Hex E7 BB BB

RGB Percentages of Color #e7bbbb

%38.18
%30.91
%30.91

CMYK Percentages of Color #e7bbbb

%0
%19
%19
%9

Triadic Colors of #e7bbbb

#e7bbbb #bbe7bb #bbbbe7

Analogous Colors of #e7bbbb

#e7bbbb #e7d1bb #e7bbd1

Monochromatic Colors of #e7bbbb

#e7bbbb

Complementary Color

#e7bbbb #bbe7e7

#e7bbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bbbb Color CSS Codes

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

#e7bbbb Text Font Color

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

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


#e7bbbb Background Color

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

This div background color is #e7bbbb


#e7bbbb Border Color

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

This div border color is #e7bbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bbbb


Comments

No comments written yet.

Please login to write comment.