Color spaces of #a920fb
RGB | 169 | 32 | 251 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.55 |
HSV | 278° | 87° | 98° |
CMYK | 0.33 | 0.87 | 0.00 0.02 |
XYZ | 34.2913 | 16.4331 | 92.6313 |
Yxy | 16.4331 | 0.2392 | 0.1146 |
Hunter Lab | 40.5378 | 80.0539 | -107.1049 |
CIE-Lab | 47.5377 | 82.0777 | -79.9611 |
#a920fb color RGB value is (169,32,251).
#a920fb hex color red value is 169, green value is 32 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a920fb hue: 0.77 , saturation: 0.96 and the lightness value of a920fb is 0.55.
The process color (four color CMYK) of #a920fb color hex is 0.33, 0.87, 0.00, 0.02. Web safe color of #a920fb is #9933ff. Color #a920fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00100000 | 11111011 |
Octal | 251 | 40 | 373 |
Decimal | 169 | 32 | 251 |
Hex | A9 | 20 | FB |
Shades of #a920fb
Tints of #a920fb
RGB Percentages of Color #a920fb
CMYK Percentages of Color #a920fb
Complementary Color
#a920fb | #72fb20 |
#a920fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a920fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a920fb Color CSS Codes
.mybgcolor {background-color:#a920fb; } .myforecolor {color:#a920fb; } .mybordercolor {border:3px solid #a920fb; }
#a920fb Text Font Color
<p style="color:#a920fb">Text here</p>
This sample text font color is #a920fb
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.
#a920fb Background Color
<div style="background-color:#a920fb">
Div content here</div>
This div background color is #a920fb
#a920fb Border Color
<div style="border:3px solid #a920fb">
Div here</div>
This div border color is #a920fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,32,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a920fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a920fb; -webkit-box-shadow: 1px 1px 3px 2px #a920fb; box-shadow: 1px 1px 3px 2px #a920fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,32,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a920fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a920fb; -webkit-box-shadow: 1px 1px 3px 2px #a920fb; box-shadow: 1px 1px 3px 2px #a920fb;">
Div content here</div>
This div box has shadow with color #a920fb
Comments
No comments written yet.
Please login to write comment.