Color Hex Logo

#b58daa Color Hex

#B58DAA
(181,141,170)
0 Favorites   0 Comments

Color spaces of #b58daa

RGB 181141170
HSL0.880.210.63
HSV317°22°71°
CMYK 0.000.220.06   0.29
XYZ35.836631.775842.2748
Yxy31.77580.32610.2892
Hunter Lab56.370014.8318-5.0056
CIE-Lab63.157220.0207-9.4273

#b58daa color RGB value is (181,141,170).

#b58daa hex color red value is 181, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b58daa hue: 0.88 , saturation: 0.21 and the lightness value of b58daa is 0.63.

The process color (four color CMYK) of #b58daa color hex is 0.00, 0.22, 0.06, 0.29. Web safe color of #b58daa is #cc9999. Color #b58daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001101 10101010
Octal 265 215 252
Decimal 181 141 170
Hex B5 8D AA

RGB Percentages of Color #b58daa

%36.79
%28.66
%34.55

CMYK Percentages of Color #b58daa

%0
%22
%6
%29

Triadic Colors of #b58daa

#b58daa #aab58d #8daab5

Analogous Colors of #b58daa

#b58daa #b58d96 #ac8db5

Monochromatic Colors of #b58daa

#b58daa

Complementary Color

#b58daa #8db598

#b58daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58daa Color CSS Codes

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

#b58daa Text Font Color

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

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


#b58daa Background Color

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

This div background color is #b58daa


#b58daa Border Color

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

This div border color is #b58daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58daa


Comments

No comments written yet.

Please login to write comment.