Color Hex Logo

#b37daa Color Hex

#B37DAA
(179,125,170)
0 Favorites   0 Comments

Color spaces of #b37daa

RGB 179125170
HSL0.860.260.60
HSV310°30°70°
CMYK 0.000.300.05   0.30
XYZ33.179727.153241.5225
Yxy27.15320.32580.2666
Hunter Lab52.108722.4678-10.7687
CIE-Lab59.115928.2831-15.5243

#b37daa color RGB value is (179,125,170).

#b37daa hex color red value is 179, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b37daa hue: 0.86 , saturation: 0.26 and the lightness value of b37daa is 0.60.

The process color (four color CMYK) of #b37daa color hex is 0.00, 0.30, 0.05, 0.30. Web safe color of #b37daa is #cc6699. Color #b37daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 10101010
Octal 263 175 252
Decimal 179 125 170
Hex B3 7D AA

RGB Percentages of Color #b37daa

%37.76
%26.37
%35.86

CMYK Percentages of Color #b37daa

%0
%30
%5
%30

Triadic Colors of #b37daa

#b37daa #aab37d #7daab3

Analogous Colors of #b37daa

#b37daa #b37d8f #a17db3

Monochromatic Colors of #b37daa

#b37daa

Complementary Color

#b37daa #7db386

#b37daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37daa Color CSS Codes

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

#b37daa Text Font Color

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

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


#b37daa Background Color

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

This div background color is #b37daa


#b37daa Border Color

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

This div border color is #b37daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37daa


Comments

No comments written yet.

Please login to write comment.