Hex #8968cd Color

#8968cd
equivalent to

RGB

(137, 104, 205)

Details of #8968cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
137
26.2863
0.72
0.33
51.4126
19.6268
260°
44.3021
104
19.6268
0.50
0.49
35.1904
0.2478
49°
28.3829
205
60.1605
0.61
0.00   0.20
-47.8860
0.1850
80°
-49.4730

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001001
211
137
89
Green
1101000
150
104
68
Blue
11001101
315
205
CD

RGB in % of #8968cd

%30.72
%23.32
%45.96

CMYK in % of #8968cd

%33
%49
%0
%20

Triads of color #8968cd

#8968cd #68cd89 #cd89cd

Similar Colors to #8968cd

#8968cd #687acd #bc68cd

Preview Color #8968cd on black ground

#8968cd is very interesting for text.

Preview Color #8968cd on white ground

#8968cd is very interesting for text.

CSS Codes #8968cd color

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

Text Font Color #8968cd

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

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

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

This div background color is #8968cd


Border Color #8968cd

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

The color of this border is #8968cd


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8968cd