Color Hex Logo

#b59dcd Color Hex

#B59DCD
(181,157,205)
0 Favorites   0 Comments

Color spaces of #b59dcd

RGB 181157205
HSL0.750.320.71
HSV270°23°80°
CMYK 0.120.230.00   0.20
XYZ42.132538.345562.9384
Yxy38.34550.29380.2674
Hunter Lab61.923713.0837-16.9149
CIE-Lab68.274517.9860-21.3018

#b59dcd color RGB value is (181,157,205).

#b59dcd hex color red value is 181, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b59dcd hue: 0.75 , saturation: 0.32 and the lightness value of b59dcd is 0.71.

The process color (four color CMYK) of #b59dcd color hex is 0.12, 0.23, 0.00, 0.20. Web safe color of #b59dcd is #cc99cc. Color #b59dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 11001101
Octal 265 235 315
Decimal 181 157 205
Hex B5 9D CD

RGB Percentages of Color #b59dcd

%33.33
%28.91
%37.75

CMYK Percentages of Color #b59dcd

%12
%23
%0
%20

Triadic Colors of #b59dcd

#b59dcd #cdb59d #9dcdb5

Analogous Colors of #b59dcd

#b59dcd #cd9dcd #9d9dcd

Monochromatic Colors of #b59dcd

#b59dcd

Complementary Color

#b59dcd #b5cd9d

#b59dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dcd Color CSS Codes

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

#b59dcd Text Font Color

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

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


#b59dcd Background Color

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

This div background color is #b59dcd


#b59dcd Border Color

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

This div border color is #b59dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dcd


Comments

No comments written yet.

Please login to write comment.