1.0.0 • Published 1 year ago
hex-to-rgba-cli v1.0.0
hex-to-rgba-cli
hex-to-rgba-cli is a CLI tool that converts hex to rgba.
Quick Start
Get hex-to-rgba-cli up and running quickly!
- Run:
or with alpha value:npx hex-to-rgba-cli FF816Enpx hex-to-rgba-cli FF816E 0.5 - Done!
Example Output
This will convert the HEX color FF816E to its RGBA equivalent, and display a color preview in your terminal.
- Input:
FF816E - Output:
rgba(255, 129, 110, 1) - Color Preview:
COLOR PREVIEW (in the specified color) - Alpha Info:
Alpha: 1 (not visible in ANSI)

Contributing
We welcome contributions to hex-to-rgba-cli! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For any questions, suggestions, or feedback, please contact love1ace.
1.0.0
1 year ago