Hex #9400d2 Color

#9400d2
equivalent to

RGB

(148, 0, 210)

Details of #9400d2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
148
23.8456
0.78
0.30
39.4945
10.9490
282°
33.0893
0
10.9490
1.00
1.00
76.1498
0.2468
100°
70.7284
210
61.8293
0.41
0.00   0.18
-69.9380
0.1133
82°
-87.5838

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010100
224
148
94
Green
0
0
0
0
Blue
11010010
322
210
D2

RGB in % of #9400d2

%41.34
%0.00
%58.66

CMYK in % of #9400d2

%30
%100
%0
%18

Triads of color #9400d2

#9400d2 #00d294 #d294d2

Similar Colors to #9400d2

#9400d2 #2b00d2 #d200a7

Preview Color #9400d2 on black ground

#9400d2 is very interesting for text.

Preview Color #9400d2 on white ground

#9400d2 is very interesting for text.

CSS Codes #9400d2 color

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

Text Font Color #9400d2

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

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

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

This div background color is #9400d2


Border Color #9400d2

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

The color of this border is #9400d2


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #9400d2