Color spaces of #a567ff
RGB | 165 | 103 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.70 |
HSV | 264° | 60° | 100° |
CMYK | 0.35 | 0.60 | 0.00 0.00 |
XYZ | 38.4173 | 24.9198 | 97.3929 |
Yxy | 24.9198 | 0.2390 | 0.1550 |
Hunter Lab | 49.9197 | 50.0107 | -80.7304 |
CIE-Lab | 56.9972 | 55.0428 | -66.8446 |
#a567ff color RGB value is (165,103,255).
#a567ff hex color red value is 165, green value is 103 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a567ff hue: 0.73 , saturation: 1.00 and the lightness value of a567ff is 0.70.
The process color (four color CMYK) of #a567ff color hex is 0.35, 0.60, 0.00, 0.00. Web safe color of #a567ff is #9966ff. Color #a567ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01100111 | 11111111 |
Octal | 245 | 147 | 377 |
Decimal | 165 | 103 | 255 |
Hex | A5 | 67 | FF |
Shades of #a567ff
Tints of #a567ff
RGB Percentages of Color #a567ff
CMYK Percentages of Color #a567ff
Complementary Color
#a567ff | #c1ff67 |
#a567ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a567ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a567ff Color CSS Codes
.mybgcolor {background-color:#a567ff; } .myforecolor {color:#a567ff; } .mybordercolor {border:3px solid #a567ff; }
#a567ff Text Font Color
<p style="color:#a567ff">Text here</p>
This sample text font color is #a567ff
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.
#a567ff Background Color
<div style="background-color:#a567ff">
Div content here</div>
This div background color is #a567ff
#a567ff Border Color
<div style="border:3px solid #a567ff">
Div here</div>
This div border color is #a567ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,103,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a567ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a567ff; -webkit-box-shadow: 1px 1px 3px 2px #a567ff; box-shadow: 1px 1px 3px 2px #a567ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,103,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a567ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a567ff; -webkit-box-shadow: 1px 1px 3px 2px #a567ff; box-shadow: 1px 1px 3px 2px #a567ff;">
Div content here</div>
This div box has shadow with color #a567ff
Comments
No comments written yet.
Please login to write comment.