Color spaces of #a55cbc
RGB | 165 | 92 | 188 |
---|---|---|---|
HSL | 0.79 | 0.42 | 0.55 |
HSV | 286° | 51° | 74° |
CMYK | 0.12 | 0.51 | 0.00 0.26 |
XYZ | 28.4213 | 19.2845 | 49.8013 |
Yxy | 19.2845 | 0.2915 | 0.1978 |
Hunter Lab | 43.9141 | 38.6758 | -36.4986 |
CIE-Lab | 51.0184 | 45.4805 | -38.5466 |
#a55cbc color RGB value is (165,92,188).
#a55cbc hex color red value is 165, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a55cbc hue: 0.79 , saturation: 0.42 and the lightness value of a55cbc is 0.55.
The process color (four color CMYK) of #a55cbc color hex is 0.12, 0.51, 0.00, 0.26. Web safe color of #a55cbc is #9966cc. Color #a55cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01011100 | 10111100 |
Octal | 245 | 134 | 274 |
Decimal | 165 | 92 | 188 |
Hex | A5 | 5C | BC |
Shades of #a55cbc
Tints of #a55cbc
RGB Percentages of Color #a55cbc
CMYK Percentages of Color #a55cbc
Complementary Color
#a55cbc | #73bc5c |
#a55cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a55cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a55cbc Color CSS Codes
.mybgcolor {background-color:#a55cbc; } .myforecolor {color:#a55cbc; } .mybordercolor {border:3px solid #a55cbc; }
#a55cbc Text Font Color
<p style="color:#a55cbc">Text here</p>
This sample text font color is #a55cbc
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.
#a55cbc Background Color
<div style="background-color:#a55cbc">
Div content here</div>
This div background color is #a55cbc
#a55cbc Border Color
<div style="border:3px solid #a55cbc">
Div here</div>
This div border color is #a55cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,92,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a55cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a55cbc; -webkit-box-shadow: 1px 1px 3px 2px #a55cbc; box-shadow: 1px 1px 3px 2px #a55cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,92,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 #a55cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a55cbc; -webkit-box-shadow: 1px 1px 3px 2px #a55cbc; box-shadow: 1px 1px 3px 2px #a55cbc;">
Div content here</div>
This div box has shadow with color #a55cbc
Comments
No comments written yet.
Please login to write comment.