Color Hex Logo

#b59cde Color Hex

#B59CDE
(181,156,222)
0 Favorites   0 Comments

Color spaces of #b59cde

RGB 181156222
HSL0.730.500.74
HSV263°30°87°
CMYK 0.180.300.00   0.13
XYZ44.129338.874674.2849
Yxy38.87460.28060.2472
Hunter Lab62.349517.2259-26.9951
CIE-Lab68.660322.2529-30.1004

#b59cde color RGB value is (181,156,222).

#b59cde hex color red value is 181, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b59cde hue: 0.73 , saturation: 0.50 and the lightness value of b59cde is 0.74.

The process color (four color CMYK) of #b59cde color hex is 0.18, 0.30, 0.00, 0.13. Web safe color of #b59cde is #cc99cc. Color #b59cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011100 11011110
Octal 265 234 336
Decimal 181 156 222
Hex B5 9C DE

RGB Percentages of Color #b59cde

%32.38
%27.91
%39.71

CMYK Percentages of Color #b59cde

%18
%30
%0
%13

Triadic Colors of #b59cde

#b59cde #deb59c #9cdeb5

Analogous Colors of #b59cde

#b59cde #d69cde #9ca4de

Monochromatic Colors of #b59cde

#b59cde

Complementary Color

#b59cde #c5de9c

#b59cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59cde Color CSS Codes

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

#b59cde Text Font Color

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

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


#b59cde Background Color

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

This div background color is #b59cde


#b59cde Border Color

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

This div border color is #b59cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59cde


Comments

No comments written yet.

Please login to write comment.