Gradient Orchid

Gradient and text preview:

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

Stat info: Views 432 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DA70D6 218.112.214
Secondary color #CB61C7 203.97.199
Border color #BC52B8 188.82.184
Box shadow color #E97FE5 233.127.229
Text color 1234567890 #BC52B8 188.82.184

CSS3 styles:

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