Color spaces of #a067cf
RGB | 160 | 103 | 207 |
---|---|---|---|
HSL | 0.76 | 0.52 | 0.61 |
HSV | 273° | 50° | 81° |
CMYK | 0.23 | 0.50 | 0.00 0.19 |
XYZ | 30.6099 | 21.6791 | 61.6026 |
Yxy | 21.6791 | 0.2688 | 0.1903 |
Hunter Lab | 46.5608 | 35.8676 | -45.8515 |
CIE-Lab | 53.6849 | 42.3582 | -45.2692 |
#a067cf color RGB value is (160,103,207).
#a067cf hex color red value is 160, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a067cf hue: 0.76 , saturation: 0.52 and the lightness value of a067cf is 0.61.
The process color (four color CMYK) of #a067cf color hex is 0.23, 0.50, 0.00, 0.19. Web safe color of #a067cf is #9966cc. Color #a067cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01100111 | 11001111 |
Octal | 240 | 147 | 317 |
Decimal | 160 | 103 | 207 |
Hex | A0 | 67 | CF |
Shades of #a067cf
Tints of #a067cf
RGB Percentages of Color #a067cf
CMYK Percentages of Color #a067cf
Complementary Color
#a067cf | #96cf67 |
#a067cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a067cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a067cf Color CSS Codes
.mybgcolor {background-color:#a067cf; } .myforecolor {color:#a067cf; } .mybordercolor {border:3px solid #a067cf; }
#a067cf Text Font Color
<p style="color:#a067cf">Text here</p>
This sample text font color is #a067cf
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.
#a067cf Background Color
<div style="background-color:#a067cf">
Div content here</div>
This div background color is #a067cf
#a067cf Border Color
<div style="border:3px solid #a067cf">
Div here</div>
This div border color is #a067cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,103,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a067cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a067cf; -webkit-box-shadow: 1px 1px 3px 2px #a067cf; box-shadow: 1px 1px 3px 2px #a067cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,103,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a067cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a067cf; -webkit-box-shadow: 1px 1px 3px 2px #a067cf; box-shadow: 1px 1px 3px 2px #a067cf;">
Div content here</div>
This div box has shadow with color #a067cf
Comments
No comments written yet.
Please login to write comment.