Color Hex Logo

#a93ada Color Hex

#A93ADA
(169,58,218)
0 Favorites   0 Comments

Color spaces of #a93ada

RGB 16958218
HSL0.780.680.54
HSV282°73°85°
CMYK 0.220.730.00   0.15
XYZ30.530116.523167.9098
Yxy16.52310.26560.1437
Hunter Lab40.648662.9315-70.5991
CIE-Lab47.653468.0577-61.1312

#a93ada color RGB value is (169,58,218).

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

The process color (four color CMYK) of #a93ada color hex is 0.22, 0.73, 0.00, 0.15. Web safe color of #a93ada is #9933cc. Color #a93ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 11011010
Octal 251 72 332
Decimal 169 58 218
Hex A9 3A DA

RGB Percentages of Color #a93ada

%37.98
%13.03
%48.99

CMYK Percentages of Color #a93ada

%22
%73
%0
%15

Triadic Colors of #a93ada

#a93ada #daa93a #3adaa9

Analogous Colors of #a93ada

#a93ada #da3abb #593ada

Monochromatic Colors of #a93ada

#a93ada

Complementary Color

#a93ada #6bda3a

#a93ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ada Color CSS Codes

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

#a93ada Text Font Color

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

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


#a93ada Background Color

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

This div background color is #a93ada


#a93ada Border Color

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

This div border color is #a93ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ada


Comments

No comments written yet.

Please login to write comment.