Color spaces of #a24cfa
RGB | 162 | 76 | 250 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.64 |
HSV | 270° | 70° | 98° |
CMYK | 0.35 | 0.70 | 0.00 0.02 |
XYZ | 34.7401 | 19.7524 | 92.4241 |
Yxy | 19.7524 | 0.2365 | 0.1344 |
Hunter Lab | 44.4437 | 61.7509 | -92.1876 |
CIE-Lab | 51.5561 | 66.3029 | -72.8913 |
#a24cfa color RGB value is (162,76,250).
#a24cfa hex color red value is 162, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a24cfa hue: 0.75 , saturation: 0.95 and the lightness value of a24cfa is 0.64.
The process color (four color CMYK) of #a24cfa color hex is 0.35, 0.70, 0.00, 0.02. Web safe color of #a24cfa is #9933ff. Color #a24cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01001100 | 11111010 |
Octal | 242 | 114 | 372 |
Decimal | 162 | 76 | 250 |
Hex | A2 | 4C | FA |
Shades of #a24cfa
Tints of #a24cfa
RGB Percentages of Color #a24cfa
CMYK Percentages of Color #a24cfa
Complementary Color
#a24cfa | #a4fa4c |
#a24cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a24cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a24cfa Color CSS Codes
.mybgcolor {background-color:#a24cfa; } .myforecolor {color:#a24cfa; } .mybordercolor {border:3px solid #a24cfa; }
#a24cfa Text Font Color
<p style="color:#a24cfa">Text here</p>
This sample text font color is #a24cfa
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.
#a24cfa Background Color
<div style="background-color:#a24cfa">
Div content here</div>
This div background color is #a24cfa
#a24cfa Border Color
<div style="border:3px solid #a24cfa">
Div here</div>
This div border color is #a24cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,76,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a24cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a24cfa; -webkit-box-shadow: 1px 1px 3px 2px #a24cfa; box-shadow: 1px 1px 3px 2px #a24cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,76,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a24cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a24cfa; -webkit-box-shadow: 1px 1px 3px 2px #a24cfa; box-shadow: 1px 1px 3px 2px #a24cfa;">
Div content here</div>
This div box has shadow with color #a24cfa
Comments
No comments written yet.
Please login to write comment.