Color Hex Logo

#a93ade Color Hex

#A93ADE
(169,58,222)
0 Favorites   0 Comments

Color spaces of #a93ade

RGB 16958222
HSL0.780.710.55
HSV281°74°87°
CMYK 0.240.740.00   0.13
XYZ31.060116.735170.7004
Yxy16.73510.26210.1412
Hunter Lab40.908663.9374-73.8322
CIE-Lab47.924568.8593-62.9731

#a93ade color RGB value is (169,58,222).

#a93ade hex color red value is 169, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a93ade hue: 0.78 , saturation: 0.71 and the lightness value of a93ade is 0.55.

The process color (four color CMYK) of #a93ade color hex is 0.24, 0.74, 0.00, 0.13. Web safe color of #a93ade is #9933cc. Color #a93ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 11011110
Octal 251 72 336
Decimal 169 58 222
Hex A9 3A DE

RGB Percentages of Color #a93ade

%37.64
%12.92
%49.44

CMYK Percentages of Color #a93ade

%24
%74
%0
%13

Triadic Colors of #a93ade

#a93ade #dea93a #3adea9

Analogous Colors of #a93ade

#a93ade #de3ac1 #573ade

Monochromatic Colors of #a93ade

#a93ade

Complementary Color

#a93ade #6fde3a

#a93ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ade Color CSS Codes

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

#a93ade Text Font Color

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

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


#a93ade Background Color

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

This div background color is #a93ade


#a93ade Border Color

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

This div border color is #a93ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ade


Comments

No comments written yet.

Please login to write comment.