Color Hex Logo

#b59acc Color Hex

#B59ACC
(181,154,204)
0 Favorites   0 Comments

Color spaces of #b59acc

RGB 181154204
HSL0.760.330.70
HSV272°25°80°
CMYK 0.110.250.00   0.20
XYZ41.510737.294662.1375
Yxy37.29460.29450.2646
Hunter Lab61.069314.4607-17.5786
CIE-Lab67.497519.4504-21.9318

#b59acc color RGB value is (181,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11001100
Octal 265 232 314
Decimal 181 154 204
Hex B5 9A CC

RGB Percentages of Color #b59acc

%33.58
%28.57
%37.85

CMYK Percentages of Color #b59acc

%11
%25
%0
%20

Triadic Colors of #b59acc

#b59acc #ccb59a #9accb5

Analogous Colors of #b59acc

#b59acc #cc9aca #9c9acc

Monochromatic Colors of #b59acc

#b59acc

Complementary Color

#b59acc #b1cc9a

#b59acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59acc Color CSS Codes

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

#b59acc Text Font Color

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

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


#b59acc Background Color

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

This div background color is #b59acc


#b59acc Border Color

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

This div border color is #b59acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59acc


Comments

No comments written yet.

Please login to write comment.