Color Hex Logo

#814dad Color Hex

#814DAD
(129,77,173)
0 Favorites   0 Comments

Color spaces of #814dad

RGB 12977173
HSL0.760.380.49
HSV273°55°68°
CMYK 0.250.550.00   0.32
XYZ19.250012.992041.0283
Yxy12.99200.26270.1773
Hunter Lab36.044432.2526-42.2570
CIE-Lab42.751240.3924-43.1616

#814dad color RGB value is (129,77,173).

#814dad hex color red value is 129, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #814dad hue: 0.76 , saturation: 0.38 and the lightness value of 814dad is 0.49.

The process color (four color CMYK) of #814dad color hex is 0.25, 0.55, 0.00, 0.32. Web safe color of #814dad is #996699. Color #814dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001101 10101101
Octal 201 115 255
Decimal 129 77 173
Hex 81 4D AD

RGB Percentages of Color #814dad

%34.04
%20.32
%45.65

CMYK Percentages of Color #814dad

%25
%55
%0
%32

Triadic Colors of #814dad

#814dad #ad814d #4dad81

Analogous Colors of #814dad

#814dad #ad4da9 #514dad

Monochromatic Colors of #814dad

#814dad

Complementary Color

#814dad #79ad4d

#814dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#814dad Color CSS Codes

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

#814dad Text Font Color

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

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


#814dad Background Color

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

This div background color is #814dad


#814dad Border Color

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

This div border color is #814dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814dad


Comments

No comments written yet.

Please login to write comment.