Color Hex Logo

#802daa Color Hex

#802DAA
(128,45,170)
0 Favorites   0 Comments

Color spaces of #802daa

RGB 12845170
HSL0.780.580.42
HSV280°74°67°
CMYK 0.250.740.00   0.33
XYZ17.09629.368238.9374
Yxy9.36820.26140.1432
Hunter Lab30.607546.1402-54.0006
CIE-Lab36.683855.1582-51.1258

#802daa color RGB value is (128,45,170).

#802daa hex color red value is 128, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #802daa hue: 0.78 , saturation: 0.58 and the lightness value of 802daa is 0.42.

The process color (four color CMYK) of #802daa color hex is 0.25, 0.74, 0.00, 0.33. Web safe color of #802daa is #993399. Color #802daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 10101010
Octal 200 55 252
Decimal 128 45 170
Hex 80 2D AA

RGB Percentages of Color #802daa

%37.32
%13.12
%49.56

CMYK Percentages of Color #802daa

%25
%74
%0
%33

Triadic Colors of #802daa

#802daa #aa802d #2daa80

Analogous Colors of #802daa

#802daa #aa2d96 #412daa

Monochromatic Colors of #802daa

#802daa

Complementary Color

#802daa #57aa2d

#802daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#802daa Color CSS Codes

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

#802daa Text Font Color

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

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


#802daa Background Color

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

This div background color is #802daa


#802daa Border Color

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

This div border color is #802daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802daa


Comments

No comments written yet.

Please login to write comment.