Color Hex Logo

#814dae Color Hex

#814DAE
(129,77,174)
0 Favorites   0 Comments

Color spaces of #814dae

RGB 12977174
HSL0.760.390.49
HSV272°56°68°
CMYK 0.260.560.00   0.32
XYZ19.347113.030941.5399
Yxy13.03090.26170.1763
Hunter Lab36.098332.4960-42.9587
CIE-Lab42.809840.6327-43.6585

#814dae color RGB value is (129,77,174).

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

The process color (four color CMYK) of #814dae color hex is 0.26, 0.56, 0.00, 0.32. Web safe color of #814dae is #996699. Color #814dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001101 10101110
Octal 201 115 256
Decimal 129 77 174
Hex 81 4D AE

RGB Percentages of Color #814dae

%33.95
%20.26
%45.79

CMYK Percentages of Color #814dae

%26
%56
%0
%32

Triadic Colors of #814dae

#814dae #ae814d #4dae81

Analogous Colors of #814dae

#814dae #ae4dab #514dae

Monochromatic Colors of #814dae

#814dae

Complementary Color

#814dae #7aae4d

#814dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#814dae Color CSS Codes

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

#814dae Text Font Color

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

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


#814dae Background Color

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

This div background color is #814dae


#814dae Border Color

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

This div border color is #814dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814dae


Comments

No comments written yet.

Please login to write comment.