Color Hex Logo

#814774 Color Hex

#814774
(129,71,116)
0 Favorites   0 Comments

Color spaces of #814774

RGB 12971116
HSL0.870.290.39
HSV313°45°51°
CMYK 0.000.450.10   0.49
XYZ14.458910.434617.7750
Yxy10.43460.33890.2446
Hunter Lab32.302623.3683-10.0134
CIE-Lab38.611431.5186-15.1491

#814774 color RGB value is (129,71,116).

#814774 hex color red value is 129, green value is 71 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #814774 hue: 0.87 , saturation: 0.29 and the lightness value of 814774 is 0.39.

The process color (four color CMYK) of #814774 color hex is 0.00, 0.45, 0.10, 0.49. Web safe color of #814774 is #993366. Color #814774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000111 01110100
Octal 201 107 164
Decimal 129 71 116
Hex 81 47 74

RGB Percentages of Color #814774

%40.82
%22.47
%36.71

CMYK Percentages of Color #814774

%0
%45
%10
%49

Triadic Colors of #814774

#814774 #748147 #477481

Analogous Colors of #814774

#814774 #814757 #714781

Monochromatic Colors of #814774

#814774

Complementary Color

#814774 #478154

#814774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814774 Color CSS Codes

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

#814774 Text Font Color

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

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


#814774 Background Color

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

This div background color is #814774


#814774 Border Color

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

This div border color is #814774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814774


Comments

No comments written yet.

Please login to write comment.