Color Hex Logo

#814dab Color Hex

#814DAB
(129,77,171)
0 Favorites   0 Comments

Color spaces of #814dab

RGB 12977171
HSL0.760.380.49
HSV273°55°67°
CMYK 0.250.550.00   0.33
XYZ19.057812.915240.0165
Yxy12.91520.26470.1794
Hunter Lab35.937731.7677-40.8628
CIE-Lab42.635239.9118-42.1642

#814dab color RGB value is (129,77,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001101 10101011
Octal 201 115 253
Decimal 129 77 171
Hex 81 4D AB

RGB Percentages of Color #814dab

%34.22
%20.42
%45.36

CMYK Percentages of Color #814dab

%25
%55
%0
%33

Triadic Colors of #814dab

#814dab #ab814d #4dab81

Analogous Colors of #814dab

#814dab #ab4da6 #524dab

Monochromatic Colors of #814dab

#814dab

Complementary Color

#814dab #77ab4d

#814dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#814dab Color CSS Codes

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

#814dab Text Font Color

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

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


#814dab Background Color

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

This div background color is #814dab


#814dab Border Color

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

This div border color is #814dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,77,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814dab


Comments

No comments written yet.

Please login to write comment.