Color spaces of #a505bc
RGB | 165 | 5 | 188 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.38 |
HSV | 292° | 97° | 74° |
CMYK | 0.12 | 0.97 | 0.00 0.26 |
XYZ | 24.6484 | 11.7387 | 48.5436 |
Yxy | 11.7387 | 0.2902 | 0.1382 |
Hunter Lab | 34.2618 | 68.4572 | -60.0214 |
CIE-Lab | 40.7978 | 74.0323 | -54.8601 |
#a505bc color RGB value is (165,5,188).
#a505bc hex color red value is 165, green value is 5 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a505bc hue: 0.81 , saturation: 0.95 and the lightness value of a505bc is 0.38.
The process color (four color CMYK) of #a505bc color hex is 0.12, 0.97, 0.00, 0.26. Web safe color of #a505bc is #9900cc. Color #a505bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00000101 | 10111100 |
Octal | 245 | 5 | 274 |
Decimal | 165 | 5 | 188 |
Hex | A5 | 5 | BC |
Shades of #a505bc
Tints of #a505bc
RGB Percentages of Color #a505bc
CMYK Percentages of Color #a505bc
Complementary Color
#a505bc | #1cbc05 |
#a505bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a505bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a505bc Color CSS Codes
.mybgcolor {background-color:#a505bc; } .myforecolor {color:#a505bc; } .mybordercolor {border:3px solid #a505bc; }
#a505bc Text Font Color
<p style="color:#a505bc">Text here</p>
This sample text font color is #a505bc
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.
#a505bc Background Color
<div style="background-color:#a505bc">
Div content here</div>
This div background color is #a505bc
#a505bc Border Color
<div style="border:3px solid #a505bc">
Div here</div>
This div border color is #a505bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,5,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a505bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a505bc; -webkit-box-shadow: 1px 1px 3px 2px #a505bc; box-shadow: 1px 1px 3px 2px #a505bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,5,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a505bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a505bc; -webkit-box-shadow: 1px 1px 3px 2px #a505bc; box-shadow: 1px 1px 3px 2px #a505bc;">
Div content here</div>
This div box has shadow with color #a505bc
Comments
No comments written yet.
Please login to write comment.