Color spaces of #a468ec
RGB | 164 | 104 | 236 |
---|---|---|---|
HSL | 0.74 | 0.78 | 0.67 |
HSV | 267° | 56° | 93° |
CMYK | 0.31 | 0.56 | 0.00 0.07 |
XYZ | 35.4005 | 23.8493 | 82.0944 |
Yxy | 23.8493 | 0.2505 | 0.1687 |
Hunter Lab | 48.8357 | 43.9302 | -65.4833 |
CIE-Lab | 55.9366 | 49.6726 | -58.0034 |
#a468ec color RGB value is (164,104,236).
#a468ec hex color red value is 164, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a468ec hue: 0.74 , saturation: 0.78 and the lightness value of a468ec is 0.67.
The process color (four color CMYK) of #a468ec color hex is 0.31, 0.56, 0.00, 0.07. Web safe color of #a468ec is #9966ff. Color #a468ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01101000 | 11101100 |
Octal | 244 | 150 | 354 |
Decimal | 164 | 104 | 236 |
Hex | A4 | 68 | EC |
Shades of #a468ec
Tints of #a468ec
RGB Percentages of Color #a468ec
CMYK Percentages of Color #a468ec
Complementary Color
#a468ec | #b0ec68 |
#a468ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a468ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a468ec Color CSS Codes
.mybgcolor {background-color:#a468ec; } .myforecolor {color:#a468ec; } .mybordercolor {border:3px solid #a468ec; }
#a468ec Text Font Color
<p style="color:#a468ec">Text here</p>
This sample text font color is #a468ec
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.
#a468ec Background Color
<div style="background-color:#a468ec">
Div content here</div>
This div background color is #a468ec
#a468ec Border Color
<div style="border:3px solid #a468ec">
Div here</div>
This div border color is #a468ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,104,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a468ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a468ec; -webkit-box-shadow: 1px 1px 3px 2px #a468ec; box-shadow: 1px 1px 3px 2px #a468ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,104,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a468ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a468ec; -webkit-box-shadow: 1px 1px 3px 2px #a468ec; box-shadow: 1px 1px 3px 2px #a468ec;">
Div content here</div>
This div box has shadow with color #a468ec
Comments
No comments written yet.
Please login to write comment.