Color spaces of #a463eb
RGB | 164 | 99 | 235 |
---|---|---|---|
HSL | 0.75 | 0.77 | 0.65 |
HSV | 269° | 58° | 92° |
CMYK | 0.30 | 0.58 | 0.00 0.08 |
XYZ | 34.7671 | 22.8144 | 81.1684 |
Yxy | 22.8144 | 0.2506 | 0.1644 |
Hunter Lab | 47.7644 | 46.3401 | -67.3193 |
CIE-Lab | 54.8806 | 52.0656 | -59.1370 |
#a463eb color RGB value is (164,99,235).
#a463eb hex color red value is 164, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a463eb hue: 0.75 , saturation: 0.77 and the lightness value of a463eb is 0.65.
The process color (four color CMYK) of #a463eb color hex is 0.30, 0.58, 0.00, 0.08. Web safe color of #a463eb is #9966ff. Color #a463eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01100011 | 11101011 |
Octal | 244 | 143 | 353 |
Decimal | 164 | 99 | 235 |
Hex | A4 | 63 | EB |
Shades of #a463eb
Tints of #a463eb
RGB Percentages of Color #a463eb
CMYK Percentages of Color #a463eb
Complementary Color
#a463eb | #aaeb63 |
#a463eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a463eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a463eb Color CSS Codes
.mybgcolor {background-color:#a463eb; } .myforecolor {color:#a463eb; } .mybordercolor {border:3px solid #a463eb; }
#a463eb Text Font Color
<p style="color:#a463eb">Text here</p>
This sample text font color is #a463eb
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.
#a463eb Background Color
<div style="background-color:#a463eb">
Div content here</div>
This div background color is #a463eb
#a463eb Border Color
<div style="border:3px solid #a463eb">
Div here</div>
This div border color is #a463eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,99,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a463eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a463eb; -webkit-box-shadow: 1px 1px 3px 2px #a463eb; box-shadow: 1px 1px 3px 2px #a463eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,99,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a463eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a463eb; -webkit-box-shadow: 1px 1px 3px 2px #a463eb; box-shadow: 1px 1px 3px 2px #a463eb;">
Div content here</div>
This div box has shadow with color #a463eb
Comments
No comments written yet.
Please login to write comment.