Color Hex Logo

#a420dc Color Hex

#A420DC
(164,32,220)
0 Favorites   0 Comments

Color spaces of #a420dc

RGB 16432220
HSL0.780.750.49
HSV282°85°86°
CMYK 0.250.850.00   0.14
XYZ28.744614.092868.9153
Yxy14.09280.25720.1261
Hunter Lab37.540470.9815-82.5642
CIE-Lab44.365775.4189-67.6389

#a420dc color RGB value is (164,32,220).

#a420dc hex color red value is 164, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a420dc hue: 0.78 , saturation: 0.75 and the lightness value of a420dc is 0.49.

The process color (four color CMYK) of #a420dc color hex is 0.25, 0.85, 0.00, 0.14. Web safe color of #a420dc is #9933cc. Color #a420dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 11011100
Octal 244 40 334
Decimal 164 32 220
Hex A4 20 DC

RGB Percentages of Color #a420dc

%39.42
%7.69
%52.88

CMYK Percentages of Color #a420dc

%25
%85
%0
%14

Triadic Colors of #a420dc

#a420dc #dca420 #20dca4

Analogous Colors of #a420dc

#a420dc #dc20b6 #4620dc

Monochromatic Colors of #a420dc

#a420dc

Complementary Color

#a420dc #58dc20

#a420dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a420dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a420dc Color CSS Codes

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

#a420dc Text Font Color

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

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


#a420dc Background Color

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

This div background color is #a420dc


#a420dc Border Color

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

This div border color is #a420dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a420dc


Comments

No comments written yet.

Please login to write comment.