Color spaces of #a253df
RGB | 162 | 83 | 223 |
---|---|---|---|
HSL | 0.76 | 0.69 | 0.60 |
HSV | 274° | 63° | 87° |
CMYK | 0.27 | 0.63 | 0.00 0.13 |
XYZ | 31.3128 | 19.1956 | 71.8668 |
Yxy | 19.1956 | 0.2559 | 0.1569 |
Hunter Lab | 43.8128 | 50.9008 | -66.5854 |
CIE-Lab | 50.9153 | 56.8996 | -58.7638 |
#a253df color RGB value is (162,83,223).
#a253df hex color red value is 162, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a253df hue: 0.76 , saturation: 0.69 and the lightness value of a253df is 0.60.
The process color (four color CMYK) of #a253df color hex is 0.27, 0.63, 0.00, 0.13. Web safe color of #a253df is #9966cc. Color #a253df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01010011 | 11011111 |
Octal | 242 | 123 | 337 |
Decimal | 162 | 83 | 223 |
Hex | A2 | 53 | DF |
Shades of #a253df
Tints of #a253df
RGB Percentages of Color #a253df
CMYK Percentages of Color #a253df
Complementary Color
#a253df | #90df53 |
#a253df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a253df Color Preview on White Background
Lorem ipsum dolor sit amet.
#a253df Color CSS Codes
.mybgcolor {background-color:#a253df; } .myforecolor {color:#a253df; } .mybordercolor {border:3px solid #a253df; }
#a253df Text Font Color
<p style="color:#a253df">Text here</p>
This sample text font color is #a253df
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.
#a253df Background Color
<div style="background-color:#a253df">
Div content here</div>
This div background color is #a253df
#a253df Border Color
<div style="border:3px solid #a253df">
Div here</div>
This div border color is #a253df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,83,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a253df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a253df; -webkit-box-shadow: 1px 1px 3px 2px #a253df; box-shadow: 1px 1px 3px 2px #a253df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,83,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a253df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a253df; -webkit-box-shadow: 1px 1px 3px 2px #a253df; box-shadow: 1px 1px 3px 2px #a253df;">
Div content here</div>
This div box has shadow with color #a253df
Comments
No comments written yet.
Please login to write comment.