Color Hex Logo

#803aaa Color Hex

#803AAA
(128,58,170)
0 Favorites   0 Comments

Color spaces of #803aaa

RGB 12858170
HSL0.770.490.45
HSV278°66°67°
CMYK 0.250.660.00   0.33
XYZ17.670810.517639.1290
Yxy10.51760.26250.1562
Hunter Lab32.430840.5064-48.8339
CIE-Lab38.755849.3542-47.7858

#803aaa color RGB value is (128,58,170).

#803aaa hex color red value is 128, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #803aaa hue: 0.77 , saturation: 0.49 and the lightness value of 803aaa is 0.45.

The process color (four color CMYK) of #803aaa color hex is 0.25, 0.66, 0.00, 0.33. Web safe color of #803aaa is #993399. Color #803aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 10101010
Octal 200 72 252
Decimal 128 58 170
Hex 80 3A AA

RGB Percentages of Color #803aaa

%35.96
%16.29
%47.75

CMYK Percentages of Color #803aaa

%25
%66
%0
%33

Triadic Colors of #803aaa

#803aaa #aa803a #3aaa80

Analogous Colors of #803aaa

#803aaa #aa3a9c #483aaa

Monochromatic Colors of #803aaa

#803aaa

Complementary Color

#803aaa #64aa3a

#803aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#803aaa Color CSS Codes

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

#803aaa Text Font Color

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

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


#803aaa Background Color

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

This div background color is #803aaa


#803aaa Border Color

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

This div border color is #803aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803aaa


Comments

No comments written yet.

Please login to write comment.