Color Hex Logo

#b39cab Color Hex

#B39CAB
(179,156,171)
0 Favorites   0 Comments

Color spaces of #b39cab

RGB 179156171
HSL0.890.130.66
HSV321°13°70°
CMYK 0.000.130.04   0.30
XYZ37.829636.300943.5410
Yxy36.30090.32150.3085
Hunter Lab60.25026.6378-0.6719
CIE-Lab66.749211.1134-4.6765

#b39cab color RGB value is (179,156,171).

#b39cab hex color red value is 179, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b39cab hue: 0.89 , saturation: 0.13 and the lightness value of b39cab is 0.66.

The process color (four color CMYK) of #b39cab color hex is 0.00, 0.13, 0.04, 0.30. Web safe color of #b39cab is #cc9999. Color #b39cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011100 10101011
Octal 263 234 253
Decimal 179 156 171
Hex B3 9C AB

RGB Percentages of Color #b39cab

%35.38
%30.83
%33.79

CMYK Percentages of Color #b39cab

%0
%13
%4
%30

Triadic Colors of #b39cab

#b39cab #abb39c #9cabb3

Analogous Colors of #b39cab

#b39cab #b39ca0 #b09cb3

Monochromatic Colors of #b39cab

#b39cab

Complementary Color

#b39cab #9cb3a4

#b39cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39cab Color CSS Codes

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

#b39cab Text Font Color

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

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


#b39cab Background Color

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

This div background color is #b39cab


#b39cab Border Color

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

This div border color is #b39cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39cab


Comments

No comments written yet.

Please login to write comment.