Color Hex Logo

#814579 Color Hex

#814579
(129,69,121)
0 Favorites   0 Comments

Color spaces of #814579

RGB 12969121
HSL0.860.300.39
HSV308°47°51°
CMYK 0.000.470.06   0.49
XYZ14.632610.303819.3068
Yxy10.30380.33070.2329
Hunter Lab32.099525.1952-13.1913
CIE-Lab38.382233.5709-18.5979

#814579 color RGB value is (129,69,121).

#814579 hex color red value is 129, green value is 69 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #814579 hue: 0.86 , saturation: 0.30 and the lightness value of 814579 is 0.39.

The process color (four color CMYK) of #814579 color hex is 0.00, 0.47, 0.06, 0.49. Web safe color of #814579 is #993366. Color #814579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000101 01111001
Octal 201 105 171
Decimal 129 69 121
Hex 81 45 79

RGB Percentages of Color #814579

%40.44
%21.63
%37.93

CMYK Percentages of Color #814579

%0
%47
%6
%49

Triadic Colors of #814579

#814579 #798145 #457981

Analogous Colors of #814579

#814579 #81455b #6b4581

Monochromatic Colors of #814579

#814579

Complementary Color

#814579 #45814d

#814579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814579 Color CSS Codes

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

#814579 Text Font Color

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

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


#814579 Background Color

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

This div background color is #814579


#814579 Border Color

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

This div border color is #814579


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,69,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814579; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814579;
  -webkit-box-shadow: 1px 1px 3px 2px #814579;
  box-shadow:         1px 1px 3px 2px #814579; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814579


Comments

No comments written yet.

Please login to write comment.