Color Hex Logo

#bb596e Color Hex

#BB596E
(187,89,110)
0 Favorites   0 Comments

Color spaces of #bb596e

RGB 18789110
HSL0.960.420.54
HSV347°52°73°
CMYK 0.000.520.41   0.27
XYZ26.880418.835316.9707
Yxy18.83530.42880.3005
Hunter Lab43.399734.60807.1954
CIE-Lab50.494041.58607.0123

#bb596e color RGB value is (187,89,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 01101110
Octal 273 131 156
Decimal 187 89 110
Hex BB 59 6E

RGB Percentages of Color #bb596e

%48.45
%23.06
%28.50

CMYK Percentages of Color #bb596e

%0
%52
%41
%27

Triadic Colors of #bb596e

#bb596e #6ebb59 #596ebb

Analogous Colors of #bb596e

#bb596e #bb7559 #bb599f

Monochromatic Colors of #bb596e

#bb596e

Complementary Color

#bb596e #59bba6

#bb596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb596e Color CSS Codes

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

#bb596e Text Font Color

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

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


#bb596e Background Color

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

This div background color is #bb596e


#bb596e Border Color

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

This div border color is #bb596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb596e


Comments

No comments written yet.

Please login to write comment.