Gradient Vivid Crimson

Gradient and text preview:

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

Stat info: Views 339 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CC0033 204.0.51
Secondary color #BD0024 189.0.36
Border color #AE0015 174.0.21
Box shadow color #DB0F42 219.15.66
Text color 1234567890 #AE0015 174.0.21

CSS3 styles:

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