Color Hex Logo

#b9179c Color Hex

#B9179C
(185,23,156)
0 Favorites   0 Comments

Color spaces of #b9179c

RGB 18523156
HSL0.860.780.41
HSV311°88°73°
CMYK 0.000.880.16   0.27
XYZ26.314713.327432.6380
Yxy13.32740.36410.1844
Hunter Lab36.506764.7793-27.4522
CIE-Lab43.252570.4806-31.6904

#b9179c color RGB value is (185,23,156).

#b9179c hex color red value is 185, green value is 23 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b9179c hue: 0.86 , saturation: 0.78 and the lightness value of b9179c is 0.41.

The process color (four color CMYK) of #b9179c color hex is 0.00, 0.88, 0.16, 0.27. Web safe color of #b9179c is #cc0099. Color #b9179c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010111 10011100
Octal 271 27 234
Decimal 185 23 156
Hex B9 17 9C

RGB Percentages of Color #b9179c

%50.82
%6.32
%42.86

CMYK Percentages of Color #b9179c

%0
%88
%16
%27

Triadic Colors of #b9179c

#b9179c #9cb917 #179cb9

Analogous Colors of #b9179c

#b9179c #b9174b #8517b9

Monochromatic Colors of #b9179c

#b9179c

Complementary Color

#b9179c #17b934

#b9179c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9179c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9179c Color CSS Codes

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

#b9179c Text Font Color

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

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


#b9179c Background Color

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

This div background color is #b9179c


#b9179c Border Color

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

This div border color is #b9179c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,23,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9179c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9179c;
  -webkit-box-shadow: 1px 1px 3px 2px #b9179c;
  box-shadow:         1px 1px 3px 2px #b9179c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,23,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9179c


Comments

No comments written yet.

Please login to write comment.