Color Hex Logo

#a412a0 Color Hex

#A412A0
(164,18,160)
0 Favorites   0 Comments

Color spaces of #a412a0

RGB 16418160
HSL0.840.800.36
HSV302°89°64°
CMYK 0.000.890.02   0.36
XYZ21.871310.863234.2018
Yxy10.86320.32670.1623
Hunter Lab32.959460.7708-38.4534
CIE-Lab39.349167.8216-40.5248

#a412a0 color RGB value is (164,18,160).

#a412a0 hex color red value is 164, green value is 18 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a412a0 hue: 0.84 , saturation: 0.80 and the lightness value of a412a0 is 0.36.

The process color (four color CMYK) of #a412a0 color hex is 0.00, 0.89, 0.02, 0.36. Web safe color of #a412a0 is #990099. Color #a412a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 10100000
Octal 244 22 240
Decimal 164 18 160
Hex A4 12 A0

RGB Percentages of Color #a412a0

%47.95
%5.26
%46.78

CMYK Percentages of Color #a412a0

%0
%89
%2
%36

Triadic Colors of #a412a0

#a412a0 #a0a412 #12a0a4

Analogous Colors of #a412a0

#a412a0 #a41257 #5f12a4

Monochromatic Colors of #a412a0

#a412a0

Complementary Color

#a412a0 #12a416

#a412a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412a0 Color CSS Codes

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

#a412a0 Text Font Color

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

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


#a412a0 Background Color

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

This div background color is #a412a0


#a412a0 Border Color

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

This div border color is #a412a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412a0


Comments

No comments written yet.

Please login to write comment.