Color Hex Logo

#b59bdc Color Hex

#B59BDC
(181,155,220)
0 Favorites   0 Comments

Color spaces of #b59bdc

RGB 181155220
HSL0.730.480.74
HSV264°30°86°
CMYK 0.180.300.00   0.14
XYZ43.695738.433872.8256
Yxy38.43380.28200.2480
Hunter Lab61.995017.3202-26.2515
CIE-Lab68.339122.3651-29.4937

#b59bdc color RGB value is (181,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011011 11011100
Octal 265 233 334
Decimal 181 155 220
Hex B5 9B DC

RGB Percentages of Color #b59bdc

%32.55
%27.88
%39.57

CMYK Percentages of Color #b59bdc

%18
%30
%0
%14

Triadic Colors of #b59bdc

#b59bdc #dcb59b #9bdcb5

Analogous Colors of #b59bdc

#b59bdc #d69bdc #9ba2dc

Monochromatic Colors of #b59bdc

#b59bdc

Complementary Color

#b59bdc #c2dc9b

#b59bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59bdc Color CSS Codes

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

#b59bdc Text Font Color

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

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


#b59bdc Background Color

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

This div background color is #b59bdc


#b59bdc Border Color

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

This div border color is #b59bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59bdc


Comments

No comments written yet.

Please login to write comment.