Color Hex Logo

#803aad Color Hex

#803AAD
(128,58,173)
0 Favorites   0 Comments

Color spaces of #803aad

RGB 12858173
HSL0.770.500.45
HSV277°66°68°
CMYK 0.260.660.00   0.32
XYZ17.958010.632440.6409
Yxy10.63240.25940.1536
Hunter Lab32.607441.2432-51.0722
CIE-Lab38.954350.0363-49.2518

#803aad color RGB value is (128,58,173).

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

The process color (four color CMYK) of #803aad color hex is 0.26, 0.66, 0.00, 0.32. Web safe color of #803aad is #993399. Color #803aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111010 10101101
Octal 200 72 255
Decimal 128 58 173
Hex 80 3A AD

RGB Percentages of Color #803aad

%35.65
%16.16
%48.19

CMYK Percentages of Color #803aad

%26
%66
%0
%32

Triadic Colors of #803aad

#803aad #ad803a #3aad80

Analogous Colors of #803aad

#803aad #ad3aa1 #463aad

Monochromatic Colors of #803aad

#803aad

Complementary Color

#803aad #67ad3a

#803aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#803aad Color CSS Codes

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

#803aad Text Font Color

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

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


#803aad Background Color

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

This div background color is #803aad


#803aad Border Color

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

This div border color is #803aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,58,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #803aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803aad


Comments

No comments written yet.

Please login to write comment.