Color Hex Logo

#bb789e Color Hex

#BB789E
(187,120,158)
0 Favorites   0 Comments

Color spaces of #bb789e

RGB 187120158
HSL0.910.330.60
HSV326°36°73°
CMYK 0.000.360.16   0.27
XYZ33.381526.466435.6969
Yxy26.46640.34940.2770
Hunter Lab51.445525.7939-5.1282
CIE-Lab58.477131.7486-9.4983

#bb789e color RGB value is (187,120,158).

#bb789e hex color red value is 187, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb789e hue: 0.91 , saturation: 0.33 and the lightness value of bb789e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10011110
Octal 273 170 236
Decimal 187 120 158
Hex BB 78 9E

RGB Percentages of Color #bb789e

%40.22
%25.81
%33.98

CMYK Percentages of Color #bb789e

%0
%36
%16
%27

Triadic Colors of #bb789e

#bb789e #9ebb78 #789ebb

Analogous Colors of #bb789e

#bb789e #bb787d #b778bb

Monochromatic Colors of #bb789e

#bb789e

Complementary Color

#bb789e #78bb95

#bb789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb789e Color CSS Codes

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

#bb789e Text Font Color

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

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


#bb789e Background Color

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

This div background color is #bb789e


#bb789e Border Color

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

This div border color is #bb789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb789e


Comments

No comments written yet.

Please login to write comment.