Color Hex Logo

#bb597f Color Hex

#BB597F
(187,89,127)
0 Favorites   0 Comments

Color spaces of #bb597f

RGB 18789127
HSL0.940.420.54
HSV337°52°73°
CMYK 0.000.520.32   0.27
XYZ27.896719.241922.3224
Yxy19.24190.40160.2770
Hunter Lab43.865636.75380.5343
CIE-Lab50.969043.6234-2.4660

#bb597f color RGB value is (187,89,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 01111111
Octal 273 131 177
Decimal 187 89 127
Hex BB 59 7F

RGB Percentages of Color #bb597f

%46.40
%22.08
%31.51

CMYK Percentages of Color #bb597f

%0
%52
%32
%27

Triadic Colors of #bb597f

#bb597f #7fbb59 #597fbb

Analogous Colors of #bb597f

#bb597f #bb6459 #bb59b0

Monochromatic Colors of #bb597f

#bb597f

Complementary Color

#bb597f #59bb95

#bb597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb597f Color CSS Codes

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

#bb597f Text Font Color

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

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


#bb597f Background Color

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

This div background color is #bb597f


#bb597f Border Color

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

This div border color is #bb597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb597f


Comments

No comments written yet.

Please login to write comment.