Hex #512f83 Color

#512f83
equivalent to

RGB

(81, 47, 131)

Details of #512f83

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
81
8.5066
0.73
0.38
27.9022
5.4211
264°
23.2832
47
5.4211
0.47
0.64
34.4200
0.2363
64°
24.4702
131
22.0708
0.35
0.00   0.49
-41.7916
0.1506
51°
-39.8840

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010001
121
81
51
Green
101111
57
47
2F
Blue
10000011
203
131
83

RGB in % of #512f83

%31.27
%18.15
%50.58

CMYK in % of #512f83

%38
%64
%0
%49

Triads of color #512f83

#512f83 #2f8351 #835183

Similar Colors to #512f83

#512f83 #2f3783 #7b2f83

Preview Color #512f83 on black ground

#512f83 is very interesting for text.

Preview Color #512f83 on white ground

#512f83 is very interesting for text.

CSS Codes #512f83 color

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

Text Font Color #512f83

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

This sample text font color is #512f83
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 #512f83

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

This div background color is #512f83


Border Color #512f83

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

The color of this border is #512f83


Examples Css3

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

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 #512f83">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #512f83