Color Hex Logo

#b39aba Color Hex

#B39ABA
(179,154,186)
0 Favorites   0 Comments

Color spaces of #b39aba

RGB 179154186
HSL0.800.190.67
HSV287°17°73°
CMYK 0.040.170.00   0.27
XYZ39.008936.240151.3934
Yxy36.24010.30800.2862
Hunter Lab60.199810.3168-8.4769
CIE-Lab66.703015.0955-13.1292

#b39aba color RGB value is (179,154,186).

#b39aba hex color red value is 179, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b39aba hue: 0.80 , saturation: 0.19 and the lightness value of b39aba is 0.67.

The process color (four color CMYK) of #b39aba color hex is 0.04, 0.17, 0.00, 0.27. Web safe color of #b39aba is #cc99cc. Color #b39aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 10111010
Octal 263 232 272
Decimal 179 154 186
Hex B3 9A BA

RGB Percentages of Color #b39aba

%34.49
%29.67
%35.84

CMYK Percentages of Color #b39aba

%4
%17
%0
%27

Triadic Colors of #b39aba

#b39aba #bab39a #9abab3

Analogous Colors of #b39aba

#b39aba #ba9ab1 #a39aba

Monochromatic Colors of #b39aba

#b39aba

Complementary Color

#b39aba #a1ba9a

#b39aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39aba Color CSS Codes

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

#b39aba Text Font Color

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

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


#b39aba Background Color

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

This div background color is #b39aba


#b39aba Border Color

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

This div border color is #b39aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39aba


Comments

No comments written yet.

Please login to write comment.