Color Hex Logo

#8205aa Color Hex

#8205AA
(130,5,170)
0 Favorites   0 Comments

Color spaces of #8205aa

RGB 1305170
HSL0.790.940.34
HSV285°97°67°
CMYK 0.240.970.00   0.33
XYZ16.51597.756638.6569
Yxy7.75660.26250.1233
Hunter Lab27.850757.1147-62.7994
CIE-Lab33.470765.7771-56.3238

#8205aa color RGB value is (130,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000101 10101010
Octal 202 5 252
Decimal 130 5 170
Hex 82 5 AA

RGB Percentages of Color #8205aa

%42.62
%1.64
%55.74

CMYK Percentages of Color #8205aa

%24
%97
%0
%33

Triadic Colors of #8205aa

#8205aa #aa8205 #05aa82

Analogous Colors of #8205aa

#8205aa #aa0580 #3005aa

Monochromatic Colors of #8205aa

#8205aa

Complementary Color

#8205aa #2daa05

#8205aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8205aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8205aa Color CSS Codes

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

#8205aa Text Font Color

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

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


#8205aa Background Color

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

This div background color is #8205aa


#8205aa Border Color

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

This div border color is #8205aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8205aa


Comments

No comments written yet.

Please login to write comment.