Color Hex Logo

#bb559f Color Hex

#BB559F
(187,85,159)
0 Favorites   0 Comments

Color spaces of #bb559f

RGB 18785159
HSL0.880.430.53
HSV316°55°73°
CMYK 0.000.550.15   0.27
XYZ30.000019.565034.9961
Yxy19.56500.35480.2314
Hunter Lab44.232343.6587-15.9469
CIE-Lab51.341850.1661-20.8922

#bb559f color RGB value is (187,85,159).

#bb559f hex color red value is 187, green value is 85 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb559f hue: 0.88 , saturation: 0.43 and the lightness value of bb559f is 0.53.

The process color (four color CMYK) of #bb559f color hex is 0.00, 0.55, 0.15, 0.27. Web safe color of #bb559f is #cc6699. Color #bb559f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 10011111
Octal 273 125 237
Decimal 187 85 159
Hex BB 55 9F

RGB Percentages of Color #bb559f

%43.39
%19.72
%36.89

CMYK Percentages of Color #bb559f

%0
%55
%15
%27

Triadic Colors of #bb559f

#bb559f #9fbb55 #559fbb

Analogous Colors of #bb559f

#bb559f #bb556c #a455bb

Monochromatic Colors of #bb559f

#bb559f

Complementary Color

#bb559f #55bb71

#bb559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb559f Color CSS Codes

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

#bb559f Text Font Color

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

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


#bb559f Background Color

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

This div background color is #bb559f


#bb559f Border Color

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

This div border color is #bb559f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,85,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 #bb559f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb559f


Comments

No comments written yet.

Please login to write comment.