Color Hex Logo

#b59dca Color Hex

#B59DCA
(181,157,202)
0 Favorites   0 Comments

Color spaces of #b59dca

RGB 181157202
HSL0.760.300.70
HSV272°22°79°
CMYK 0.100.220.00   0.21
XYZ41.773738.202061.0491
Yxy38.20200.29620.2709
Hunter Lab61.807812.4783-15.2968
CIE-Lab68.169217.3544-19.7993

#b59dca color RGB value is (181,157,202).

#b59dca hex color red value is 181, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b59dca hue: 0.76 , saturation: 0.30 and the lightness value of b59dca is 0.70.

The process color (four color CMYK) of #b59dca color hex is 0.10, 0.22, 0.00, 0.21. Web safe color of #b59dca is #cc99cc. Color #b59dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 11001010
Octal 265 235 312
Decimal 181 157 202
Hex B5 9D CA

RGB Percentages of Color #b59dca

%33.52
%29.07
%37.41

CMYK Percentages of Color #b59dca

%10
%22
%0
%21

Triadic Colors of #b59dca

#b59dca #cab59d #9dcab5

Analogous Colors of #b59dca

#b59dca #ca9dc9 #9f9dca

Monochromatic Colors of #b59dca

#b59dca

Complementary Color

#b59dca #b2ca9d

#b59dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dca Color CSS Codes

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

#b59dca Text Font Color

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

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


#b59dca Background Color

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

This div background color is #b59dca


#b59dca Border Color

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

This div border color is #b59dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dca

#b59dca Color Palettes


Comments

No comments written yet.

Please login to write comment.