Color Hex Logo

#b39fab Color Hex

#B39FAB
(179,159,171)
0 Favorites   0 Comments

Color spaces of #b39fab

RGB 179159171
HSL0.900.120.66
HSV324°11°70°
CMYK 0.000.110.04   0.30
XYZ38.339237.320343.7109
Yxy37.32030.32120.3126
Hunter Lab61.09035.11530.3405
CIE-Lab67.51669.4496-3.5447

#b39fab color RGB value is (179,159,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 10101011
Octal 263 237 253
Decimal 179 159 171
Hex B3 9F AB

RGB Percentages of Color #b39fab

%35.17
%31.24
%33.60

CMYK Percentages of Color #b39fab

%0
%11
%4
%30

Triadic Colors of #b39fab

#b39fab #abb39f #9fabb3

Analogous Colors of #b39fab

#b39fab #b39fa1 #b19fb3

Monochromatic Colors of #b39fab

#b39fab

Complementary Color

#b39fab #9fb3a7

#b39fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39fab Color CSS Codes

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

#b39fab Text Font Color

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

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


#b39fab Background Color

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

This div background color is #b39fab


#b39fab Border Color

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

This div border color is #b39fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39fab


Comments

No comments written yet.

Please login to write comment.