Hex #813d7e Color

#813d7e
equivalent to

RGB

(129, 61, 126)

Details of #813d7e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
129
14.4879
0.84
0.00
36.9500
9.5110
303°
30.8399
61
9.5110
0.36
0.53
38.8579
0.3233
53°
29.8857
126
20.8109
0.37
0.02   0.49
-23.9124
0.2123
51°
-18.4070

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000001
201
129
81
Green
111101
75
61
3D
Blue
1111110
176
126
7E

RGB in % of #813d7e

%40.82
%19.30
%39.87

CMYK in % of #813d7e

%0
%53
%2
%49

Triads of color #813d7e

#813d7e #3d7e81 #7e817e

Similar Colors to #813d7e

#813d7e #623d81 #813d5c

Preview Color #813d7e on black ground

#813d7e is very interesting for text.

Preview Color #813d7e on white ground

#813d7e is very interesting for text.

CSS Codes #813d7e color

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

Text Font Color #813d7e

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

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


Background Color #813d7e

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

This div background color is #813d7e


Border Color #813d7e

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

The color of this border is #813d7e


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #813d7e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #813d7e;
-webkit-box-shadow: 1px 1px 3px 2px #813d7e;
box-shadow:         1px 1px 3px 2px #813d7e; }
				

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #813d7e