Color Hex Logo

#b96bab Color Hex

#B96BAB
(185,107,171)
0 Favorites   0 Comments

Color spaces of #b96bab

RGB 185107171
HSL0.860.360.57
HSV311°42°73°
CMYK 0.000.420.08   0.27
XYZ32.616023.770041.3971
Yxy23.77000.33360.2431
Hunter Lab48.754534.0934-16.2146
CIE-Lab55.856840.3258-20.9973

#b96bab color RGB value is (185,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 10101011
Octal 271 153 253
Decimal 185 107 171
Hex B9 6B AB

RGB Percentages of Color #b96bab

%39.96
%23.11
%36.93

CMYK Percentages of Color #b96bab

%0
%42
%8
%27

Triadic Colors of #b96bab

#b96bab #abb96b #6babb9

Analogous Colors of #b96bab

#b96bab #b96b84 #a06bb9

Monochromatic Colors of #b96bab

#b96bab

Complementary Color

#b96bab #6bb979

#b96bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bab Color CSS Codes

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

#b96bab Text Font Color

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

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


#b96bab Background Color

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

This div background color is #b96bab


#b96bab Border Color

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

This div border color is #b96bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bab


Comments

No comments written yet.

Please login to write comment.