Color Hex Logo

#b1616f Color Hex

#B1616F
(177,97,111)
0 Favorites   0 Comments

Color spaces of #b1616f

RGB 17797111
HSL0.970.340.54
HSV350°45°69°
CMYK 0.000.450.37   0.31
XYZ25.275419.044217.3827
Yxy19.04420.40960.3086
Hunter Lab43.639727.01506.9312
CIE-Lab50.738933.86376.5705

#b1616f color RGB value is (177,97,111).

#b1616f hex color red value is 177, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b1616f hue: 0.97 , saturation: 0.34 and the lightness value of b1616f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100001 01101111
Octal 261 141 157
Decimal 177 97 111
Hex B1 61 6F

RGB Percentages of Color #b1616f

%45.97
%25.19
%28.83

CMYK Percentages of Color #b1616f

%0
%45
%37
%31

Triadic Colors of #b1616f

#b1616f #6fb161 #616fb1

Analogous Colors of #b1616f

#b1616f #b17b61 #b16197

Monochromatic Colors of #b1616f

#b1616f

Complementary Color

#b1616f #61b1a3

#b1616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1616f Color CSS Codes

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

#b1616f Text Font Color

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

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


#b1616f Background Color

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

This div background color is #b1616f


#b1616f Border Color

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

This div border color is #b1616f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1616f


Comments

No comments written yet.

Please login to write comment.