Color Hex Logo

#a412af Color Hex

#A412AF
(164,18,175)
0 Favorites   0 Comments

Color spaces of #a412af

RGB 16418175
HSL0.820.810.38
HSV296°90°69°
CMYK 0.060.900.00   0.31
XYZ23.264011.420341.5356
Yxy11.42030.30520.1498
Hunter Lab33.793963.7414-49.2167
CIE-Lab40.279570.1812-48.0160

#a412af color RGB value is (164,18,175).

#a412af hex color red value is 164, green value is 18 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a412af hue: 0.82 , saturation: 0.81 and the lightness value of a412af is 0.38.

The process color (four color CMYK) of #a412af color hex is 0.06, 0.90, 0.00, 0.31. Web safe color of #a412af is #990099. Color #a412af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 10101111
Octal 244 22 257
Decimal 164 18 175
Hex A4 12 AF

RGB Percentages of Color #a412af

%45.94
%5.04
%49.02

CMYK Percentages of Color #a412af

%6
%90
%0
%31

Triadic Colors of #a412af

#a412af #afa412 #12afa4

Analogous Colors of #a412af

#a412af #af126c #5612af

Monochromatic Colors of #a412af

#a412af

Complementary Color

#a412af #1daf12

#a412af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412af Color CSS Codes

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

#a412af Text Font Color

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

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


#a412af Background Color

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

This div background color is #a412af


#a412af Border Color

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

This div border color is #a412af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412af


Comments

No comments written yet.

Please login to write comment.