Color Hex Logo

#bb788f Color Hex

#BB788F
(187,120,143)
0 Favorites   0 Comments

Color spaces of #bb788f

RGB 187120143
HSL0.940.330.60
HSV339°36°73°
CMYK 0.000.360.24   0.27
XYZ32.167925.980929.3060
Yxy25.98090.36780.2971
Hunter Lab50.971523.45061.5913
CIE-Lab58.018929.3957-1.5117

#bb788f color RGB value is (187,120,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10001111
Octal 273 170 217
Decimal 187 120 143
Hex BB 78 8F

RGB Percentages of Color #bb788f

%41.56
%26.67
%31.78

CMYK Percentages of Color #bb788f

%0
%36
%24
%27

Triadic Colors of #bb788f

#bb788f #8fbb78 #788fbb

Analogous Colors of #bb788f

#bb788f #bb8378 #bb78b1

Monochromatic Colors of #bb788f

#bb788f

Complementary Color

#bb788f #78bba4

#bb788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb788f Color CSS Codes

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

#bb788f Text Font Color

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

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


#bb788f Background Color

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

This div background color is #bb788f


#bb788f Border Color

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

This div border color is #bb788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb788f


Comments

No comments written yet.

Please login to write comment.