Gradient Violet

Gradient and text preview:

This paragraph uses color with hex code 7100E1. Color of text is in garmony with gradient primary color 8F00FF.

Stat info: Views 230 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #8F00FF 143.0.255
Secondary color #8000F0 128.0.240
Border color #7100E1 113.0.225
Box shadow color #9E0FFF 158.15.255
Text color 1234567890 #7100E1 113.0.225

CSS3 styles:

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