Color spaces of #a511cb
RGB | 165 | 17 | 203 |
---|---|---|---|
HSL | 0.80 | 0.85 | 0.43 |
HSV | 288° | 92° | 80° |
CMYK | 0.19 | 0.92 | 0.00 0.20 |
XYZ | 26.4970 | 12.7120 | 57.5570 |
Yxy | 12.7120 | 0.2738 | 0.1314 |
Hunter Lab | 35.6539 | 70.2620 | -70.7557 |
CIE-Lab | 42.3261 | 75.2246 | -61.1500 |
#a511cb color RGB value is (165,17,203).
#a511cb hex color red value is 165, green value is 17 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a511cb hue: 0.80 , saturation: 0.85 and the lightness value of a511cb is 0.43.
The process color (four color CMYK) of #a511cb color hex is 0.19, 0.92, 0.00, 0.20. Web safe color of #a511cb is #9900cc. Color #a511cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00010001 | 11001011 |
Octal | 245 | 21 | 313 |
Decimal | 165 | 17 | 203 |
Hex | A5 | 11 | CB |
Shades of #a511cb
Tints of #a511cb
RGB Percentages of Color #a511cb
CMYK Percentages of Color #a511cb
Complementary Color
#a511cb | #37cb11 |
#a511cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a511cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a511cb Color CSS Codes
.mybgcolor {background-color:#a511cb; } .myforecolor {color:#a511cb; } .mybordercolor {border:3px solid #a511cb; }
#a511cb Text Font Color
<p style="color:#a511cb">Text here</p>
This sample text font color is #a511cb
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.
#a511cb Background Color
<div style="background-color:#a511cb">
Div content here</div>
This div background color is #a511cb
#a511cb Border Color
<div style="border:3px solid #a511cb">
Div here</div>
This div border color is #a511cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,17,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a511cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a511cb; -webkit-box-shadow: 1px 1px 3px 2px #a511cb; box-shadow: 1px 1px 3px 2px #a511cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,17,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a511cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a511cb; -webkit-box-shadow: 1px 1px 3px 2px #a511cb; box-shadow: 1px 1px 3px 2px #a511cb;">
Div content here</div>
This div box has shadow with color #a511cb
Comments
No comments written yet.
Please login to write comment.