Color Hex Logo

#b1606c Color Hex

#B1606C
(177,96,108)
0 Favorites   0 Comments

Color spaces of #b1606c

RGB 17796108
HSL0.980.340.54
HSV351°46°69°
CMYK 0.000.460.39   0.31
XYZ25.021118.795616.4965
Yxy18.79560.41490.3116
Hunter Lab43.353927.14957.7874
CIE-Lab50.447234.03897.9437

#b1606c color RGB value is (177,96,108).

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

The process color (four color CMYK) of #b1606c color hex is 0.00, 0.46, 0.39, 0.31. Web safe color of #b1606c is #996666. Color #b1606c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 01101100
Octal 261 140 154
Decimal 177 96 108
Hex B1 60 6C

RGB Percentages of Color #b1606c

%46.46
%25.20
%28.35

CMYK Percentages of Color #b1606c

%0
%46
%39
%31

Triadic Colors of #b1606c

#b1606c #6cb160 #606cb1

Analogous Colors of #b1606c

#b1606c #b17d60 #b16095

Monochromatic Colors of #b1606c

#b1606c

Complementary Color

#b1606c #60b1a5

#b1606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1606c Color CSS Codes

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

#b1606c Text Font Color

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

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


#b1606c Background Color

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

This div background color is #b1606c


#b1606c Border Color

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

This div border color is #b1606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1606c


Comments

No comments written yet.

Please login to write comment.