Hex #8966d0 Color

#8966d0
equivalent to

RGB

(137, 102, 208)

Details of #8966d0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
137
26.4531
0.72
0.34
51.1233
19.3752
260°
44.0172
102
19.3752
0.53
0.51
37.1249
0.2453
51°
30.2432
208
62.0201
0.61
0.00   0.18
-50.0586
0.1797
82°
-52.6971

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001001
211
137
89
Green
1100110
146
102
66
Blue
11010000
320
208
D0

RGB in % of #8966d0

%30.65
%22.82
%46.53

CMYK in % of #8966d0

%34
%51
%0
%18

Triads of color #8966d0

#8966d0 #66d089 #d089d0

Similar Colors to #8966d0

#8966d0 #6678d0 #be66d0

Preview Color #8966d0 on black ground

#8966d0 is very interesting for text.

Preview Color #8966d0 on white ground

#8966d0 is very interesting for text.

CSS Codes #8966d0 color

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

Text Font Color #8966d0

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

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

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

This div background color is #8966d0


Border Color #8966d0

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

The color of this border is #8966d0


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8966d0