Color spaces of #a09dbc
RGB | 160 | 157 | 188 |
---|---|---|---|
HSL | 0.68 | 0.19 | 0.68 |
HSV | 246° | 16° | 74° |
CMYK | 0.15 | 0.16 | 0.00 0.26 |
XYZ | 35.6313 | 35.2184 | 52.4968 |
Yxy | 35.2184 | 0.2889 | 0.2855 |
Hunter Lab | 59.3451 | 3.3190 | -10.9065 |
CIE-Lab | 65.9184 | 7.4279 | -15.5885 |
#a09dbc color RGB value is (160,157,188).
#a09dbc hex color red value is 160, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a09dbc hue: 0.68 , saturation: 0.19 and the lightness value of a09dbc is 0.68.
The process color (four color CMYK) of #a09dbc color hex is 0.15, 0.16, 0.00, 0.26. Web safe color of #a09dbc is #9999cc. Color #a09dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10011101 | 10111100 |
Octal | 240 | 235 | 274 |
Decimal | 160 | 157 | 188 |
Hex | A0 | 9D | BC |
Shades of #a09dbc
Tints of #a09dbc
RGB Percentages of Color #a09dbc
CMYK Percentages of Color #a09dbc
Complementary Color
#a09dbc | #b9bc9d |
#a09dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09dbc Color CSS Codes
.mybgcolor {background-color:#a09dbc; } .myforecolor {color:#a09dbc; } .mybordercolor {border:3px solid #a09dbc; }
#a09dbc Text Font Color
<p style="color:#a09dbc">Text here</p>
This sample text font color is #a09dbc
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.
#a09dbc Background Color
<div style="background-color:#a09dbc">
Div content here</div>
This div background color is #a09dbc
#a09dbc Border Color
<div style="border:3px solid #a09dbc">
Div here</div>
This div border color is #a09dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,157,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09dbc; -webkit-box-shadow: 1px 1px 3px 2px #a09dbc; box-shadow: 1px 1px 3px 2px #a09dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,157,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 #a09dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09dbc; -webkit-box-shadow: 1px 1px 3px 2px #a09dbc; box-shadow: 1px 1px 3px 2px #a09dbc;">
Div content here</div>
This div box has shadow with color #a09dbc
Comments
No comments written yet.
Please login to write comment.