Color Hex Logo

#bb586f Color Hex

#BB586F
(187,88,111)
0 Favorites   0 Comments

Color spaces of #bb586f

RGB 18788111
HSL0.960.420.54
HSV346°53°73°
CMYK 0.000.530.41   0.27
XYZ26.852518.691917.2315
Yxy18.69190.42780.2978
Hunter Lab43.234135.20576.6331
CIE-Lab50.324842.20166.1721

#bb586f color RGB value is (187,88,111).

#bb586f hex color red value is 187, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb586f hue: 0.96 , saturation: 0.42 and the lightness value of bb586f is 0.54.

The process color (four color CMYK) of #bb586f color hex is 0.00, 0.53, 0.41, 0.27. Web safe color of #bb586f is #cc6666. Color #bb586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 01101111
Octal 273 130 157
Decimal 187 88 111
Hex BB 58 6F

RGB Percentages of Color #bb586f

%48.45
%22.80
%28.76

CMYK Percentages of Color #bb586f

%0
%53
%41
%27

Triadic Colors of #bb586f

#bb586f #6fbb58 #586fbb

Analogous Colors of #bb586f

#bb586f #bb7358 #bb58a1

Monochromatic Colors of #bb586f

#bb586f

Complementary Color

#bb586f #58bba4

#bb586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb586f Color CSS Codes

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

#bb586f Text Font Color

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

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


#bb586f Background Color

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

This div background color is #bb586f


#bb586f Border Color

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

This div border color is #bb586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb586f


Comments

No comments written yet.

Please login to write comment.