Color Hex Logo

#8200aa Color Hex

#8200AA
(130,0,170)
0 Favorites   0 Comments

Color spaces of #8200aa

RGB 1300170
HSL0.791.000.33
HSV286°100°67°
CMYK 0.241.000.00   0.33
XYZ16.46167.648138.6388
Yxy7.64810.26230.1219
Hunter Lab27.655257.8545-63.4791
CIE-Lab33.239066.4700-56.7012

#8200aa color RGB value is (130,0,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 10101010
Octal 202 0 252
Decimal 130 0 170
Hex 82 0 AA

RGB Percentages of Color #8200aa

%43.33
%0.00
%56.67

CMYK Percentages of Color #8200aa

%24
%100
%0
%33

Triadic Colors of #8200aa

#8200aa #aa8200 #00aa82

Analogous Colors of #8200aa

#8200aa #aa007d #2d00aa

Monochromatic Colors of #8200aa

#8200aa

Complementary Color

#8200aa #28aa00

#8200aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8200aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8200aa Color CSS Codes

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

#8200aa Text Font Color

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

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


#8200aa Background Color

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

This div background color is #8200aa


#8200aa Border Color

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

This div border color is #8200aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8200aa


Comments

No comments written yet.

Please login to write comment.