Color Hex Logo

#b59dce Color Hex

#B59DCE
(181,157,206)
0 Favorites   0 Comments

Color spaces of #b59dce

RGB 181157206
HSL0.750.330.71
HSV269°24°81°
CMYK 0.120.240.00   0.19
XYZ42.253638.393963.5763
Yxy38.39390.29300.2662
Hunter Lab61.962813.2876-17.4599
CIE-Lab68.309918.1981-21.8017

#b59dce color RGB value is (181,157,206).

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

The process color (four color CMYK) of #b59dce color hex is 0.12, 0.24, 0.00, 0.19. Web safe color of #b59dce is #cc99cc. Color #b59dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 11001110
Octal 265 235 316
Decimal 181 157 206
Hex B5 9D CE

RGB Percentages of Color #b59dce

%33.27
%28.86
%37.87

CMYK Percentages of Color #b59dce

%12
%24
%0
%19

Triadic Colors of #b59dce

#b59dce #ceb59d #9dceb5

Analogous Colors of #b59dce

#b59dce #ce9dce #9d9ece

Monochromatic Colors of #b59dce

#b59dce

Complementary Color

#b59dce #b6ce9d

#b59dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dce Color CSS Codes

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

#b59dce Text Font Color

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

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


#b59dce Background Color

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

This div background color is #b59dce


#b59dce Border Color

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

This div border color is #b59dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dce


Comments

No comments written yet.

Please login to write comment.