Gradient Pomp And Power

Gradient and text preview:

This paragraph uses color with hex code 684270. Color of text is in garmony with gradient primary color 86608E.

Stat info: Views 219 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #86608E 134.96.142
Secondary color #77517F 119.81.127
Border color #684270 104.66.112
Box shadow color #956F9D 149.111.157
Text color 1234567890 #684270 104.66.112

CSS3 styles:

background: #86608E;
color: #684270;
background: linear-gradient(to bottom, #86608E 0%, #77517F 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86608E), color-stop(100%, #77517F));
background: -webkit-linear-gradient(top, #86608E 0%, #77517F 100%);
background: -moz-linear-gradient(top, #86608E 0%, #77517F 100%);
background: -o-linear-gradient(top, #86608E 0%, #77517F 100%);
background: -ms-linear-gradient(top, #86608E 0%, #77517F 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86608E', endColorstr='#77517F', GradientType=0);
border: 1px solid #684270;
text-shadow: 0 1px 0 #956F9D;
-webkit-text-shadow: 0 1px 0 #956F9D;
-moz-text-shadow: 0 1px 0 #956F9D;
box-shadow: inset 0 1px 0 #956F9D;
-webkit-box-shadow: inset 0 1px 0 #956F9D;
-moz-box-shadow: inset 0 1px 0 #956F9D;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.