Color Hex Logo

#a412ff Color Hex

#A412FF
(164,18,255)
0 Favorites   0 Comments

Color spaces of #a412ff

RGB 16418255
HSL0.771.000.54
HSV277°93°100°
CMYK 0.360.930.00   0.00
XYZ33.576115.545195.8386
Yxy15.54510.23160.1072
Hunter Lab39.427383.0121-116.5212
CIE-Lab46.371984.6103-84.1334

#a412ff color RGB value is (164,18,255).

#a412ff hex color red value is 164, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a412ff hue: 0.77 , saturation: 1.00 and the lightness value of a412ff is 0.54.

The process color (four color CMYK) of #a412ff color hex is 0.36, 0.93, 0.00, 0.00. Web safe color of #a412ff is #9900ff. Color #a412ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 11111111
Octal 244 22 377
Decimal 164 18 255
Hex A4 12 FF

RGB Percentages of Color #a412ff

%37.53
%4.12
%58.35

CMYK Percentages of Color #a412ff

%36
%93
%0
%0

Triadic Colors of #a412ff

#a412ff #ffa412 #12ffa4

Analogous Colors of #a412ff

#a412ff #ff12e4 #2d12ff

Monochromatic Colors of #a412ff

#a412ff

Complementary Color

#a412ff #6dff12

#a412ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412ff Color CSS Codes

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

#a412ff Text Font Color

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

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


#a412ff Background Color

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

This div background color is #a412ff


#a412ff Border Color

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

This div border color is #a412ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412ff


Comments

No comments written yet.

Please login to write comment.