Color Hex Logo

#a956bd Color Hex

#A956BD
(169,86,189)
0 Favorites   0 Comments

Color spaces of #a956bd

RGB 16986189
HSL0.800.440.54
HSV288°54°74°
CMYK 0.110.540.00   0.26
XYZ28.875318.764750.2442
Yxy18.76470.29500.1917
Hunter Lab43.318243.1785-38.4468
CIE-Lab50.410849.8706-40.0497

#a956bd color RGB value is (169,86,189).

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

The process color (four color CMYK) of #a956bd color hex is 0.11, 0.54, 0.00, 0.26. Web safe color of #a956bd is #9966cc. Color #a956bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10111101
Octal 251 126 275
Decimal 169 86 189
Hex A9 56 BD

RGB Percentages of Color #a956bd

%38.06
%19.37
%42.57

CMYK Percentages of Color #a956bd

%11
%54
%0
%26

Triadic Colors of #a956bd

#a956bd #bda956 #56bda9

Analogous Colors of #a956bd

#a956bd #bd569e #7656bd

Monochromatic Colors of #a956bd

#a956bd

Complementary Color

#a956bd #6abd56

#a956bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956bd Color CSS Codes

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

#a956bd Text Font Color

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

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


#a956bd Background Color

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

This div background color is #a956bd


#a956bd Border Color

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

This div border color is #a956bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956bd


Comments

No comments written yet.

Please login to write comment.