Color Hex Logo

#a956db Color Hex

#A956DB
(169,86,219)
0 Favorites   0 Comments

Color spaces of #a956db

RGB 16986219
HSL0.770.650.60
HSV277°61°86°
CMYK 0.230.610.00   0.14
XYZ32.476220.205169.2061
Yxy20.20510.26640.1658
Hunter Lab44.950150.3027-59.8191
CIE-Lab52.068356.1545-54.5998

#a956db color RGB value is (169,86,219).

#a956db hex color red value is 169, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a956db hue: 0.77 , saturation: 0.65 and the lightness value of a956db is 0.60.

The process color (four color CMYK) of #a956db color hex is 0.23, 0.61, 0.00, 0.14. Web safe color of #a956db is #9966cc. Color #a956db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 11011011
Octal 251 126 333
Decimal 169 86 219
Hex A9 56 DB

RGB Percentages of Color #a956db

%35.65
%18.14
%46.20

CMYK Percentages of Color #a956db

%23
%61
%0
%14

Triadic Colors of #a956db

#a956db #dba956 #56dba9

Analogous Colors of #a956db

#a956db #db56cb #6756db

Monochromatic Colors of #a956db

#a956db

Complementary Color

#a956db #88db56

#a956db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956db Color CSS Codes

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

#a956db Text Font Color

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

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


#a956db Background Color

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

This div background color is #a956db


#a956db Border Color

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

This div border color is #a956db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956db


Comments

No comments written yet.

Please login to write comment.