Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preview a .NET color

The VS debugger gives me:

_Color = "{Name=ff000040, ARGB=(255, 0, 0, 64)}"

how can I "see" what color is?

I tried a html page:

<html>
<div style="background: rgba(255, 0, 0, 64);">________<div>
<h1 style="background-color: ff000040">hello</h1>
</html>

doesn't work.

like image 418
serhio Avatar asked Dec 02 '25 10:12

serhio


1 Answers

You can use this website.

You can also use Visual Color Picker, an excellent program.

like image 199
SLaks Avatar answered Dec 04 '25 23:12

SLaks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!