Color Hex Logo

#b59dba Color Hex

#B59DBA
(181,157,186)
0 Favorites   0 Comments

Color spaces of #b59dba

RGB 181157186
HSL0.800.170.67
HSV290°16°73°
CMYK 0.030.160.00   0.27
XYZ39.976037.482951.5823
Yxy37.48290.30980.2905
Hunter Lab61.22339.4116-7.0972
CIE-Lab67.637814.1119-11.7080

#b59dba color RGB value is (181,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 10111010
Octal 265 235 272
Decimal 181 157 186
Hex B5 9D BA

RGB Percentages of Color #b59dba

%34.54
%29.96
%35.50

CMYK Percentages of Color #b59dba

%3
%16
%0
%27

Triadic Colors of #b59dba

#b59dba #bab59d #9dbab5

Analogous Colors of #b59dba

#b59dba #ba9db1 #a79dba

Monochromatic Colors of #b59dba

#b59dba

Complementary Color

#b59dba #a2ba9d

#b59dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dba Color CSS Codes

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

#b59dba Text Font Color

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

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


#b59dba Background Color

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

This div background color is #b59dba


#b59dba Border Color

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

This div border color is #b59dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dba


Comments

No comments written yet.

Please login to write comment.