How to get parent color code (hexadecimal) using php -


i want parent color code php

for example: input color code: #f5f5f5, , child #ffffff (#ffffff output) or #ff3535 child of #ff0000

i want #ffffff or #ff0000 or thing ...

how done?

thanks me


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -