Color Hex Logo

#813174 Color Hex

#813174
(129,49,116)
0 Favorites   0 Comments

Color spaces of #813174

RGB 12949116
HSL0.860.450.35
HSV310°62°51°
CMYK 0.000.620.10   0.49
XYZ13.30408.124717.3900
Yxy8.12470.34270.2093
Hunter Lab28.503933.4320-16.2197
CIE-Lab34.241243.0508-21.8888

#813174 color RGB value is (129,49,116).

#813174 hex color red value is 129, green value is 49 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #813174 hue: 0.86 , saturation: 0.45 and the lightness value of 813174 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110001 01110100
Octal 201 61 164
Decimal 129 49 116
Hex 81 31 74

RGB Percentages of Color #813174

%43.88
%16.67
%39.46

CMYK Percentages of Color #813174

%0
%62
%10
%49

Triadic Colors of #813174

#813174 #748131 #317481

Analogous Colors of #813174

#813174 #81314c #663181

Monochromatic Colors of #813174

#813174

Complementary Color

#813174 #31813e

#813174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813174 Color CSS Codes

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

#813174 Text Font Color

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

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


#813174 Background Color

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

This div background color is #813174


#813174 Border Color

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

This div border color is #813174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,49,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 #813174">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813174


Comments

No comments written yet.

Please login to write comment.