Color Hex Logo

#a019df Color Hex

#A019DF
(160,25,223)
0 Favorites   0 Comments

Color spaces of #a019df

RGB 16025223
HSL0.780.800.49
HSV281°89°87°
CMYK 0.280.890.00   0.13
XYZ28.164113.496670.9327
Yxy13.49660.25010.1199
Hunter Lab36.737772.5518-88.7599
CIE-Lab43.502276.8665-70.7873

#a019df color RGB value is (160,25,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011001 11011111
Octal 240 31 337
Decimal 160 25 223
Hex A0 19 DF

RGB Percentages of Color #a019df

%39.22
%6.13
%54.66

CMYK Percentages of Color #a019df

%28
%89
%0
%13

Triadic Colors of #a019df

#a019df #dfa019 #19dfa0

Analogous Colors of #a019df

#a019df #df19bb #3d19df

Monochromatic Colors of #a019df

#a019df

Complementary Color

#a019df #58df19

#a019df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a019df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a019df Color CSS Codes

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

#a019df Text Font Color

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

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


#a019df Background Color

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

This div background color is #a019df


#a019df Border Color

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

This div border color is #a019df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a019df


Comments

No comments written yet.

Please login to write comment.