Gradient Violet (Web)

Gradient and text preview:

This paragraph uses color with hex code D064D0. Color of text is in garmony with gradient primary color EE82EE.

Stat info: Views 522 Like 1

Used color codes:

Item Demo HEX code RGB code
Primary color #EE82EE 238.130.238
Secondary color #DF73DF 223.115.223
Border color #D064D0 208.100.208
Box shadow color #FD91FD 253.145.253
Text color 1234567890 #D064D0 208.100.208

CSS3 styles:

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