Color Hex Logo

#bb537f Color Hex

#BB537F
(187,83,127)
0 Favorites   0 Comments

Color spaces of #bb537f

RGB 18783127
HSL0.930.430.53
HSV335°56°73°
CMYK 0.000.560.32   0.27
XYZ27.417518.283622.1627
Yxy18.28360.40400.2694
Hunter Lab42.759339.6263-0.7992
CIE-Lab49.838346.5837-4.1336

#bb537f color RGB value is (187,83,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 01111111
Octal 273 123 177
Decimal 187 83 127
Hex BB 53 7F

RGB Percentages of Color #bb537f

%47.10
%20.91
%31.99

CMYK Percentages of Color #bb537f

%0
%56
%32
%27

Triadic Colors of #bb537f

#bb537f #7fbb53 #537fbb

Analogous Colors of #bb537f

#bb537f #bb5b53 #bb53b3

Monochromatic Colors of #bb537f

#bb537f

Complementary Color

#bb537f #53bb8f

#bb537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb537f Color CSS Codes

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

#bb537f Text Font Color

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

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


#bb537f Background Color

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

This div background color is #bb537f


#bb537f Border Color

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

This div border color is #bb537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb537f


Comments

No comments written yet.

Please login to write comment.