Color Hex Logo

#b59dcc Color Hex

#B59DCC
(181,157,204)
0 Favorites   0 Comments

Color spaces of #b59dcc

RGB 181157204
HSL0.750.320.71
HSV271°23°80°
CMYK 0.110.230.00   0.20
XYZ42.012138.297362.3046
Yxy38.29730.29460.2685
Hunter Lab61.884812.8809-16.3728
CIE-Lab68.239217.7747-20.8016

#b59dcc color RGB value is (181,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 11001100
Octal 265 235 314
Decimal 181 157 204
Hex B5 9D CC

RGB Percentages of Color #b59dcc

%33.39
%28.97
%37.64

CMYK Percentages of Color #b59dcc

%11
%23
%0
%20

Triadic Colors of #b59dcc

#b59dcc #ccb59d #9dccb5

Analogous Colors of #b59dcc

#b59dcc #cc9dcc #9e9dcc

Monochromatic Colors of #b59dcc

#b59dcc

Complementary Color

#b59dcc #b4cc9d

#b59dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dcc Color CSS Codes

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

#b59dcc Text Font Color

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

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


#b59dcc Background Color

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

This div background color is #b59dcc


#b59dcc Border Color

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

This div border color is #b59dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dcc


Comments

No comments written yet.

Please login to write comment.