Color Hex Logo

#b39eac Color Hex

#B39EAC
(179,158,172)
0 Favorites   0 Comments

Color spaces of #b39eac

RGB 179158172
HSL0.890.120.66
HSV320°12°70°
CMYK 0.000.120.04   0.30
XYZ38.263737.016044.1578
Yxy37.01600.32040.3099
Hunter Lab60.84085.7900-0.4437
CIE-Lab67.289010.1880-4.4382

#b39eac color RGB value is (179,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 10101100
Octal 263 236 254
Decimal 179 158 172
Hex B3 9E AC

RGB Percentages of Color #b39eac

%35.17
%31.04
%33.79

CMYK Percentages of Color #b39eac

%0
%12
%4
%30

Triadic Colors of #b39eac

#b39eac #acb39e #9eacb3

Analogous Colors of #b39eac

#b39eac #b39ea2 #b09eb3

Monochromatic Colors of #b39eac

#b39eac

Complementary Color

#b39eac #9eb3a5

#b39eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39eac Color CSS Codes

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

#b39eac Text Font Color

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

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


#b39eac Background Color

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

This div background color is #b39eac


#b39eac Border Color

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

This div border color is #b39eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,158,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39eac


Comments

No comments written yet.

Please login to write comment.