Color Hex Logo

#801dad Color Hex

#801DAD
(128,29,173)
0 Favorites   0 Comments

Color spaces of #801dad

RGB 12829173
HSL0.780.710.40
HSV281°83°68°
CMYK 0.260.830.00   0.32
XYZ16.88438.485140.2830
Yxy8.48510.25720.1292
Hunter Lab29.129252.4888-61.6022
CIE-Lab34.973461.3595-55.6915

#801dad color RGB value is (128,29,173).

#801dad hex color red value is 128, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #801dad hue: 0.78 , saturation: 0.71 and the lightness value of 801dad is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011101 10101101
Octal 200 35 255
Decimal 128 29 173
Hex 80 1D AD

RGB Percentages of Color #801dad

%38.79
%8.79
%52.42

CMYK Percentages of Color #801dad

%26
%83
%0
%32

Triadic Colors of #801dad

#801dad #ad801d #1dad80

Analogous Colors of #801dad

#801dad #ad1d92 #381dad

Monochromatic Colors of #801dad

#801dad

Complementary Color

#801dad #4aad1d

#801dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#801dad Color CSS Codes

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

#801dad Text Font Color

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

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


#801dad Background Color

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

This div background color is #801dad


#801dad Border Color

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

This div border color is #801dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801dad


Comments

No comments written yet.

Please login to write comment.