Color Hex Logo

#b96baa Color Hex

#B96BAA
(185,107,170)
0 Favorites   0 Comments

Color spaces of #b96baa

RGB 185107170
HSL0.870.360.57
HSV312°42°73°
CMYK 0.000.420.08   0.27
XYZ32.521023.732040.8969
Yxy23.73200.33480.2443
Hunter Lab48.715533.9091-15.6734
CIE-Lab55.818540.1507-20.4774

#b96baa color RGB value is (185,107,170).

#b96baa hex color red value is 185, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b96baa hue: 0.87 , saturation: 0.36 and the lightness value of b96baa is 0.57.

The process color (four color CMYK) of #b96baa color hex is 0.00, 0.42, 0.08, 0.27. Web safe color of #b96baa is #cc6699. Color #b96baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 10101010
Octal 271 153 252
Decimal 185 107 170
Hex B9 6B AA

RGB Percentages of Color #b96baa

%40.04
%23.16
%36.80

CMYK Percentages of Color #b96baa

%0
%42
%8
%27

Triadic Colors of #b96baa

#b96baa #aab96b #6baab9

Analogous Colors of #b96baa

#b96baa #b96b83 #a16bb9

Monochromatic Colors of #b96baa

#b96baa

Complementary Color

#b96baa #6bb97a

#b96baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96baa Color CSS Codes

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

#b96baa Text Font Color

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

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


#b96baa Background Color

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

This div background color is #b96baa


#b96baa Border Color

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

This div border color is #b96baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96baa


Comments

No comments written yet.

Please login to write comment.