Color spaces of #a703fe
RGB | 167 | 3 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.50 |
HSV | 279° | 99° | 100° |
CMYK | 0.34 | 0.99 | 0.00 0.00 |
XYZ | 33.8583 | 15.4364 | 94.9609 |
Yxy | 15.4364 | 0.2347 | 0.1070 |
Hunter Lab | 39.2892 | 85.0701 | -115.7999 |
CIE-Lab | 46.2262 | 86.2259 | -83.7977 |
#a703fe color RGB value is (167,3,254).
#a703fe hex color red value is 167, green value is 3 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a703fe hue: 0.78 , saturation: 0.99 and the lightness value of a703fe is 0.50.
The process color (four color CMYK) of #a703fe color hex is 0.34, 0.99, 0.00, 0.00. Web safe color of #a703fe is #9900ff. Color #a703fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00000011 | 11111110 |
Octal | 247 | 3 | 376 |
Decimal | 167 | 3 | 254 |
Hex | A7 | 3 | FE |
Shades of #a703fe
Tints of #a703fe
RGB Percentages of Color #a703fe
CMYK Percentages of Color #a703fe
Complementary Color
#a703fe | #5afe03 |
#a703fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a703fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a703fe Color CSS Codes
.mybgcolor {background-color:#a703fe; } .myforecolor {color:#a703fe; } .mybordercolor {border:3px solid #a703fe; }
#a703fe Text Font Color
<p style="color:#a703fe">Text here</p>
This sample text font color is #a703fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a703fe Background Color
<div style="background-color:#a703fe">
Div content here</div>
This div background color is #a703fe
#a703fe Border Color
<div style="border:3px solid #a703fe">
Div here</div>
This div border color is #a703fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,3,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a703fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a703fe; -webkit-box-shadow: 1px 1px 3px 2px #a703fe; box-shadow: 1px 1px 3px 2px #a703fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,3,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a703fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a703fe; -webkit-box-shadow: 1px 1px 3px 2px #a703fe; box-shadow: 1px 1px 3px 2px #a703fe;">
Div content here</div>
This div box has shadow with color #a703fe
Comments
No comments written yet.
Please login to write comment.