Color spaces of #a144df
RGB | 161 | 68 | 223 |
---|---|---|---|
HSL | 0.77 | 0.71 | 0.57 |
HSV | 276° | 70° | 87° |
CMYK | 0.28 | 0.70 | 0.00 0.13 |
XYZ | 30.0843 | 17.0390 | 71.5153 |
Yxy | 17.0390 | 0.2536 | 0.1436 |
Hunter Lab | 41.2783 | 57.8566 | -73.8260 |
CIE-Lab | 48.3091 | 63.5565 | -62.9728 |
#a144df color RGB value is (161,68,223).
#a144df hex color red value is 161, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a144df hue: 0.77 , saturation: 0.71 and the lightness value of a144df is 0.57.
The process color (four color CMYK) of #a144df color hex is 0.28, 0.70, 0.00, 0.13. Web safe color of #a144df is #9933cc. Color #a144df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01000100 | 11011111 |
Octal | 241 | 104 | 337 |
Decimal | 161 | 68 | 223 |
Hex | A1 | 44 | DF |
Shades of #a144df
Tints of #a144df
RGB Percentages of Color #a144df
CMYK Percentages of Color #a144df
Complementary Color
#a144df | #82df44 |
#a144df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a144df Color Preview on White Background
Lorem ipsum dolor sit amet.
#a144df Color CSS Codes
.mybgcolor {background-color:#a144df; } .myforecolor {color:#a144df; } .mybordercolor {border:3px solid #a144df; }
#a144df Text Font Color
<p style="color:#a144df">Text here</p>
This sample text font color is #a144df
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.
#a144df Background Color
<div style="background-color:#a144df">
Div content here</div>
This div background color is #a144df
#a144df Border Color
<div style="border:3px solid #a144df">
Div here</div>
This div border color is #a144df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,68,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a144df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a144df; -webkit-box-shadow: 1px 1px 3px 2px #a144df; box-shadow: 1px 1px 3px 2px #a144df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,68,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 #a144df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a144df; -webkit-box-shadow: 1px 1px 3px 2px #a144df; box-shadow: 1px 1px 3px 2px #a144df;">
Div content here</div>
This div box has shadow with color #a144df
Comments
No comments written yet.
Please login to write comment.