Gradient Light Grayish Magenta

Gradient and text preview:

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

Stat info: Views 376 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CC99CC 204.153.204
Secondary color #BD8ABD 189.138.189
Border color #AE7BAE 174.123.174
Box shadow color #DBA8DB 219.168.219
Text color 1234567890 #AE7BAE 174.123.174

CSS3 styles:

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