Color Hex Logo

#bb859f Color Hex

#BB859F
(187,133,159)
0 Favorites   0 Comments

Color spaces of #bb859f

RGB 187133159
HSL0.920.280.63
HSV331°29°73°
CMYK 0.000.290.15   0.27
XYZ35.139129.843136.7091
Yxy29.84310.34550.2935
Hunter Lab54.628819.2167-1.6011
CIE-Lab61.518624.7245-5.5457

#bb859f color RGB value is (187,133,159).

#bb859f hex color red value is 187, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb859f hue: 0.92 , saturation: 0.28 and the lightness value of bb859f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 10011111
Octal 273 205 237
Decimal 187 133 159
Hex BB 85 9F

RGB Percentages of Color #bb859f

%39.04
%27.77
%33.19

CMYK Percentages of Color #bb859f

%0
%29
%15
%27

Triadic Colors of #bb859f

#bb859f #9fbb85 #859fbb

Analogous Colors of #bb859f

#bb859f #bb8685 #bb85ba

Monochromatic Colors of #bb859f

#bb859f

Complementary Color

#bb859f #85bba1

#bb859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb859f Color CSS Codes

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

#bb859f Text Font Color

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

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


#bb859f Background Color

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

This div background color is #bb859f


#bb859f Border Color

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

This div border color is #bb859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb859f


Comments

No comments written yet.

Please login to write comment.