Color Hex Logo

#b39bae Color Hex

#B39BAE
(179,155,174)
0 Favorites   0 Comments

Color spaces of #b39bae

RGB 179155174
HSL0.870.140.65
HSV313°13°70°
CMYK 0.000.130.03   0.30
XYZ37.951736.082445.0087
Yxy36.08240.31880.3031
Hunter Lab60.06867.6572-2.3772
CIE-Lab66.582812.2258-6.6007

#b39bae color RGB value is (179,155,174).

#b39bae hex color red value is 179, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b39bae hue: 0.87 , saturation: 0.14 and the lightness value of b39bae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 10101110
Octal 263 233 256
Decimal 179 155 174
Hex B3 9B AE

RGB Percentages of Color #b39bae

%35.24
%30.51
%34.25

CMYK Percentages of Color #b39bae

%0
%13
%3
%30

Triadic Colors of #b39bae

#b39bae #aeb39b #9baeb3

Analogous Colors of #b39bae

#b39bae #b39ba2 #ac9bb3

Monochromatic Colors of #b39bae

#b39bae

Complementary Color

#b39bae #9bb3a0

#b39bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bae Color CSS Codes

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

#b39bae Text Font Color

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

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


#b39bae Background Color

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

This div background color is #b39bae


#b39bae Border Color

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

This div border color is #b39bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bae


Comments

No comments written yet.

Please login to write comment.