if($_product->getData('product_color'))
{
echo "Product Color = ".$_product->getAttributeText('product_color');
//echo $_product->getResource()->getAttribute('product_color')->getFrontend()->getLabel($_product);
}
{
echo "Product Color = ".$_product->getAttributeText('product_color');
//echo $_product->getResource()->getAttribute('product_color')->getFrontend()->getLabel($_product);
}