Gradient Violet (Color Wheel)

Gradient and text preview:

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

Stat info: Views 135 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #7F00FF 127.0.255
Secondary color #7000F0 112.0.240
Border color #6100E1 97.0.225
Box shadow color #8E0FFF 142.15.255
Text color 1234567890 #6100E1 97.0.225

CSS3 styles:

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