Color spaces of #a31fae
RGB | 163 | 31 | 174 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.40 |
HSV | 295° | 82° | 68° |
CMYK | 0.06 | 0.82 | 0.00 0.32 |
XYZ | 23.2342 | 11.8225 | 41.1018 |
Yxy | 11.8225 | 0.3051 | 0.1552 |
Hunter Lab | 34.3839 | 60.4460 | -46.8054 |
CIE-Lab | 40.9326 | 67.2326 | -46.3833 |
#a31fae color RGB value is (163,31,174).
#a31fae hex color red value is 163, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a31fae hue: 0.82 , saturation: 0.70 and the lightness value of a31fae is 0.40.
The process color (four color CMYK) of #a31fae color hex is 0.06, 0.82, 0.00, 0.32. Web safe color of #a31fae is #993399. Color #a31fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00011111 | 10101110 |
Octal | 243 | 37 | 256 |
Decimal | 163 | 31 | 174 |
Hex | A3 | 1F | AE |
Shades of #a31fae
Tints of #a31fae
RGB Percentages of Color #a31fae
CMYK Percentages of Color #a31fae
Complementary Color
#a31fae | #2aae1f |
#a31fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a31fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a31fae Color CSS Codes
.mybgcolor {background-color:#a31fae; } .myforecolor {color:#a31fae; } .mybordercolor {border:3px solid #a31fae; }
#a31fae Text Font Color
<p style="color:#a31fae">Text here</p>
This sample text font color is #a31fae
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.
#a31fae Background Color
<div style="background-color:#a31fae">
Div content here</div>
This div background color is #a31fae
#a31fae Border Color
<div style="border:3px solid #a31fae">
Div here</div>
This div border color is #a31fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,31,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a31fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a31fae; -webkit-box-shadow: 1px 1px 3px 2px #a31fae; box-shadow: 1px 1px 3px 2px #a31fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,31,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a31fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a31fae; -webkit-box-shadow: 1px 1px 3px 2px #a31fae; box-shadow: 1px 1px 3px 2px #a31fae;">
Div content here</div>
This div box has shadow with color #a31fae
Comments
No comments written yet.
Please login to write comment.