Color spaces of #a59bbc
RGB | 165 | 155 | 188 |
---|---|---|---|
HSL | 0.72 | 0.20 | 0.67 |
HSV | 258° | 18° | 74° |
CMYK | 0.12 | 0.18 | 0.00 0.26 |
XYZ | 36.3155 | 35.0729 | 52.4327 |
Yxy | 35.0729 | 0.2933 | 0.2833 |
Hunter Lab | 59.2224 | 5.8181 | -11.0369 |
CIE-Lab | 65.8054 | 10.2078 | -15.7194 |
#a59bbc color RGB value is (165,155,188).
#a59bbc hex color red value is 165, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a59bbc hue: 0.72 , saturation: 0.20 and the lightness value of a59bbc is 0.67.
The process color (four color CMYK) of #a59bbc color hex is 0.12, 0.18, 0.00, 0.26. Web safe color of #a59bbc is #9999cc. Color #a59bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011011 | 10111100 |
Octal | 245 | 233 | 274 |
Decimal | 165 | 155 | 188 |
Hex | A5 | 9B | BC |
Shades of #a59bbc
Tints of #a59bbc
RGB Percentages of Color #a59bbc
CMYK Percentages of Color #a59bbc
Complementary Color
#a59bbc | #b2bc9b |
#a59bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a59bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a59bbc Color CSS Codes
.mybgcolor {background-color:#a59bbc; } .myforecolor {color:#a59bbc; } .mybordercolor {border:3px solid #a59bbc; }
#a59bbc Text Font Color
<p style="color:#a59bbc">Text here</p>
This sample text font color is #a59bbc
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.
#a59bbc Background Color
<div style="background-color:#a59bbc">
Div content here</div>
This div background color is #a59bbc
#a59bbc Border Color
<div style="border:3px solid #a59bbc">
Div here</div>
This div border color is #a59bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,155,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a59bbc; -webkit-box-shadow: 1px 1px 3px 2px #a59bbc; box-shadow: 1px 1px 3px 2px #a59bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,155,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 #a59bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a59bbc; -webkit-box-shadow: 1px 1px 3px 2px #a59bbc; box-shadow: 1px 1px 3px 2px #a59bbc;">
Div content here</div>
This div box has shadow with color #a59bbc
Comments
No comments written yet.
Please login to write comment.