Gradient Brilliant Azure

Gradient and text preview:

This paragraph uses color with hex code 157BE1. Color of text is in garmony with gradient primary color 3399FF.

Stat info: Views 540 Like 2

Used color codes:

Item Demo HEX code RGB code
Primary color #3399FF 51.153.255
Secondary color #248AF0 36.138.240
Border color #157BE1 21.123.225
Box shadow color #42A8FF 66.168.255
Text color 1234567890 #157BE1 21.123.225

CSS3 styles:

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