Fading out part of a Sprite

I have sprite object (a rectangle) with a line dividing it into 2 parts and a text field in the 2nd part. Now, I want to gradually fade out only the 2nd part of this rectangular object to alpha=0.2. How can I achieve this?