Color Hex Logo

#b39aae Color Hex

#B39AAE
(179,154,174)
0 Favorites   0 Comments

Color spaces of #b39aae

RGB 179154174
HSL0.870.140.65
HSV312°14°70°
CMYK 0.000.140.03   0.30
XYZ37.786035.750944.9535
Yxy35.75090.31890.3017
Hunter Lab59.79218.1682-2.7216
CIE-Lab66.329212.7826-6.9771

#b39aae color RGB value is (179,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 10101110
Octal 263 232 256
Decimal 179 154 174
Hex B3 9A AE

RGB Percentages of Color #b39aae

%35.31
%30.37
%34.32

CMYK Percentages of Color #b39aae

%0
%14
%3
%30

Triadic Colors of #b39aae

#b39aae #aeb39a #9aaeb3

Analogous Colors of #b39aae

#b39aae #b39aa2 #ac9ab3

Monochromatic Colors of #b39aae

#b39aae

Complementary Color

#b39aae #9ab39f

#b39aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39aae Color CSS Codes

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

#b39aae Text Font Color

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

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


#b39aae Background Color

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

This div background color is #b39aae


#b39aae Border Color

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

This div border color is #b39aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39aae


Comments

No comments written yet.

Please login to write comment.