Color spaces of #a174de
RGB | 161 | 116 | 222 |
---|---|---|---|
HSL | 0.74 | 0.62 | 0.66 |
HSV | 265° | 48° | 87° |
CMYK | 0.27 | 0.48 | 0.00 0.13 |
XYZ | 34.1281 | 25.3418 | 72.1999 |
Yxy | 25.3418 | 0.2592 | 0.1925 |
Hunter Lab | 50.3406 | 32.9168 | -49.7969 |
CIE-Lab | 57.4069 | 38.9721 | -47.8399 |
#a174de color RGB value is (161,116,222).
#a174de hex color red value is 161, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a174de hue: 0.74 , saturation: 0.62 and the lightness value of a174de is 0.66.
The process color (four color CMYK) of #a174de color hex is 0.27, 0.48, 0.00, 0.13. Web safe color of #a174de is #9966cc. Color #a174de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01110100 | 11011110 |
Octal | 241 | 164 | 336 |
Decimal | 161 | 116 | 222 |
Hex | A1 | 74 | DE |
Shades of #a174de
Tints of #a174de
RGB Percentages of Color #a174de
CMYK Percentages of Color #a174de
Complementary Color
#a174de | #b1de74 |
#a174de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a174de Color Preview on White Background
Lorem ipsum dolor sit amet.
#a174de Color CSS Codes
.mybgcolor {background-color:#a174de; } .myforecolor {color:#a174de; } .mybordercolor {border:3px solid #a174de; }
#a174de Text Font Color
<p style="color:#a174de">Text here</p>
This sample text font color is #a174de
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.
#a174de Background Color
<div style="background-color:#a174de">
Div content here</div>
This div background color is #a174de
#a174de Border Color
<div style="border:3px solid #a174de">
Div here</div>
This div border color is #a174de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,116,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a174de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a174de; -webkit-box-shadow: 1px 1px 3px 2px #a174de; box-shadow: 1px 1px 3px 2px #a174de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,116,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a174de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a174de; -webkit-box-shadow: 1px 1px 3px 2px #a174de; box-shadow: 1px 1px 3px 2px #a174de;">
Div content here</div>
This div box has shadow with color #a174de
Comments
No comments written yet.
Please login to write comment.