Color Hex Logo

#b59acd Color Hex

#B59ACD
(181,154,205)
0 Favorites   0 Comments

Color spaces of #b59acd

RGB 181154205
HSL0.750.340.70
HSV272°25°80°
CMYK 0.120.250.00   0.20
XYZ41.631137.342762.7713
Yxy37.34270.29370.2634
Hunter Lab61.108714.6653-18.1271
CIE-Lab67.533319.6622-22.4320

#b59acd color RGB value is (181,154,205).

#b59acd hex color red value is 181, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b59acd hue: 0.75 , saturation: 0.34 and the lightness value of b59acd is 0.70.

The process color (four color CMYK) of #b59acd color hex is 0.12, 0.25, 0.00, 0.20. Web safe color of #b59acd is #cc99cc. Color #b59acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11001101
Octal 265 232 315
Decimal 181 154 205
Hex B5 9A CD

RGB Percentages of Color #b59acd

%33.52
%28.52
%37.96

CMYK Percentages of Color #b59acd

%12
%25
%0
%20

Triadic Colors of #b59acd

#b59acd #cdb59a #9acdb5

Analogous Colors of #b59acd

#b59acd #cd9acc #9c9acd

Monochromatic Colors of #b59acd

#b59acd

Complementary Color

#b59acd #b2cd9a

#b59acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59acd Color CSS Codes

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

#b59acd Text Font Color

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

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


#b59acd Background Color

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

This div background color is #b59acd


#b59acd Border Color

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

This div border color is #b59acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59acd


Comments

No comments written yet.

Please login to write comment.