Color Hex Logo

#a314ac Color Hex

#A314AC
(163,20,172)
0 Favorites   0 Comments

Color spaces of #a314ac

RGB 16320172
HSL0.820.790.38
HSV296°88°67°
CMYK 0.050.880.00   0.33
XYZ22.800811.265440.0024
Yxy11.26540.30780.1521
Hunter Lab33.564062.5223-47.1686
CIE-Lab40.023969.1932-46.6496

#a314ac color RGB value is (163,20,172).

#a314ac hex color red value is 163, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a314ac hue: 0.82 , saturation: 0.79 and the lightness value of a314ac is 0.38.

The process color (four color CMYK) of #a314ac color hex is 0.05, 0.88, 0.00, 0.33. Web safe color of #a314ac is #990099. Color #a314ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 10101100
Octal 243 24 254
Decimal 163 20 172
Hex A3 14 AC

RGB Percentages of Color #a314ac

%45.92
%5.63
%48.45

CMYK Percentages of Color #a314ac

%5
%88
%0
%33

Triadic Colors of #a314ac

#a314ac #aca314 #14aca3

Analogous Colors of #a314ac

#a314ac #ac1469 #5714ac

Monochromatic Colors of #a314ac

#a314ac

Complementary Color

#a314ac #1dac14

#a314ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314ac Color CSS Codes

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

#a314ac Text Font Color

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

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


#a314ac Background Color

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

This div background color is #a314ac


#a314ac Border Color

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

This div border color is #a314ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314ac


Comments

No comments written yet.

Please login to write comment.