Color Hex Logo

#b59dbf Color Hex

#B59DBF
(181,157,191)
0 Favorites   0 Comments

Color spaces of #b59dbf

RGB 181157191
HSL0.780.210.68
HSV282°18°75°
CMYK 0.050.180.00   0.25
XYZ40.517037.699354.4314
Yxy37.69930.30540.2842
Hunter Lab61.399810.3405-9.5813
CIE-Lab67.798415.1018-14.2503

#b59dbf color RGB value is (181,157,191).

#b59dbf hex color red value is 181, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b59dbf hue: 0.78 , saturation: 0.21 and the lightness value of b59dbf is 0.68.

The process color (four color CMYK) of #b59dbf color hex is 0.05, 0.18, 0.00, 0.25. Web safe color of #b59dbf is #cc99cc. Color #b59dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 10111111
Octal 265 235 277
Decimal 181 157 191
Hex B5 9D BF

RGB Percentages of Color #b59dbf

%34.22
%29.68
%36.11

CMYK Percentages of Color #b59dbf

%5
%18
%0
%25

Triadic Colors of #b59dbf

#b59dbf #bfb59d #9dbfb5

Analogous Colors of #b59dbf

#b59dbf #bf9db8 #a49dbf

Monochromatic Colors of #b59dbf

#b59dbf

Complementary Color

#b59dbf #a7bf9d

#b59dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dbf Color CSS Codes

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

#b59dbf Text Font Color

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

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


#b59dbf Background Color

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

This div background color is #b59dbf


#b59dbf Border Color

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

This div border color is #b59dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dbf


Comments

No comments written yet.

Please login to write comment.