Color Hex Logo

#802cad Color Hex

#802CAD
(128,44,173)
0 Favorites   0 Comments

Color spaces of #802cad

RGB 12844173
HSL0.780.590.43
HSV279°75°68°
CMYK 0.260.750.00   0.32
XYZ17.34569.407740.4368
Yxy9.40770.25820.1400
Hunter Lab30.672047.2693-56.6954
CIE-Lab36.757756.2053-52.7976

#802cad color RGB value is (128,44,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 10101101
Octal 200 54 255
Decimal 128 44 173
Hex 80 2C AD

RGB Percentages of Color #802cad

%37.10
%12.75
%50.14

CMYK Percentages of Color #802cad

%26
%75
%0
%32

Triadic Colors of #802cad

#802cad #ad802c #2cad80

Analogous Colors of #802cad

#802cad #ad2c9a #402cad

Monochromatic Colors of #802cad

#802cad

Complementary Color

#802cad #59ad2c

#802cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cad Color CSS Codes

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

#802cad Text Font Color

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

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


#802cad Background Color

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

This div background color is #802cad


#802cad Border Color

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

This div border color is #802cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cad


Comments

No comments written yet.

Please login to write comment.