Gradient Deep Violet

Gradient and text preview:

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

Stat info: Views 415 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #330066 51.0.102
Secondary color #240057 36.0.87
Border color #150048 21.0.72
Box shadow color #420F75 66.15.117
Text color 1234567890 #150048 21.0.72

CSS3 styles:

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