Hex #965993 Color

#965993
equivalent to

RGB

(150, 89, 147)

Details of #965993

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
150
21.4165
0.84
0.00
46.6254
15.7354
303°
39.6678
89
15.7354
0.26
0.41
34.3197
0.3213
41°
26.9529
147
29.5122
0.47
0.02   0.41
-21.4579
0.2360
59°
-16.3277

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010110
226
150
96
Green
1011001
131
89
59
Blue
10010011
223
147
93

RGB in % of #965993

%38.86
%23.06
%38.08

CMYK in % of #965993

%0
%41
%2
%41

Triads of color #965993

#965993 #599396 #939693

Similar Colors to #965993

#965993 #7b5996 #965975

Preview Color #965993 on black ground

#965993 is very interesting for text.

Preview Color #965993 on white ground

#965993 is very interesting for text.

CSS Codes #965993 color

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

Text Font Color #965993

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

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

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

This div background color is #965993


Border Color #965993

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

The color of this border is #965993


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #965993