Color Hex Logo

#a95ade Color Hex

#A95ADE
(169,90,222)
0 Favorites   0 Comments

Color spaces of #a95ade

RGB 16990222
HSL0.770.670.61
HSV276°59°87°
CMYK 0.240.590.00   0.13
XYZ33.203221.021371.4148
Yxy21.02130.26430.1673
Hunter Lab45.849049.0315-60.2563
CIE-Lab52.972854.8449-54.8505

#a95ade color RGB value is (169,90,222).

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

The process color (four color CMYK) of #a95ade color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a95ade is #9966cc. Color #a95ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11011110
Octal 251 132 336
Decimal 169 90 222
Hex A9 5A DE

RGB Percentages of Color #a95ade

%35.14
%18.71
%46.15

CMYK Percentages of Color #a95ade

%24
%59
%0
%13

Triadic Colors of #a95ade

#a95ade #dea95a #5adea9

Analogous Colors of #a95ade

#a95ade #de5ad1 #675ade

Monochromatic Colors of #a95ade

#a95ade

Complementary Color

#a95ade #8fde5a

#a95ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ade Color CSS Codes

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

#a95ade Text Font Color

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

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


#a95ade Background Color

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

This div background color is #a95ade


#a95ade Border Color

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

This div border color is #a95ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ade


Comments

No comments written yet.

Please login to write comment.