Color Hex Logo

#a805aa Color Hex

#A805AA
(168,5,170)
0 Favorites   0 Comments

Color spaces of #a805aa

RGB 1685170
HSL0.830.940.34
HSV299°97°67°
CMYK 0.010.970.00   0.33
XYZ23.458411.335738.9818
Yxy11.33570.31800.1537
Hunter Lab33.668565.4492-45.0786
CIE-Lab40.140271.6504-45.2203

#a805aa color RGB value is (168,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000101 10101010
Octal 250 5 252
Decimal 168 5 170
Hex A8 5 AA

RGB Percentages of Color #a805aa

%48.98
%1.46
%49.56

CMYK Percentages of Color #a805aa

%1
%97
%0
%33

Triadic Colors of #a805aa

#a805aa #aaa805 #05aaa8

Analogous Colors of #a805aa

#a805aa #aa0559 #5605aa

Monochromatic Colors of #a805aa

#a805aa

Complementary Color

#a805aa #07aa05

#a805aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a805aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a805aa Color CSS Codes

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

#a805aa Text Font Color

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

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


#a805aa Background Color

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

This div background color is #a805aa


#a805aa Border Color

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

This div border color is #a805aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a805aa


Comments

No comments written yet.

Please login to write comment.