Color spaces of #a19cbf
RGB | 161 | 156 | 191 |
---|---|---|---|
HSL | 0.69 | 0.21 | 0.68 |
HSV | 249° | 18° | 75° |
CMYK | 0.16 | 0.18 | 0.00 0.25 |
XYZ | 35.9904 | 35.1156 | 54.1713 |
Yxy | 35.1156 | 0.2873 | 0.2803 |
Hunter Lab | 59.2584 | 4.7091 | -12.7193 |
CIE-Lab | 65.8386 | 8.9789 | -17.3761 |
#a19cbf color RGB value is (161,156,191).
#a19cbf hex color red value is 161, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a19cbf hue: 0.69 , saturation: 0.21 and the lightness value of a19cbf is 0.68.
The process color (four color CMYK) of #a19cbf color hex is 0.16, 0.18, 0.00, 0.25. Web safe color of #a19cbf is #9999cc. Color #a19cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10011100 | 10111111 |
Octal | 241 | 234 | 277 |
Decimal | 161 | 156 | 191 |
Hex | A1 | 9C | BF |
Shades of #a19cbf
Tints of #a19cbf
RGB Percentages of Color #a19cbf
CMYK Percentages of Color #a19cbf
Complementary Color
#a19cbf | #babf9c |
#a19cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a19cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a19cbf Color CSS Codes
.mybgcolor {background-color:#a19cbf; } .myforecolor {color:#a19cbf; } .mybordercolor {border:3px solid #a19cbf; }
#a19cbf Text Font Color
<p style="color:#a19cbf">Text here</p>
This sample text font color is #a19cbf
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.
#a19cbf Background Color
<div style="background-color:#a19cbf">
Div content here</div>
This div background color is #a19cbf
#a19cbf Border Color
<div style="border:3px solid #a19cbf">
Div here</div>
This div border color is #a19cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,156,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a19cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a19cbf; -webkit-box-shadow: 1px 1px 3px 2px #a19cbf; box-shadow: 1px 1px 3px 2px #a19cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,156,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a19cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a19cbf; -webkit-box-shadow: 1px 1px 3px 2px #a19cbf; box-shadow: 1px 1px 3px 2px #a19cbf;">
Div content here</div>
This div box has shadow with color #a19cbf
Comments
No comments written yet.
Please login to write comment.