Gradient Blue-Magenta Violet

Gradient and text preview:

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

Stat info: Views 182 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #553592 85.53.146
Secondary color #462683 70.38.131
Border color #371774 55.23.116
Box shadow color #6444A1 100.68.161
Text color 1234567890 #371774 55.23.116

CSS3 styles:

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