Color Hex Logo

#a959da Color Hex

#A959DA
(169,89,218)
0 Favorites   0 Comments

Color spaces of #a959da

RGB 16989218
HSL0.770.640.60
HSV277°59°85°
CMYK 0.220.590.00   0.15
XYZ32.589520.641768.5963
Yxy20.64170.26750.1694
Hunter Lab45.433148.5313-57.7146
CIE-Lab52.555154.4623-53.2539

#a959da color RGB value is (169,89,218).

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

The process color (four color CMYK) of #a959da color hex is 0.22, 0.59, 0.00, 0.15. Web safe color of #a959da is #9966cc. Color #a959da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 11011010
Octal 251 131 332
Decimal 169 89 218
Hex A9 59 DA

RGB Percentages of Color #a959da

%35.50
%18.70
%45.80

CMYK Percentages of Color #a959da

%22
%59
%0
%15

Triadic Colors of #a959da

#a959da #daa959 #59daa9

Analogous Colors of #a959da

#a959da #da59cb #6959da

Monochromatic Colors of #a959da

#a959da

Complementary Color

#a959da #8ada59

#a959da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959da Color CSS Codes

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

#a959da Text Font Color

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

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


#a959da Background Color

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

This div background color is #a959da


#a959da Border Color

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

This div border color is #a959da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959da


Comments

No comments written yet.

Please login to write comment.