Color Hex Logo

#802dac Color Hex

#802DAC
(128,45,172)
0 Favorites   0 Comments

Color spaces of #802dac

RGB 12845172
HSL0.780.590.43
HSV279°74°67°
CMYK 0.260.740.00   0.33
XYZ17.28699.444539.9416
Yxy9.44450.25930.1417
Hunter Lab30.731946.6266-55.5456
CIE-Lab36.826455.5889-52.0899

#802dac color RGB value is (128,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 10101100
Octal 200 55 254
Decimal 128 45 172
Hex 80 2D AC

RGB Percentages of Color #802dac

%37.10
%13.04
%49.86

CMYK Percentages of Color #802dac

%26
%74
%0
%33

Triadic Colors of #802dac

#802dac #ac802d #2dac80

Analogous Colors of #802dac

#802dac #ac2d99 #412dac

Monochromatic Colors of #802dac

#802dac

Complementary Color

#802dac #59ac2d

#802dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#802dac Color CSS Codes

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

#802dac Text Font Color

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

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


#802dac Background Color

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

This div background color is #802dac


#802dac Border Color

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

This div border color is #802dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802dac


Comments

No comments written yet.

Please login to write comment.