Gradient Chinese Violet

Gradient and text preview:

This paragraph uses color with hex code 67426A. Color of text is in garmony with gradient primary color 856088.

Stat info: Views 368 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #856088 133.96.136
Secondary color #765179 118.81.121
Border color #67426A 103.66.106
Box shadow color #946F97 148.111.151
Text color 1234567890 #67426A 103.66.106

CSS3 styles:

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