Skip to content

Color Converter is a simple web tool that allows users to convert between HEX and RGB color codes. It features a real-time color preview, easy-to-use input fields for both formats, and a copy-to-clipboard function for convenient usage.

Notifications You must be signed in to change notification settings

Murtaza-Ax/Color-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Converter Website

🌟Color Converter Website🌟 is a lightweight web application that simplifies color code conversions between HEX and RGB formats. It allows users to quickly input a color code in either format, view the corresponding color in real-time, and copy the converted value with a single click. The app is user-friendly, with a clean interface designed to make color conversions intuitive and efficient

Overview Technologies Features Demo Getting Started License Contributing Contact

📱 Visit this Project

Overview

Color Converter The Color Converter project provides an easy way to switch between two of the most common color formats used in web development: HEX and RGB. With this tool, users can:

  • Convert color values from HEX to RGB and vice versa.
  • Preview the color in a live display box as the conversion happens.
  • Copy the resulting HEX or RGB values to the clipboard with a single click.
  • Toggle the background color of the page to see how the selected color appears in context.
  • Receive feedback on invalid color inputs and guide users towards correct color formats.

This tool is ideal for web designers and developers who frequently work with colors in their projects. It's designed with a minimalistic interface to ensure that the conversion process is smooth and fast.

💻 Technologies

  • HTML5
  • CSS3
  • Javascipt

✨ Features

  • 🖍️ HEX to RGB and RGB to HEX Conversion Effortlessly convert between the two most common color formats in web development.
  • 🎨 Real-Time Color Preview See the color change instantly as you input a HEX or RGB value.
  • 📋 Copy to Clipboard Easily copy the converted HEX or RGB value with a single click using the built-in copy button.
  • 🌓 Background Color Toggle Switch the background color to test how your chosen color looks in different environments.
  • ⚠️ Input Validation Get instant feedback on invalid color inputs and ensure correct color formats are used.
  • 📊 Color Value Display: Shows color values in various formats (e.g. HEX, RGB).
  • 🎨 Modern UI/UX: A clean and stylish user interface that enhances the user experience.
  • 🌐 Cross-Browser Compatibility: Works flawlessly across all major browsers.
  • 🛠️ Easily Customizable: Built with a modular structure, making it simple to modify and expand.
  • 🧹 Clean and Well-Commented Code: The codebase is organized and easy to understand, making it perfect for developers of all levels.

🖼️ Screenshots

Here are some screenshots of the Color Convert website:

img

img

img

img

🚀 Getting started

Prerequisites

To run this project, you'll need:

  • A web browser (Chrome, Firefox, Safari, etc.)
  • Git for version control (optional)

Installation

  1. Clone the repository:

      git clone https://github.com/Murtaza-Ax/Color-Converter.git
  2. Open the project in your favorite code editor:

      cd Color-Converter
  3. Run the project:

    Simply open the index.html file in your browser to view the page.

📄 License

This project is licensed under the MIT License.

🤝 Contribution

We welcome contributions to Color Picker! Whether you're fixing bugs, improving documentation, or adding new features, your help is greatly appreciated. Here's how to get started:

  1. Fork the Repository: Click the "Fork" button at the top right of this page to create a copy of the repository under your GitHub account.

  2. Clone the Forked Repository: Clone your fork to your local machine to start making changes.

      git clone https://github.com/username/Color-Converter.git

    replace username with your actual github name.

  3. Create A New Branch: Create a new branch with a descriptive name for your feature or bugfix.

        git checkout -b feature/your-feature-name  
  4. Make Changes: Implement your feature or fix the issue. Test your changes thoroughly.

  5. Commit Your Changes: Write a clear and concise commit message describing your changes.

      git commit -m "your feature name"
  6. Push to the Branch: Push your changes to your forked repository.

      git push origin feature/your-feature-name
  7. Create a Pull Request: Go to the original repository on GitHub and create a pull request. Please provide a detailed explanation of your changes and why they should be merged.

⭐ Thank you for considering contributing!

Documentations that might help

📝 How to create a Pull Request

💾 Commit pattern

📧 Contact

If you have any questions or suggestions, feel free to reach out:

⭐ If you like this project, consider giving it a star on GitHub! Your support is much appreciated.

Made with ❤️ by Murtaza Ali

About

Color Converter is a simple web tool that allows users to convert between HEX and RGB color codes. It features a real-time color preview, easy-to-use input fields for both formats, and a copy-to-clipboard function for convenient usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published