Hex #472568 Color

#472568
equivalent to

RGB

(71, 37, 104)

Details of #472568

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
5.7588
0.75
0.32
22.5217
3.6622
270°
19.1369
37
3.6622
0.48
0.64
30.3398
0.2512
64°
20.2258
104
13.5001
0.28
0.00   0.59
-33.3123
0.1598
41°
-28.4150

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
100101
45
37
25
Blue
1101000
150
104
68

RGB in % of #472568

%33.49
%17.45
%49.06

CMYK in % of #472568

%32
%64
%0
%59

Triads of color #472568

#472568 #256847 #684768

Similar Colors to #472568

#472568 #262568 #682568

Preview Color #472568 on black ground

#472568 is very interesting for text.

Preview Color #472568 on white ground

#472568 is very interesting for text.

CSS Codes #472568 color

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

Text Font Color #472568

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

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

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

This div background color is #472568


Border Color #472568

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

The color of this border is #472568


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #472568