Color Hex Logo

#b59dbb Color Hex

#B59DBB
(181,157,187)
0 Favorites   0 Comments

Color spaces of #b59dbb

RGB 181157187
HSL0.800.180.67
HSV288°16°73°
CMYK 0.030.160.00   0.27
XYZ40.082737.525652.1443
Yxy37.52560.30890.2892
Hunter Lab61.25819.5952-7.5883
CIE-Lab67.669514.3080-12.2175

#b59dbb color RGB value is (181,157,187).

#b59dbb hex color red value is 181, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b59dbb hue: 0.80 , saturation: 0.18 and the lightness value of b59dbb is 0.67.

The process color (four color CMYK) of #b59dbb color hex is 0.03, 0.16, 0.00, 0.27. Web safe color of #b59dbb is #cc99cc. Color #b59dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 10111011
Octal 265 235 273
Decimal 181 157 187
Hex B5 9D BB

RGB Percentages of Color #b59dbb

%34.48
%29.90
%35.62

CMYK Percentages of Color #b59dbb

%3
%16
%0
%27

Triadic Colors of #b59dbb

#b59dbb #bbb59d #9dbbb5

Analogous Colors of #b59dbb

#b59dbb #bb9db2 #a69dbb

Monochromatic Colors of #b59dbb

#b59dbb

Complementary Color

#b59dbb #a3bb9d

#b59dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dbb Color CSS Codes

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

#b59dbb Text Font Color

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

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


#b59dbb Background Color

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

This div background color is #b59dbb


#b59dbb Border Color

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

This div border color is #b59dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dbb


Comments

No comments written yet.

Please login to write comment.