Color Hex Logo

#b39eae Color Hex

#B39EAE
(179,158,174)
0 Favorites   0 Comments

Color spaces of #b39eae

RGB 179158174
HSL0.870.120.66
HSV314°12°70°
CMYK 0.000.120.03   0.30
XYZ38.457237.093445.1772
Yxy37.09340.31850.3072
Hunter Lab60.90446.1287-1.3467
CIE-Lab67.347010.5593-5.4687

#b39eae color RGB value is (179,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 10101110
Octal 263 236 256
Decimal 179 158 174
Hex B3 9E AE

RGB Percentages of Color #b39eae

%35.03
%30.92
%34.05

CMYK Percentages of Color #b39eae

%0
%12
%3
%30

Triadic Colors of #b39eae

#b39eae #aeb39e #9eaeb3

Analogous Colors of #b39eae

#b39eae #b39ea4 #ae9eb3

Monochromatic Colors of #b39eae

#b39eae

Complementary Color

#b39eae #9eb3a3

#b39eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39eae Color CSS Codes

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

#b39eae Text Font Color

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

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


#b39eae Background Color

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

This div background color is #b39eae


#b39eae Border Color

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

This div border color is #b39eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39eae


Comments

No comments written yet.

Please login to write comment.