Color Hex Logo

#a213ac Color Hex

#A213AC
(162,19,172)
0 Favorites   0 Comments

Color spaces of #a213ac

RGB 16219172
HSL0.820.800.37
HSV296°89°67°
CMYK 0.060.890.00   0.33
XYZ22.579611.125739.9871
Yxy11.12570.30640.1510
Hunter Lab33.355262.4628-47.7298
CIE-Lab39.791469.1876-47.0322

#a213ac color RGB value is (162,19,172).

#a213ac hex color red value is 162, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a213ac hue: 0.82 , saturation: 0.80 and the lightness value of a213ac is 0.37.

The process color (four color CMYK) of #a213ac color hex is 0.06, 0.89, 0.00, 0.33. Web safe color of #a213ac is #990099. Color #a213ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010011 10101100
Octal 242 23 254
Decimal 162 19 172
Hex A2 13 AC

RGB Percentages of Color #a213ac

%45.89
%5.38
%48.73

CMYK Percentages of Color #a213ac

%6
%89
%0
%33

Triadic Colors of #a213ac

#a213ac #aca213 #13aca2

Analogous Colors of #a213ac

#a213ac #ac136a #5613ac

Monochromatic Colors of #a213ac

#a213ac

Complementary Color

#a213ac #1dac13

#a213ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a213ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a213ac Color CSS Codes

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

#a213ac Text Font Color

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

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


#a213ac Background Color

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

This div background color is #a213ac


#a213ac Border Color

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

This div border color is #a213ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,19,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a213ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a213ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a213ac;
  box-shadow:         1px 1px 3px 2px #a213ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,19,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a213ac


Comments

No comments written yet.

Please login to write comment.