Hex #331166 Color

#331166
equivalent to

RGB

(51, 17, 102)

Details of #331166

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
51
3.9640
0.73
0.50
15.8197
2.0640
264°
14.3667
17
2.0640
0.71
0.83
36.2401
0.2110
83°
24.1089
102
12.7598
0.23
0.00   0.60
-43.0105
0.1099
40°
-42.5828

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110011
63
51
33
Green
10001
21
17
11
Blue
1100110
146
102
66

RGB in % of #331166

%30.00
%10.00
%60.00

CMYK in % of #331166

%50
%83
%0
%60

Triads of color #331166

#331166 #116633 #663366

Similar Colors to #331166

#331166 #111a66 #5e1166

Preview Color #331166 on black ground

#331166 is very interesting for text.

Preview Color #331166 on white ground

#331166 is very interesting for text.

CSS Codes #331166 color

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

Text Font Color #331166

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

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

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

This div background color is #331166


Border Color #331166

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

The color of this border is #331166


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #331166