Color Hex Logo

#b39fae Color Hex

#B39FAE
(179,159,174)
0 Favorites   0 Comments

Color spaces of #b39fae

RGB 179159174
HSL0.880.120.66
HSV315°11°70°
CMYK 0.000.110.03   0.30
XYZ38.628537.436045.2343
Yxy37.43600.31850.3086
Hunter Lab61.18505.6205-1.0039
CIE-Lab67.602910.0049-5.0905

#b39fae color RGB value is (179,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 10101110
Octal 263 237 256
Decimal 179 159 174
Hex B3 9F AE

RGB Percentages of Color #b39fae

%34.96
%31.05
%33.98

CMYK Percentages of Color #b39fae

%0
%11
%3
%30

Triadic Colors of #b39fae

#b39fae #aeb39f #9faeb3

Analogous Colors of #b39fae

#b39fae #b39fa4 #ae9fb3

Monochromatic Colors of #b39fae

#b39fae

Complementary Color

#b39fae #9fb3a4

#b39fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39fae Color CSS Codes

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

#b39fae Text Font Color

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

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


#b39fae Background Color

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

This div background color is #b39fae


#b39fae Border Color

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

This div border color is #b39fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39fae


Comments

No comments written yet.

Please login to write comment.