Color spaces of #a562ba
RGB | 165 | 98 | 186 |
---|---|---|---|
HSL | 0.79 | 0.39 | 0.56 |
HSV | 286° | 47° | 73° |
CMYK | 0.11 | 0.47 | 0.00 0.27 |
XYZ | 28.7477 | 20.2799 | 48.8536 |
Yxy | 20.2799 | 0.2937 | 0.2072 |
Hunter Lab | 45.0332 | 35.1403 | -32.7966 |
CIE-Lab | 52.1522 | 41.8685 | -35.6081 |
#a562ba color RGB value is (165,98,186).
#a562ba hex color red value is 165, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a562ba hue: 0.79 , saturation: 0.39 and the lightness value of a562ba is 0.56.
The process color (four color CMYK) of #a562ba color hex is 0.11, 0.47, 0.00, 0.27. Web safe color of #a562ba is #9966cc. Color #a562ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01100010 | 10111010 |
Octal | 245 | 142 | 272 |
Decimal | 165 | 98 | 186 |
Hex | A5 | 62 | BA |
Shades of #a562ba
Tints of #a562ba
RGB Percentages of Color #a562ba
CMYK Percentages of Color #a562ba
Complementary Color
#a562ba | #77ba62 |
#a562ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a562ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a562ba Color CSS Codes
.mybgcolor {background-color:#a562ba; } .myforecolor {color:#a562ba; } .mybordercolor {border:3px solid #a562ba; }
#a562ba Text Font Color
<p style="color:#a562ba">Text here</p>
This sample text font color is #a562ba
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.
#a562ba Background Color
<div style="background-color:#a562ba">
Div content here</div>
This div background color is #a562ba
#a562ba Border Color
<div style="border:3px solid #a562ba">
Div here</div>
This div border color is #a562ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,98,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a562ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a562ba; -webkit-box-shadow: 1px 1px 3px 2px #a562ba; box-shadow: 1px 1px 3px 2px #a562ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,98,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a562ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a562ba; -webkit-box-shadow: 1px 1px 3px 2px #a562ba; box-shadow: 1px 1px 3px 2px #a562ba;">
Div content here</div>
This div box has shadow with color #a562ba
Comments
No comments written yet.
Please login to write comment.