Color spaces of #a55bca
RGB | 165 | 91 | 202 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.57 |
HSV | 280° | 55° | 79° |
CMYK | 0.18 | 0.55 | 0.00 0.21 |
XYZ | 29.9188 | 19.7458 | 58.1115 |
Yxy | 19.7458 | 0.2776 | 0.1832 |
Hunter Lab | 44.4362 | 42.4201 | -46.4311 |
CIE-Lab | 51.5486 | 48.9673 | -45.7667 |
#a55bca color RGB value is (165,91,202).
#a55bca hex color red value is 165, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a55bca hue: 0.78 , saturation: 0.51 and the lightness value of a55bca is 0.57.
The process color (four color CMYK) of #a55bca color hex is 0.18, 0.55, 0.00, 0.21. Web safe color of #a55bca is #9966cc. Color #a55bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01011011 | 11001010 |
Octal | 245 | 133 | 312 |
Decimal | 165 | 91 | 202 |
Hex | A5 | 5B | CA |
Shades of #a55bca
Tints of #a55bca
RGB Percentages of Color #a55bca
CMYK Percentages of Color #a55bca
Complementary Color
#a55bca | #80ca5b |
#a55bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a55bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a55bca Color CSS Codes
.mybgcolor {background-color:#a55bca; } .myforecolor {color:#a55bca; } .mybordercolor {border:3px solid #a55bca; }
#a55bca Text Font Color
<p style="color:#a55bca">Text here</p>
This sample text font color is #a55bca
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.
#a55bca Background Color
<div style="background-color:#a55bca">
Div content here</div>
This div background color is #a55bca
#a55bca Border Color
<div style="border:3px solid #a55bca">
Div here</div>
This div border color is #a55bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,91,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a55bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a55bca; -webkit-box-shadow: 1px 1px 3px 2px #a55bca; box-shadow: 1px 1px 3px 2px #a55bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,91,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a55bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a55bca; -webkit-box-shadow: 1px 1px 3px 2px #a55bca; box-shadow: 1px 1px 3px 2px #a55bca;">
Div content here</div>
This div box has shadow with color #a55bca
Comments
No comments written yet.
Please login to write comment.