Fix accecpt hex value in Fill & Stroke RGBA field without #
Add a condition to add # before hex codes without # (e.g. ff00ff)
But first check if it is a valid hex with looksLikeHex().
Now, if a hex colour is entered without #, it still gets accepted.
Fixes #5500 (closed)