Skip to main content

Posts

Showing posts with the label transparency

Let's Understand Hex Transparency Color Schemes

Sometimes you need to set the transparency in your some of the views. But sometimes you cannot decide how much transparency you need to apply on the view. So here is the Table with the transparency percentage level  so you can give proper transparency to your view and make it whatever you want. Before that, I'll tell you how to add transparency color in hex code Generally, we used 6 characters code for any color which is known as Hex code. But when you want to apply a transparency to your color then you have to add 2 more characters at the beginning of the hex code which is known as Alpha color You need to add 2 characters from below table according to your transparency level For example for the RED color, Hex code is #FF0000 If you want 50% of transparency in Red color than you have to add 80 at the beginning and your code is #80FF0000 Please refer following table to manage transparency level. 100% — FF 95% — F2 ...