Color spaces of #a980ec
RGB | 169 | 128 | 236 |
---|---|---|---|
HSL | 0.73 | 0.74 | 0.71 |
HSV | 263° | 46° | 93° |
CMYK | 0.28 | 0.46 | 0.00 0.07 |
XYZ | 39.2217 | 29.9295 | 83.0666 |
Yxy | 29.9295 | 0.2577 | 0.1966 |
Hunter Lab | 54.7079 | 32.2332 | -51.7285 |
CIE-Lab | 61.5933 | 37.7942 | -48.9662 |
#a980ec color RGB value is (169,128,236).
#a980ec hex color red value is 169, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a980ec hue: 0.73 , saturation: 0.74 and the lightness value of a980ec is 0.71.
The process color (four color CMYK) of #a980ec color hex is 0.28, 0.46, 0.00, 0.07. Web safe color of #a980ec is #9999ff. Color #a980ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10000000 | 11101100 |
Octal | 251 | 200 | 354 |
Decimal | 169 | 128 | 236 |
Hex | A9 | 80 | EC |
Shades of #a980ec
Tints of #a980ec
RGB Percentages of Color #a980ec
CMYK Percentages of Color #a980ec
Complementary Color
#a980ec | #c3ec80 |
#a980ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a980ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a980ec Color CSS Codes
.mybgcolor {background-color:#a980ec; } .myforecolor {color:#a980ec; } .mybordercolor {border:3px solid #a980ec; }
#a980ec Text Font Color
<p style="color:#a980ec">Text here</p>
This sample text font color is #a980ec
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.
#a980ec Background Color
<div style="background-color:#a980ec">
Div content here</div>
This div background color is #a980ec
#a980ec Border Color
<div style="border:3px solid #a980ec">
Div here</div>
This div border color is #a980ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,128,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a980ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a980ec; -webkit-box-shadow: 1px 1px 3px 2px #a980ec; box-shadow: 1px 1px 3px 2px #a980ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,128,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a980ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a980ec; -webkit-box-shadow: 1px 1px 3px 2px #a980ec; box-shadow: 1px 1px 3px 2px #a980ec;">
Div content here</div>
This div box has shadow with color #a980ec
Comments
No comments written yet.
Please login to write comment.