Color Hex Logo

#b59bdb Color Hex

#B59BDB
(181,155,219)
0 Favorites   0 Comments

Color spaces of #b59bdb

RGB 181155219
HSL0.730.470.73
HSV264°29°86°
CMYK 0.170.290.00   0.14
XYZ43.563638.380972.1300
Yxy38.38090.28270.2491
Hunter Lab61.952317.1010-25.6637
CIE-Lab68.300422.1427-29.0018

#b59bdb color RGB value is (181,155,219).

#b59bdb hex color red value is 181, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b59bdb hue: 0.73 , saturation: 0.47 and the lightness value of b59bdb is 0.73.

The process color (four color CMYK) of #b59bdb color hex is 0.17, 0.29, 0.00, 0.14. Web safe color of #b59bdb is #cc99cc. Color #b59bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011011 11011011
Octal 265 233 333
Decimal 181 155 219
Hex B5 9B DB

RGB Percentages of Color #b59bdb

%32.61
%27.93
%39.46

CMYK Percentages of Color #b59bdb

%17
%29
%0
%14

Triadic Colors of #b59bdb

#b59bdb #dbb59b #9bdbb5

Analogous Colors of #b59bdb

#b59bdb #d59bdb #9ba1db

Monochromatic Colors of #b59bdb

#b59bdb

Complementary Color

#b59bdb #c1db9b

#b59bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59bdb Color CSS Codes

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

#b59bdb Text Font Color

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

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


#b59bdb Background Color

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

This div background color is #b59bdb


#b59bdb Border Color

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

This div border color is #b59bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59bdb


Comments

No comments written yet.

Please login to write comment.