Color Hex Logo

#a959dc Color Hex

#A959DC
(169,89,220)
0 Favorites   0 Comments

Color spaces of #a959dc

RGB 16989220
HSL0.770.650.61
HSV277°60°86°
CMYK 0.230.600.00   0.14
XYZ32.852820.747169.9832
Yxy20.74710.26580.1679
Hunter Lab45.549049.0347-59.2111
CIE-Lab52.671654.9001-54.2009

#a959dc color RGB value is (169,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 11011100
Octal 251 131 334
Decimal 169 89 220
Hex A9 59 DC

RGB Percentages of Color #a959dc

%35.36
%18.62
%46.03

CMYK Percentages of Color #a959dc

%23
%60
%0
%14

Triadic Colors of #a959dc

#a959dc #dca959 #59dca9

Analogous Colors of #a959dc

#a959dc #dc59ce #6859dc

Monochromatic Colors of #a959dc

#a959dc

Complementary Color

#a959dc #8cdc59

#a959dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959dc Color CSS Codes

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

#a959dc Text Font Color

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

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


#a959dc Background Color

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

This div background color is #a959dc


#a959dc Border Color

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

This div border color is #a959dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959dc


Comments

No comments written yet.

Please login to write comment.