Color Hex Logo

#8003aa Color Hex

#8003AA
(128,3,170)
0 Favorites   0 Comments

Color spaces of #8003aa

RGB 1283170
HSL0.790.970.34
HSV285°98°67°
CMYK 0.250.980.00   0.33
XYZ16.19037.556638.6355
Yxy7.55660.25950.1211
Hunter Lab27.489357.0246-64.0882
CIE-Lab33.041865.7801-57.0371

#8003aa color RGB value is (128,3,170).

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

The process color (four color CMYK) of #8003aa color hex is 0.25, 0.98, 0.00, 0.33. Web safe color of #8003aa is #990099. Color #8003aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000011 10101010
Octal 200 3 252
Decimal 128 3 170
Hex 80 3 AA

RGB Percentages of Color #8003aa

%42.52
%1.00
%56.48

CMYK Percentages of Color #8003aa

%25
%98
%0
%33

Triadic Colors of #8003aa

#8003aa #aa8003 #03aa80

Analogous Colors of #8003aa

#8003aa #aa0381 #2c03aa

Monochromatic Colors of #8003aa

#8003aa

Complementary Color

#8003aa #2daa03

#8003aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8003aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8003aa Color CSS Codes

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

#8003aa Text Font Color

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

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


#8003aa Background Color

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

This div background color is #8003aa


#8003aa Border Color

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

This div border color is #8003aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8003aa


Comments

No comments written yet.

Please login to write comment.