Color Hex Logo

#a956bb Color Hex

#A956BB
(169,86,187)
0 Favorites   0 Comments

Color spaces of #a956bb

RGB 16986187
HSL0.800.430.54
HSV289°54°73°
CMYK 0.100.540.00   0.27
XYZ28.659618.678449.1085
Yxy18.67840.29720.1937
Hunter Lab43.218542.7367-37.1173
CIE-Lab50.308849.4710-39.0522

#a956bb color RGB value is (169,86,187).

#a956bb hex color red value is 169, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a956bb hue: 0.80 , saturation: 0.43 and the lightness value of a956bb is 0.54.

The process color (four color CMYK) of #a956bb color hex is 0.10, 0.54, 0.00, 0.27. Web safe color of #a956bb is #9966cc. Color #a956bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10111011
Octal 251 126 273
Decimal 169 86 187
Hex A9 56 BB

RGB Percentages of Color #a956bb

%38.24
%19.46
%42.31

CMYK Percentages of Color #a956bb

%10
%54
%0
%27

Triadic Colors of #a956bb

#a956bb #bba956 #56bba9

Analogous Colors of #a956bb

#a956bb #bb569b #7756bb

Monochromatic Colors of #a956bb

#a956bb

Complementary Color

#a956bb #68bb56

#a956bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956bb Color CSS Codes

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

#a956bb Text Font Color

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

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


#a956bb Background Color

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

This div background color is #a956bb


#a956bb Border Color

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

This div border color is #a956bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,86,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a956bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a956bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a956bb;
  box-shadow:         1px 1px 3px 2px #a956bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,86,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956bb


Comments

No comments written yet.

Please login to write comment.