Gradient French Violet

Gradient and text preview:

This paragraph uses color with hex code 6A00B0. Color of text is in garmony with gradient primary color 8806CE.

Stat info: Views 231 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #8806CE 136.6.206
Secondary color #7900BF 121.0.191
Border color #6A00B0 106.0.176
Box shadow color #9715DD 151.21.221
Text color 1234567890 #6A00B0 106.0.176

CSS3 styles:

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