Color Hex Logo

#802dad Color Hex

#802DAD
(128,45,173)
0 Favorites   0 Comments

Color spaces of #802dad

RGB 12845173
HSL0.770.590.43
HSV279°74°68°
CMYK 0.260.740.00   0.32
XYZ17.38339.483140.4494
Yxy9.48310.25820.1409
Hunter Lab30.794646.8710-56.3224
CIE-Lab36.898355.8048-52.5702

#802dad color RGB value is (128,45,173).

#802dad hex color red value is 128, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #802dad hue: 0.77 , saturation: 0.59 and the lightness value of 802dad is 0.43.

The process color (four color CMYK) of #802dad color hex is 0.26, 0.74, 0.00, 0.32. Web safe color of #802dad is #993399. Color #802dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 10101101
Octal 200 55 255
Decimal 128 45 173
Hex 80 2D AD

RGB Percentages of Color #802dad

%36.99
%13.01
%50.00

CMYK Percentages of Color #802dad

%26
%74
%0
%32

Triadic Colors of #802dad

#802dad #ad802d #2dad80

Analogous Colors of #802dad

#802dad #ad2d9a #402dad

Monochromatic Colors of #802dad

#802dad

Complementary Color

#802dad #5aad2d

#802dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#802dad Color CSS Codes

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

#802dad Text Font Color

<p style="color:#802dad">Text here</p>

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


#802dad Background Color

<div style="background-color:#802dad">
Div content here</div>

This div background color is #802dad


#802dad Border Color

<div style="border:3px solid #802dad">
Div here</div>

This div border color is #802dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802dad


Comments

No comments written yet.

Please login to write comment.