All Projects โ†’ alesanabriav โ†’ hex-rgba

alesanabriav / hex-rgba

Licence: other
Convert HEX to RGBA

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hex-rgba

go-rainbow
Golang Helper for beautiful CLI Applications
Stars: โœญ 86 (+616.67%)
Mutual labels:  hex, colors, rgba
colors-convert
๐Ÿฆš A simple colors library
Stars: โœญ 15 (+25%)
Mutual labels:  hex, colors, rgba
React Color Extractor
A React component which extracts colors from an image
Stars: โœญ 314 (+2516.67%)
Mutual labels:  hex, colors
Ink Gradient
Gradient color component for Ink
Stars: โœญ 123 (+925%)
Mutual labels:  colors, npm-package
hex-color-regex
Regular expression for matching hex color values from string.
Stars: โœญ 29 (+141.67%)
Mutual labels:  hex, colors
Gradstop
JavaScript micro library to generate gradient color stops ๐Ÿณ๏ธโ€๐ŸŒˆ
Stars: โœญ 144 (+1100%)
Mutual labels:  hex, colors
color
A library of well-tested helper methods for working with colors.
Stars: โœญ 13 (+8.33%)
Mutual labels:  hex, rgba
Values.js
๐Ÿ‡ Get the tints and shades of a color
Stars: โœญ 97 (+708.33%)
Mutual labels:  hex, colors
Material Palette Generator
๐ŸŽจ Get perfect Material Design color palettes from any hex color.
Stars: โœญ 114 (+850%)
Mutual labels:  hex, colors
Tints And Shades
๐ŸŒˆ Display tints and shades of a given hex color in 10% increments.
Stars: โœญ 228 (+1800%)
Mutual labels:  hex, colors
react-color
๐ŸŽจ Is a tiny color picker widget component for React apps.
Stars: โœญ 50 (+316.67%)
Mutual labels:  hex, rgba
v-svg-icons
Svg icons for VueJS.
Stars: โœญ 36 (+200%)
Mutual labels:  npm-package
anypalette.js
๐ŸŽจ Read/write all color palette file formats โค๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ
Stars: โœญ 41 (+241.67%)
Mutual labels:  colors
titanium-vue
Use Vue.js to easily create native mobile apps with Axway Appcelerator Titanium.
Stars: โœญ 45 (+275%)
Mutual labels:  npm-package
PlantUML-colors
This script is to show all named color suggested by PlantUML
Stars: โœญ 52 (+333.33%)
Mutual labels:  colors
aws-api-read-stream
Turn an AWS api call into a readable stream
Stars: โœญ 24 (+100%)
Mutual labels:  npm-package
validid
A Javascript library to validate ID card numbers of China, Taiwan, Hong Kong and South Korea
Stars: โœญ 37 (+208.33%)
Mutual labels:  npm-package
sdk-js
Viblo Javascript SDK
Stars: โœญ 17 (+41.67%)
Mutual labels:  npm-package
front-matter-manipulator
A utility for parsing and manipulating documents with Front Matter
Stars: โœญ 25 (+108.33%)
Mutual labels:  npm-package
youtube-playlist
โ„๏ธ Extract links, ids, and names from a youtube playlist
Stars: โœญ 73 (+508.33%)
Mutual labels:  npm-package

HEX to RGBA Build Status

Convert HEX to RGBA

Installation

npm install --save hex-rgba

Usage

import hexToRgba from 'hex-rgba';

var rgba = hexToRgba('#1B2B34', 40);
// rgba return rgba(27, 43, 52, 0.4)

Test

npm install
npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].