Color spaces of #a210fb
RGB | 162 | 16 | 251 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.52 |
HSV | 277° | 94° | 98° |
CMYK | 0.35 | 0.94 | 0.00 0.02 |
XYZ | 32.4982 | 15.0170 | 92.4525 |
Yxy | 15.0170 | 0.2322 | 0.1073 |
Hunter Lab | 38.7518 | 81.8789 | -114.3256 |
CIE-Lab | 45.6575 | 83.8663 | -83.0807 |
#a210fb color RGB value is (162,16,251).
#a210fb hex color red value is 162, green value is 16 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a210fb hue: 0.77 , saturation: 0.97 and the lightness value of a210fb is 0.52.
The process color (four color CMYK) of #a210fb color hex is 0.35, 0.94, 0.00, 0.02. Web safe color of #a210fb is #9900ff. Color #a210fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00010000 | 11111011 |
Octal | 242 | 20 | 373 |
Decimal | 162 | 16 | 251 |
Hex | A2 | 10 | FB |
Shades of #a210fb
Tints of #a210fb
RGB Percentages of Color #a210fb
CMYK Percentages of Color #a210fb
Complementary Color
#a210fb | #69fb10 |
#a210fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a210fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a210fb Color CSS Codes
.mybgcolor {background-color:#a210fb; } .myforecolor {color:#a210fb; } .mybordercolor {border:3px solid #a210fb; }
#a210fb Text Font Color
<p style="color:#a210fb">Text here</p>
This sample text font color is #a210fb
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.
#a210fb Background Color
<div style="background-color:#a210fb">
Div content here</div>
This div background color is #a210fb
#a210fb Border Color
<div style="border:3px solid #a210fb">
Div here</div>
This div border color is #a210fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,16,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a210fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a210fb; -webkit-box-shadow: 1px 1px 3px 2px #a210fb; box-shadow: 1px 1px 3px 2px #a210fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,16,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 #a210fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a210fb; -webkit-box-shadow: 1px 1px 3px 2px #a210fb; box-shadow: 1px 1px 3px 2px #a210fb;">
Div content here</div>
This div box has shadow with color #a210fb
Comments
No comments written yet.
Please login to write comment.