Color Hex Logo

#b9609c Color Hex

#B9609C
(185,96,156)
1 Favorites   0 Comments

Color spaces of #b9609c

RGB 18596156
HSL0.890.390.55
HSV320°48°73°
CMYK 0.000.480.16   0.27
XYZ30.191221.080333.9301
Yxy21.08030.35440.2474
Hunter Lab45.913337.0280-11.6762
CIE-Lab53.037343.5797-16.5636

#b9609c color RGB value is (185,96,156).

#b9609c hex color red value is 185, green value is 96 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b9609c hue: 0.89 , saturation: 0.39 and the lightness value of b9609c is 0.55.

The process color (four color CMYK) of #b9609c color hex is 0.00, 0.48, 0.16, 0.27. Web safe color of #b9609c is #cc6699. Color #b9609c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 10011100
Octal 271 140 234
Decimal 185 96 156
Hex B9 60 9C

RGB Percentages of Color #b9609c

%42.33
%21.97
%35.70

CMYK Percentages of Color #b9609c

%0
%48
%16
%27

Triadic Colors of #b9609c

#b9609c #9cb960 #609cb9

Analogous Colors of #b9609c

#b9609c #b96070 #aa60b9

Monochromatic Colors of #b9609c

#b9609c

Complementary Color

#b9609c #60b97d

#b9609c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9609c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9609c Color CSS Codes

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

#b9609c Text Font Color

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

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


#b9609c Background Color

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

This div background color is #b9609c


#b9609c Border Color

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

This div border color is #b9609c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9609c


Comments

No comments written yet.

Please login to write comment.