Color spaces of #a762da
RGB | 167 | 98 | 218 |
---|---|---|---|
HSL | 0.76 | 0.62 | 0.62 |
HSV | 275° | 55° | 85° |
CMYK | 0.23 | 0.55 | 0.00 0.15 |
XYZ | 32.9589 | 22.0128 | 68.8414 |
Yxy | 22.0128 | 0.2662 | 0.1778 |
Hunter Lab | 46.9178 | 43.2868 | -54.1524 |
CIE-Lab | 54.0406 | 49.3766 | -50.8967 |
#a762da color RGB value is (167,98,218).
#a762da hex color red value is 167, green value is 98 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a762da hue: 0.76 , saturation: 0.62 and the lightness value of a762da is 0.62.
The process color (four color CMYK) of #a762da color hex is 0.23, 0.55, 0.00, 0.15. Web safe color of #a762da is #9966cc. Color #a762da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01100010 | 11011010 |
Octal | 247 | 142 | 332 |
Decimal | 167 | 98 | 218 |
Hex | A7 | 62 | DA |
Shades of #a762da
Tints of #a762da
RGB Percentages of Color #a762da
CMYK Percentages of Color #a762da
Complementary Color
#a762da | #95da62 |
#a762da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a762da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a762da Color CSS Codes
.mybgcolor {background-color:#a762da; } .myforecolor {color:#a762da; } .mybordercolor {border:3px solid #a762da; }
#a762da Text Font Color
<p style="color:#a762da">Text here</p>
This sample text font color is #a762da
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.
#a762da Background Color
<div style="background-color:#a762da">
Div content here</div>
This div background color is #a762da
#a762da Border Color
<div style="border:3px solid #a762da">
Div here</div>
This div border color is #a762da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,98,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a762da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a762da; -webkit-box-shadow: 1px 1px 3px 2px #a762da; box-shadow: 1px 1px 3px 2px #a762da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,98,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a762da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a762da; -webkit-box-shadow: 1px 1px 3px 2px #a762da; box-shadow: 1px 1px 3px 2px #a762da;">
Div content here</div>
This div box has shadow with color #a762da
Comments
No comments written yet.
Please login to write comment.