Color Hex Logo

#814977 Color Hex

#814977
(129,73,119)
0 Favorites   0 Comments

Color spaces of #814977

RGB 12973119
HSL0.860.280.40
HSV311°43°51°
CMYK 0.000.430.08   0.49
XYZ14.765610.764118.7522
Yxy10.76410.33340.2431
Hunter Lab32.808722.9190-10.9218
CIE-Lab39.180330.9405-16.1357

#814977 color RGB value is (129,73,119).

#814977 hex color red value is 129, green value is 73 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #814977 hue: 0.86 , saturation: 0.28 and the lightness value of 814977 is 0.40.

The process color (four color CMYK) of #814977 color hex is 0.00, 0.43, 0.08, 0.49. Web safe color of #814977 is #993366. Color #814977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01110111
Octal 201 111 167
Decimal 129 73 119
Hex 81 49 77

RGB Percentages of Color #814977

%40.19
%22.74
%37.07

CMYK Percentages of Color #814977

%0
%43
%8
%49

Triadic Colors of #814977

#814977 #778149 #497781

Analogous Colors of #814977

#814977 #81495b #6f4981

Monochromatic Colors of #814977

#814977

Complementary Color

#814977 #498153

#814977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814977 Color CSS Codes

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

#814977 Text Font Color

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

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


#814977 Background Color

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

This div background color is #814977


#814977 Border Color

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

This div border color is #814977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814977


Comments

No comments written yet.

Please login to write comment.