Color Hex Logo

#a019dd Color Hex

#A019DD
(160,25,221)
0 Favorites   0 Comments

Color spaces of #a019dd

RGB 16025221
HSL0.780.800.48
HSV281°89°87°
CMYK 0.280.890.00   0.13
XYZ27.896013.389369.5207
Yxy13.38930.25180.1208
Hunter Lab36.591472.0472-87.0323
CIE-Lab43.344176.4869-69.9018

#a019dd color RGB value is (160,25,221).

#a019dd hex color red value is 160, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a019dd hue: 0.78 , saturation: 0.80 and the lightness value of a019dd is 0.48.

The process color (four color CMYK) of #a019dd color hex is 0.28, 0.89, 0.00, 0.13. Web safe color of #a019dd is #9900cc. Color #a019dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011001 11011101
Octal 240 31 335
Decimal 160 25 221
Hex A0 19 DD

RGB Percentages of Color #a019dd

%39.41
%6.16
%54.43

CMYK Percentages of Color #a019dd

%28
%89
%0
%13

Triadic Colors of #a019dd

#a019dd #dda019 #19dda0

Analogous Colors of #a019dd

#a019dd #dd19b8 #3e19dd

Monochromatic Colors of #a019dd

#a019dd

Complementary Color

#a019dd #56dd19

#a019dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a019dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a019dd Color CSS Codes

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

#a019dd Text Font Color

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

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


#a019dd Background Color

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

This div background color is #a019dd


#a019dd Border Color

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

This div border color is #a019dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,25,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a019dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a019dd;
  -webkit-box-shadow: 1px 1px 3px 2px #a019dd;
  box-shadow:         1px 1px 3px 2px #a019dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,25,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a019dd


Comments

No comments written yet.

Please login to write comment.