Color Hex Logo

#bb516c Color Hex

#BB516C
(187,81,108)
0 Favorites   0 Comments

Color spaces of #bb516c

RGB 18781108
HSL0.960.440.53
HSV345°57°73°
CMYK 0.000.570.42   0.27
XYZ26.142717.532416.1936
Yxy17.53240.43670.2928
Hunter Lab41.871738.17146.3802
CIE-Lab48.924045.32295.9740

#bb516c color RGB value is (187,81,108).

#bb516c hex color red value is 187, green value is 81 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bb516c hue: 0.96 , saturation: 0.44 and the lightness value of bb516c is 0.53.

The process color (four color CMYK) of #bb516c color hex is 0.00, 0.57, 0.42, 0.27. Web safe color of #bb516c is #cc6666. Color #bb516c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01101100
Octal 273 121 154
Decimal 187 81 108
Hex BB 51 6C

RGB Percentages of Color #bb516c

%49.73
%21.54
%28.72

CMYK Percentages of Color #bb516c

%0
%57
%42
%27

Triadic Colors of #bb516c

#bb516c #6cbb51 #516cbb

Analogous Colors of #bb516c

#bb516c #bb6b51 #bb51a1

Monochromatic Colors of #bb516c

#bb516c

Complementary Color

#bb516c #51bba0

#bb516c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb516c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb516c Color CSS Codes

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

#bb516c Text Font Color

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

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


#bb516c Background Color

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

This div background color is #bb516c


#bb516c Border Color

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

This div border color is #bb516c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb516c


Comments

No comments written yet.

Please login to write comment.