Color Hex Logo

#bb788d Color Hex

#BB788D
(187,120,141)
0 Favorites   0 Comments

Color spaces of #bb788d

RGB 187120141
HSL0.950.330.60
HSV341°36°73°
CMYK 0.000.360.25   0.27
XYZ32.017725.920828.5150
Yxy25.92080.37030.2998
Hunter Lab50.912523.15782.4317
CIE-Lab57.961829.0987-0.4378

#bb788d color RGB value is (187,120,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10001101
Octal 273 170 215
Decimal 187 120 141
Hex BB 78 8D

RGB Percentages of Color #bb788d

%41.74
%26.79
%31.47

CMYK Percentages of Color #bb788d

%0
%36
%25
%27

Triadic Colors of #bb788d

#bb788d #8dbb78 #788dbb

Analogous Colors of #bb788d

#bb788d #bb8578 #bb78af

Monochromatic Colors of #bb788d

#bb788d

Complementary Color

#bb788d #78bba6

#bb788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb788d Color CSS Codes

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

#bb788d Text Font Color

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

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


#bb788d Background Color

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

This div background color is #bb788d


#bb788d Border Color

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

This div border color is #bb788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb788d


Comments

No comments written yet.

Please login to write comment.