Gradient Electric Crimson

Gradient and text preview:

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

Stat info: Views 210 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF003F 255.0.63
Secondary color #F00030 240.0.48
Border color #E10021 225.0.33
Box shadow color #FF0F4E 255.15.78
Text color 1234567890 #E10021 225.0.33

CSS3 styles:

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