An open API service indexing awesome lists of open source software.

https://github.com/neulhan/hex2rgba

6~8 Number of digits Hex to RGBA (CSS)
https://github.com/neulhan/hex2rgba

css hex rgba svelte

Last synced: about 1 month ago
JSON representation

6~8 Number of digits Hex to RGBA (CSS)

Awesome Lists containing this project

README

          

# HEX2RGBA

![](./public/og-image.png)

The hex eight-digit expression (`#00000010`) does not work in InternetExplorer.

However, there was no tool to replace this eight-digit representation with the `rgba` format that also works with IE.

So I made this simple with a svelte.

### Link

[https://neulhan.github.io/hex2rgba/](https://neulhan.github.io/hex2rgba/)

### preview

![](./preview.png)