Color spaces of #a19cdc
RGB | 161 | 156 | 220 |
---|---|---|---|
HSL | 0.68 | 0.48 | 0.74 |
HSV | 245° | 29° | 86° |
CMYK | 0.27 | 0.29 | 0.00 0.14 |
XYZ | 39.5047 | 36.5213 | 72.6773 |
Yxy | 36.5213 | 0.2657 | 0.2456 |
Hunter Lab | 60.4329 | 10.9272 | -28.9999 |
CIE-Lab | 66.9163 | 15.7434 | -31.8280 |
#a19cdc color RGB value is (161,156,220).
#a19cdc hex color red value is 161, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a19cdc hue: 0.68 , saturation: 0.48 and the lightness value of a19cdc is 0.74.
The process color (four color CMYK) of #a19cdc color hex is 0.27, 0.29, 0.00, 0.14. Web safe color of #a19cdc is #9999cc. Color #a19cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10011100 | 11011100 |
Octal | 241 | 234 | 334 |
Decimal | 161 | 156 | 220 |
Hex | A1 | 9C | DC |
Shades of #a19cdc
Tints of #a19cdc
RGB Percentages of Color #a19cdc
CMYK Percentages of Color #a19cdc
Complementary Color
#a19cdc | #d7dc9c |
#a19cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a19cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a19cdc Color CSS Codes
.mybgcolor {background-color:#a19cdc; } .myforecolor {color:#a19cdc; } .mybordercolor {border:3px solid #a19cdc; }
#a19cdc Text Font Color
<p style="color:#a19cdc">Text here</p>
This sample text font color is #a19cdc
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.
#a19cdc Background Color
<div style="background-color:#a19cdc">
Div content here</div>
This div background color is #a19cdc
#a19cdc Border Color
<div style="border:3px solid #a19cdc">
Div here</div>
This div border color is #a19cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,156,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a19cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a19cdc; -webkit-box-shadow: 1px 1px 3px 2px #a19cdc; box-shadow: 1px 1px 3px 2px #a19cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,156,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a19cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a19cdc; -webkit-box-shadow: 1px 1px 3px 2px #a19cdc; box-shadow: 1px 1px 3px 2px #a19cdc;">
Div content here</div>
This div box has shadow with color #a19cdc
Comments
No comments written yet.
Please login to write comment.