Hex #331155 Color

#331155
equivalent to

RGB

(51, 17, 85)

Details of #331155

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
51
3.2054
0.75
0.40
14.1770
1.7606
270°
13.2687
17
1.7606
0.67
0.80
31.4679
0.2334
80°
19.9009
85
8.7652
0.20
0.00   0.67
-34.3276
0.1282
33°
-29.8642

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110011
63
51
33
Green
10001
21
17
11
Blue
1010101
125
85
55

RGB in % of #331155

%33.33
%11.11
%55.56

CMYK in % of #331155

%40
%80
%0
%67

Triads of color #331155

#331155 #115533 #553355

Similar Colors to #331155

#331155 #111155 #551155

Preview Color #331155 on black ground

#331155 is very interesting for text.

Preview Color #331155 on white ground

#331155 is very interesting for text.

CSS Codes #331155 color

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

Text Font Color #331155

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

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

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

This div background color is #331155


Border Color #331155

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

The color of this border is #331155


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #331155