This article mainly introduces the conversion between the hexadecimal color value (HEX) and the RGB format in javascript, and uses the regular method to convert the RGB color to the hexadecimal color, you can refer to the conversion between
In daily development, values in different formats are often converted to each other. The following provides a solution.
Copy codeThe Code is as follows:// Regular Expression of hexadecimal color valueVar reg =/^ # ([0-9a-fA-f] {3} | [0-9a-fA-f] {6})
In daily development, the conversion between color gamut values in different formats is often used, and a workaround is given below.
Copy Code code as follows:
Regular expressions for hexadecimal color values
var reg =/^# ([0-9a-fa-f]{3
The code is as follows:
The code is as follows
Copy Code
A, a:link, a:visited {color: #4188FB;}A:active, A:focus, a:hover {color: #FFCC00;}
The JS code is as follows:
The code is as follows
PHP implements the method of converting the color hex value to rgb, hexrgb
This article describes how PHP converts the color hex value to rgb. We will share this with you for your reference. The details are as follows:
Function hex2rgb ($ color)
This article mainly introduces how PHP converts the color hex value to rgb, involving PHP's mathematical operations on strings and arrays, for more information about how to convert the color hex value to rgb, see the example in this article. We will
In the development of web pages, often need to color settings, and often need to encounter the issue of color conversion, such as: RGB to 16 binary, 16 to RGB, a few days ago in the test, found that the color of the site to convert a class of 16
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.