Color Hex Logo

#a814aa Color Hex

#A814AA
(168,20,170)
0 Favorites   0 Comments

Color spaces of #a814aa

RGB 16820170
HSL0.830.790.37
HSV299°88°67°
CMYK 0.010.880.00   0.33
XYZ23.654311.727439.0471
Yxy11.72740.31780.1576
Hunter Lab34.245363.3663-43.6318
CIE-Lab40.779569.7654-44.1973

#a814aa color RGB value is (168,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 10101010
Octal 250 24 252
Decimal 168 20 170
Hex A8 14 AA

RGB Percentages of Color #a814aa

%46.93
%5.59
%47.49

CMYK Percentages of Color #a814aa

%1
%88
%0
%33

Triadic Colors of #a814aa

#a814aa #aaa814 #14aaa8

Analogous Colors of #a814aa

#a814aa #aa1461 #5d14aa

Monochromatic Colors of #a814aa

#a814aa

Complementary Color

#a814aa #16aa14

#a814aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814aa Color CSS Codes

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

#a814aa Text Font Color

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

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


#a814aa Background Color

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

This div background color is #a814aa


#a814aa Border Color

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

This div border color is #a814aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,20,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814aa


Comments

No comments written yet.

Please login to write comment.