Color Hex Logo

#bb889e Color Hex

#BB889E
(187,136,158)
0 Favorites   0 Comments

Color spaces of #bb889e

RGB 187136158
HSL0.930.270.63
HSV334°27°73°
CMYK 0.000.270.16   0.27
XYZ35.469230.641736.3928
Yxy30.64170.34600.2989
Hunter Lab55.354917.5044-0.2314
CIE-Lab62.204022.8905-3.9631

#bb889e color RGB value is (187,136,158).

#bb889e hex color red value is 187, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb889e hue: 0.93 , saturation: 0.27 and the lightness value of bb889e is 0.63.

The process color (four color CMYK) of #bb889e color hex is 0.00, 0.27, 0.16, 0.27. Web safe color of #bb889e is #cc9999. Color #bb889e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 10011110
Octal 273 210 236
Decimal 187 136 158
Hex BB 88 9E

RGB Percentages of Color #bb889e

%38.88
%28.27
%32.85

CMYK Percentages of Color #bb889e

%0
%27
%16
%27

Triadic Colors of #bb889e

#bb889e #9ebb88 #889ebb

Analogous Colors of #bb889e

#bb889e #bb8c88 #bb88b8

Monochromatic Colors of #bb889e

#bb889e

Complementary Color

#bb889e #88bba5

#bb889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb889e Color CSS Codes

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

#bb889e Text Font Color

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

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


#bb889e Background Color

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

This div background color is #bb889e


#bb889e Border Color

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

This div border color is #bb889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb889e


Comments

No comments written yet.

Please login to write comment.