Color spaces of #a24ccc
RGB | 162 | 76 | 204 |
---|---|---|---|
HSL | 0.78 | 0.56 | 0.55 |
HSV | 280° | 63° | 80° |
CMYK | 0.21 | 0.63 | 0.00 0.20 |
XYZ | 28.3838 | 17.2099 | 58.9526 |
Yxy | 17.2099 | 0.2715 | 0.1646 |
Hunter Lab | 41.4848 | 49.5308 | -55.2155 |
CIE-Lab | 48.5234 | 56.0876 | -51.7615 |
#a24ccc color RGB value is (162,76,204).
#a24ccc hex color red value is 162, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a24ccc hue: 0.78 , saturation: 0.56 and the lightness value of a24ccc is 0.55.
The process color (four color CMYK) of #a24ccc color hex is 0.21, 0.63, 0.00, 0.20. Web safe color of #a24ccc is #9933cc. Color #a24ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01001100 | 11001100 |
Octal | 242 | 114 | 314 |
Decimal | 162 | 76 | 204 |
Hex | A2 | 4C | CC |
Shades of #a24ccc
Tints of #a24ccc
RGB Percentages of Color #a24ccc
CMYK Percentages of Color #a24ccc
Complementary Color
#a24ccc | #76cc4c |
#a24ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a24ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a24ccc Color CSS Codes
.mybgcolor {background-color:#a24ccc; } .myforecolor {color:#a24ccc; } .mybordercolor {border:3px solid #a24ccc; }
#a24ccc Text Font Color
<p style="color:#a24ccc">Text here</p>
This sample text font color is #a24ccc
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.
#a24ccc Background Color
<div style="background-color:#a24ccc">
Div content here</div>
This div background color is #a24ccc
#a24ccc Border Color
<div style="border:3px solid #a24ccc">
Div here</div>
This div border color is #a24ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,76,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a24ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a24ccc; -webkit-box-shadow: 1px 1px 3px 2px #a24ccc; box-shadow: 1px 1px 3px 2px #a24ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,76,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a24ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a24ccc; -webkit-box-shadow: 1px 1px 3px 2px #a24ccc; box-shadow: 1px 1px 3px 2px #a24ccc;">
Div content here</div>
This div box has shadow with color #a24ccc
Comments
No comments written yet.
Please login to write comment.