Color Hex Logo

#800dad Color Hex

#800DAD
(128,13,173)
0 Favorites   0 Comments

Color spaces of #800dad

RGB 12813173
HSL0.790.860.36
HSV283°92°68°
CMYK 0.260.920.00   0.32
XYZ16.58887.894240.1846
Yxy7.89420.25650.1221
Hunter Lab28.096656.2208-65.1306
CIE-Lab33.761664.9335-57.6639

#800dad color RGB value is (128,13,173).

#800dad hex color red value is 128, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #800dad hue: 0.79 , saturation: 0.86 and the lightness value of 800dad is 0.36.

The process color (four color CMYK) of #800dad color hex is 0.26, 0.92, 0.00, 0.32. Web safe color of #800dad is #990099. Color #800dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001101 10101101
Octal 200 15 255
Decimal 128 13 173
Hex 80 D AD

RGB Percentages of Color #800dad

%40.76
%4.14
%55.10

CMYK Percentages of Color #800dad

%26
%92
%0
%32

Triadic Colors of #800dad

#800dad #ad800d #0dad80

Analogous Colors of #800dad

#800dad #ad0d8a #300dad

Monochromatic Colors of #800dad

#800dad

Complementary Color

#800dad #3aad0d

#800dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#800dad Color CSS Codes

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

#800dad Text Font Color

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

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


#800dad Background Color

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

This div background color is #800dad


#800dad Border Color

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

This div border color is #800dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800dad


Comments

No comments written yet.

Please login to write comment.