Color Hex Logo

#a959db Color Hex

#A959DB
(169,89,219)
0 Favorites   0 Comments

Color spaces of #a959db

RGB 16989219
HSL0.770.640.60
HSV277°59°86°
CMYK 0.230.590.00   0.14
XYZ32.720720.694269.2876
Yxy20.69420.26670.1687
Hunter Lab45.490948.7825-58.4616
CIE-Lab52.613254.6809-53.7278

#a959db color RGB value is (169,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 11011011
Octal 251 131 333
Decimal 169 89 219
Hex A9 59 DB

RGB Percentages of Color #a959db

%35.43
%18.66
%45.91

CMYK Percentages of Color #a959db

%23
%59
%0
%14

Triadic Colors of #a959db

#a959db #dba959 #59dba9

Analogous Colors of #a959db

#a959db #db59cc #6859db

Monochromatic Colors of #a959db

#a959db

Complementary Color

#a959db #8bdb59

#a959db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959db Color CSS Codes

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

#a959db Text Font Color

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

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


#a959db Background Color

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

This div background color is #a959db


#a959db Border Color

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

This div border color is #a959db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,89,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 #a959db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959db


Comments

No comments written yet.

Please login to write comment.