Color Hex Logo

#a419dc Color Hex

#A419DC
(164,25,220)
0 Favorites   0 Comments

Color spaces of #a419dc

RGB 16425220
HSL0.790.800.48
HSV283°89°86°
CMYK 0.250.890.00   0.14
XYZ28.575713.755168.8590
Yxy13.75510.25700.1237
Hunter Lab37.087972.6281-84.1190
CIE-Lab43.879676.8554-68.4302

#a419dc color RGB value is (164,25,220).

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

The process color (four color CMYK) of #a419dc color hex is 0.25, 0.89, 0.00, 0.14. Web safe color of #a419dc is #9900cc. Color #a419dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 11011100
Octal 244 31 334
Decimal 164 25 220
Hex A4 19 DC

RGB Percentages of Color #a419dc

%40.10
%6.11
%53.79

CMYK Percentages of Color #a419dc

%25
%89
%0
%14

Triadic Colors of #a419dc

#a419dc #dca419 #19dca4

Analogous Colors of #a419dc

#a419dc #dc19b3 #4319dc

Monochromatic Colors of #a419dc

#a419dc

Complementary Color

#a419dc #51dc19

#a419dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a419dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a419dc Color CSS Codes

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

#a419dc Text Font Color

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

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


#a419dc Background Color

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

This div background color is #a419dc


#a419dc Border Color

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

This div border color is #a419dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a419dc


Comments

No comments written yet.

Please login to write comment.