Gradient Plum

Gradient and text preview:

This paragraph uses color with hex code 702767. Color of text is in garmony with gradient primary color 8E4585.

Stat info: Views 211 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #8E4585 142.69.133
Secondary color #7F3676 127.54.118
Border color #702767 112.39.103
Box shadow color #9D5494 157.84.148
Text color 1234567890 #702767 112.39.103

CSS3 styles:

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