Color Hex Logo

#a813ac Color Hex

#A813AC
(168,19,172)
0 Favorites   0 Comments

Color spaces of #a813ac

RGB 16819172
HSL0.830.800.37
HSV298°89°67°
CMYK 0.020.890.00   0.33
XYZ23.827711.769140.0455
Yxy11.76910.31500.1556
Hunter Lab34.306163.9435-45.1949
CIE-Lab40.846870.2422-45.2823

#a813ac color RGB value is (168,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10101100
Octal 250 23 254
Decimal 168 19 172
Hex A8 13 AC

RGB Percentages of Color #a813ac

%46.80
%5.29
%47.91

CMYK Percentages of Color #a813ac

%2
%89
%0
%33

Triadic Colors of #a813ac

#a813ac #aca813 #13aca8

Analogous Colors of #a813ac

#a813ac #ac1363 #5c13ac

Monochromatic Colors of #a813ac

#a813ac

Complementary Color

#a813ac #17ac13

#a813ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813ac Color CSS Codes

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

#a813ac Text Font Color

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

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


#a813ac Background Color

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

This div background color is #a813ac


#a813ac Border Color

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

This div border color is #a813ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813ac


Comments

No comments written yet.

Please login to write comment.