Color spaces of #a45efa
RGB | 164 | 94 | 250 |
---|---|---|---|
HSL | 0.74 | 0.94 | 0.67 |
HSV | 267° | 62° | 98° |
CMYK | 0.34 | 0.62 | 0.00 0.02 |
XYZ | 36.5679 | 22.8000 | 92.9160 |
Yxy | 22.8000 | 0.2401 | 0.1497 |
Hunter Lab | 47.7493 | 53.1394 | -81.9486 |
CIE-Lab | 54.8657 | 58.2001 | -67.5204 |
#a45efa color RGB value is (164,94,250).
#a45efa hex color red value is 164, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a45efa hue: 0.74 , saturation: 0.94 and the lightness value of a45efa is 0.67.
The process color (four color CMYK) of #a45efa color hex is 0.34, 0.62, 0.00, 0.02. Web safe color of #a45efa is #9966ff. Color #a45efa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01011110 | 11111010 |
Octal | 244 | 136 | 372 |
Decimal | 164 | 94 | 250 |
Hex | A4 | 5E | FA |
Shades of #a45efa
Tints of #a45efa
RGB Percentages of Color #a45efa
CMYK Percentages of Color #a45efa
Complementary Color
#a45efa | #b4fa5e |
#a45efa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45efa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45efa Color CSS Codes
.mybgcolor {background-color:#a45efa; } .myforecolor {color:#a45efa; } .mybordercolor {border:3px solid #a45efa; }
#a45efa Text Font Color
<p style="color:#a45efa">Text here</p>
This sample text font color is #a45efa
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.
#a45efa Background Color
<div style="background-color:#a45efa">
Div content here</div>
This div background color is #a45efa
#a45efa Border Color
<div style="border:3px solid #a45efa">
Div here</div>
This div border color is #a45efa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,94,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45efa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45efa; -webkit-box-shadow: 1px 1px 3px 2px #a45efa; box-shadow: 1px 1px 3px 2px #a45efa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,94,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a45efa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45efa; -webkit-box-shadow: 1px 1px 3px 2px #a45efa; box-shadow: 1px 1px 3px 2px #a45efa;">
Div content here</div>
This div box has shadow with color #a45efa
Comments
No comments written yet.
Please login to write comment.