Gradient Byzantine

Gradient and text preview:

This paragraph uses color with hex code 9F1586. Color of text is in garmony with gradient primary color BD33A4.

Stat info: Views 213 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #BD33A4 189.51.164
Secondary color #AE2495 174.36.149
Border color #9F1586 159.21.134
Box shadow color #CC42B3 204.66.179
Text color 1234567890 #9F1586 159.21.134

CSS3 styles:

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