Color spaces of #a158dc
RGB | 161 | 88 | 220 |
---|---|---|---|
HSL | 0.76 | 0.65 | 0.60 |
HSV | 273° | 60° | 86° |
CMYK | 0.27 | 0.60 | 0.00 0.14 |
XYZ | 31.1059 | 19.7238 | 69.8778 |
Yxy | 19.7238 | 0.2577 | 0.1634 |
Hunter Lab | 44.4115 | 47.3017 | -62.1999 |
CIE-Lab | 51.5235 | 53.5157 | -56.0937 |
#a158dc color RGB value is (161,88,220).
#a158dc hex color red value is 161, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a158dc hue: 0.76 , saturation: 0.65 and the lightness value of a158dc is 0.60.
The process color (four color CMYK) of #a158dc color hex is 0.27, 0.60, 0.00, 0.14. Web safe color of #a158dc is #9966cc. Color #a158dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01011000 | 11011100 |
Octal | 241 | 130 | 334 |
Decimal | 161 | 88 | 220 |
Hex | A1 | 58 | DC |
Shades of #a158dc
Tints of #a158dc
RGB Percentages of Color #a158dc
CMYK Percentages of Color #a158dc
Complementary Color
#a158dc | #93dc58 |
#a158dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a158dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a158dc Color CSS Codes
.mybgcolor {background-color:#a158dc; } .myforecolor {color:#a158dc; } .mybordercolor {border:3px solid #a158dc; }
#a158dc Text Font Color
<p style="color:#a158dc">Text here</p>
This sample text font color is #a158dc
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.
#a158dc Background Color
<div style="background-color:#a158dc">
Div content here</div>
This div background color is #a158dc
#a158dc Border Color
<div style="border:3px solid #a158dc">
Div here</div>
This div border color is #a158dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,88,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a158dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a158dc; -webkit-box-shadow: 1px 1px 3px 2px #a158dc; box-shadow: 1px 1px 3px 2px #a158dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,88,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a158dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a158dc; -webkit-box-shadow: 1px 1px 3px 2px #a158dc; box-shadow: 1px 1px 3px 2px #a158dc;">
Div content here</div>
This div box has shadow with color #a158dc
Comments
No comments written yet.
Please login to write comment.