Color Hex Logo

#e7bbba Color Hex

#E7BBBA
(231,187,186)
0 Favorites   0 Comments

Color spaces of #e7bbba

RGB 231187186
HSL0.000.480.82
HSV19°91°
CMYK 0.000.190.19   0.09
XYZ59.588256.074754.1372
Yxy56.07470.35090.3302
Hunter Lab74.883010.99619.5540
CIE-Lab79.656315.62286.4809

#e7bbba color RGB value is (231,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111011 10111010
Octal 347 273 272
Decimal 231 187 186
Hex E7 BB BA

RGB Percentages of Color #e7bbba

%38.25
%30.96
%30.79

CMYK Percentages of Color #e7bbba

%0
%19
%19
%9

Triadic Colors of #e7bbba

#e7bbba #bae7bb #bbbae7

Analogous Colors of #e7bbba

#e7bbba #e7d2ba #e7bad0

Monochromatic Colors of #e7bbba

#e7bbba

Complementary Color

#e7bbba #bae6e7

#e7bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bbba Color CSS Codes

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

#e7bbba Text Font Color

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

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


#e7bbba Background Color

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

This div background color is #e7bbba


#e7bbba Border Color

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

This div border color is #e7bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bbba


Comments

No comments written yet.

Please login to write comment.