Color spaces of #a15cfe
RGB | 161 | 92 | 254 |
---|---|---|---|
HSL | 0.74 | 0.99 | 0.68 |
HSV | 266° | 64° | 100° |
CMYK | 0.37 | 0.64 | 0.00 0.00 |
XYZ | 36.4145 | 22.3871 | 96.1678 |
Yxy | 22.3871 | 0.2350 | 0.1445 |
Hunter Lab | 47.3150 | 54.5756 | -87.3865 |
CIE-Lab | 54.4353 | 59.5460 | -70.4501 |
#a15cfe color RGB value is (161,92,254).
#a15cfe hex color red value is 161, green value is 92 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a15cfe hue: 0.74 , saturation: 0.99 and the lightness value of a15cfe is 0.68.
The process color (four color CMYK) of #a15cfe color hex is 0.37, 0.64, 0.00, 0.00. Web safe color of #a15cfe is #9966ff. Color #a15cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01011100 | 11111110 |
Octal | 241 | 134 | 376 |
Decimal | 161 | 92 | 254 |
Hex | A1 | 5C | FE |
Shades of #a15cfe
Tints of #a15cfe
RGB Percentages of Color #a15cfe
CMYK Percentages of Color #a15cfe
Complementary Color
#a15cfe | #b9fe5c |
#a15cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a15cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a15cfe Color CSS Codes
.mybgcolor {background-color:#a15cfe; } .myforecolor {color:#a15cfe; } .mybordercolor {border:3px solid #a15cfe; }
#a15cfe Text Font Color
<p style="color:#a15cfe">Text here</p>
This sample text font color is #a15cfe
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.
#a15cfe Background Color
<div style="background-color:#a15cfe">
Div content here</div>
This div background color is #a15cfe
#a15cfe Border Color
<div style="border:3px solid #a15cfe">
Div here</div>
This div border color is #a15cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,92,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a15cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a15cfe; -webkit-box-shadow: 1px 1px 3px 2px #a15cfe; box-shadow: 1px 1px 3px 2px #a15cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,92,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a15cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a15cfe; -webkit-box-shadow: 1px 1px 3px 2px #a15cfe; box-shadow: 1px 1px 3px 2px #a15cfe;">
Div content here</div>
This div box has shadow with color #a15cfe
Comments
No comments written yet.
Please login to write comment.