Color Hex Logo

#bb789b Color Hex

#BB789B
(187,120,155)
0 Favorites   0 Comments

Color spaces of #bb789b

RGB 187120155
HSL0.910.330.60
HSV329°36°73°
CMYK 0.000.360.17   0.27
XYZ33.126426.364334.3532
Yxy26.36430.35300.2809
Hunter Lab51.346225.3049-3.7257
CIE-Lab58.381231.2610-7.9111

#bb789b color RGB value is (187,120,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10011011
Octal 273 170 233
Decimal 187 120 155
Hex BB 78 9B

RGB Percentages of Color #bb789b

%40.48
%25.97
%33.55

CMYK Percentages of Color #bb789b

%0
%36
%17
%27

Triadic Colors of #bb789b

#bb789b #9bbb78 #789bbb

Analogous Colors of #bb789b

#bb789b #bb787a #ba78bb

Monochromatic Colors of #bb789b

#bb789b

Complementary Color

#bb789b #78bb98

#bb789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb789b Color CSS Codes

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

#bb789b Text Font Color

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

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


#bb789b Background Color

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

This div background color is #bb789b


#bb789b Border Color

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

This div border color is #bb789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb789b

#bb789b Color Palettes


Comments

No comments written yet.

Please login to write comment.