Color spaces of #a03dfa
RGB | 160 | 61 | 250 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.61 |
HSV | 271° | 76° | 98° |
CMYK | 0.36 | 0.76 | 0.00 0.02 |
XYZ | 33.4213 | 17.7132 | 92.1000 |
Yxy | 17.7132 | 0.2333 | 0.1237 |
Hunter Lab | 42.0871 | 68.0944 | -100.2846 |
CIE-Lab | 49.1464 | 72.1074 | -76.8244 |
#a03dfa color RGB value is (160,61,250).
#a03dfa hex color red value is 160, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a03dfa hue: 0.75 , saturation: 0.95 and the lightness value of a03dfa is 0.61.
The process color (four color CMYK) of #a03dfa color hex is 0.36, 0.76, 0.00, 0.02. Web safe color of #a03dfa is #9933ff. Color #a03dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00111101 | 11111010 |
Octal | 240 | 75 | 372 |
Decimal | 160 | 61 | 250 |
Hex | A0 | 3D | FA |
Shades of #a03dfa
Tints of #a03dfa
RGB Percentages of Color #a03dfa
CMYK Percentages of Color #a03dfa
Complementary Color
#a03dfa | #97fa3d |
#a03dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03dfa Color CSS Codes
.mybgcolor {background-color:#a03dfa; } .myforecolor {color:#a03dfa; } .mybordercolor {border:3px solid #a03dfa; }
#a03dfa Text Font Color
<p style="color:#a03dfa">Text here</p>
This sample text font color is #a03dfa
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.
#a03dfa Background Color
<div style="background-color:#a03dfa">
Div content here</div>
This div background color is #a03dfa
#a03dfa Border Color
<div style="border:3px solid #a03dfa">
Div here</div>
This div border color is #a03dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,61,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03dfa; -webkit-box-shadow: 1px 1px 3px 2px #a03dfa; box-shadow: 1px 1px 3px 2px #a03dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,61,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a03dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03dfa; -webkit-box-shadow: 1px 1px 3px 2px #a03dfa; box-shadow: 1px 1px 3px 2px #a03dfa;">
Div content here</div>
This div box has shadow with color #a03dfa
Comments
No comments written yet.
Please login to write comment.