Color Hex Logo

#b1516f Color Hex

#B1516F
(177,81,111)
0 Favorites   0 Comments

Color spaces of #b1516f

RGB 17781111
HSL0.950.380.51
HSV341°54°69°
CMYK 0.000.540.37   0.31
XYZ23.943116.379716.9386
Yxy16.37970.41810.2861
Hunter Lab40.471834.77473.5158
CIE-Lab47.468842.20731.8643

#b1516f color RGB value is (177,81,111).

#b1516f hex color red value is 177, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b1516f hue: 0.95 , saturation: 0.38 and the lightness value of b1516f is 0.51.

The process color (four color CMYK) of #b1516f color hex is 0.00, 0.54, 0.37, 0.31. Web safe color of #b1516f is #996666. Color #b1516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010001 01101111
Octal 261 121 157
Decimal 177 81 111
Hex B1 51 6F

RGB Percentages of Color #b1516f

%47.97
%21.95
%30.08

CMYK Percentages of Color #b1516f

%0
%54
%37
%31

Triadic Colors of #b1516f

#b1516f #6fb151 #516fb1

Analogous Colors of #b1516f

#b1516f #b16351 #b1519f

Monochromatic Colors of #b1516f

#b1516f

Complementary Color

#b1516f #51b193

#b1516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1516f Color CSS Codes

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

#b1516f Text Font Color

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

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


#b1516f Background Color

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

This div background color is #b1516f


#b1516f Border Color

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

This div border color is #b1516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1516f


Comments

No comments written yet.

Please login to write comment.