Color spaces of #a650ca
RGB | 166 | 80 | 202 |
---|---|---|---|
HSL | 0.78 | 0.54 | 0.55 |
HSV | 282° | 60° | 79° |
CMYK | 0.18 | 0.60 | 0.00 0.21 |
XYZ | 29.2552 | 18.1086 | 57.8305 |
Yxy | 18.1086 | 0.2781 | 0.1721 |
Hunter Lab | 42.5542 | 48.2455 | -50.7863 |
CIE-Lab | 49.6276 | 54.7141 | -48.8169 |
#a650ca color RGB value is (166,80,202).
#a650ca hex color red value is 166, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a650ca hue: 0.78 , saturation: 0.54 and the lightness value of a650ca is 0.55.
The process color (four color CMYK) of #a650ca color hex is 0.18, 0.60, 0.00, 0.21. Web safe color of #a650ca is #9966cc. Color #a650ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01010000 | 11001010 |
Octal | 246 | 120 | 312 |
Decimal | 166 | 80 | 202 |
Hex | A6 | 50 | CA |
Shades of #a650ca
Tints of #a650ca
RGB Percentages of Color #a650ca
CMYK Percentages of Color #a650ca
Complementary Color
#a650ca | #74ca50 |
#a650ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a650ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a650ca Color CSS Codes
.mybgcolor {background-color:#a650ca; } .myforecolor {color:#a650ca; } .mybordercolor {border:3px solid #a650ca; }
#a650ca Text Font Color
<p style="color:#a650ca">Text here</p>
This sample text font color is #a650ca
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.
#a650ca Background Color
<div style="background-color:#a650ca">
Div content here</div>
This div background color is #a650ca
#a650ca Border Color
<div style="border:3px solid #a650ca">
Div here</div>
This div border color is #a650ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,80,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a650ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a650ca; -webkit-box-shadow: 1px 1px 3px 2px #a650ca; box-shadow: 1px 1px 3px 2px #a650ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,80,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a650ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a650ca; -webkit-box-shadow: 1px 1px 3px 2px #a650ca; box-shadow: 1px 1px 3px 2px #a650ca;">
Div content here</div>
This div box has shadow with color #a650ca
Comments
No comments written yet.
Please login to write comment.