Color spaces of #a19fca
RGB | 161 | 159 | 202 |
---|---|---|---|
HSL | 0.67 | 0.29 | 0.71 |
HSV | 243° | 21° | 79° |
CMYK | 0.20 | 0.21 | 0.00 0.21 |
XYZ | 37.7567 | 36.6376 | 60.9589 |
Yxy | 36.6376 | 0.2789 | 0.2707 |
Hunter Lab | 60.5290 | 5.4187 | -17.3408 |
CIE-Lab | 67.0042 | 9.7777 | -21.7266 |
#a19fca color RGB value is (161,159,202).
#a19fca hex color red value is 161, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a19fca hue: 0.67 , saturation: 0.29 and the lightness value of a19fca is 0.71.
The process color (four color CMYK) of #a19fca color hex is 0.20, 0.21, 0.00, 0.21. Web safe color of #a19fca is #9999cc. Color #a19fca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10011111 | 11001010 |
Octal | 241 | 237 | 312 |
Decimal | 161 | 159 | 202 |
Hex | A1 | 9F | CA |
Shades of #a19fca
Tints of #a19fca
RGB Percentages of Color #a19fca
CMYK Percentages of Color #a19fca
Complementary Color
#a19fca | #c8ca9f |
#a19fca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a19fca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a19fca Color CSS Codes
.mybgcolor {background-color:#a19fca; } .myforecolor {color:#a19fca; } .mybordercolor {border:3px solid #a19fca; }
#a19fca Text Font Color
<p style="color:#a19fca">Text here</p>
This sample text font color is #a19fca
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.
#a19fca Background Color
<div style="background-color:#a19fca">
Div content here</div>
This div background color is #a19fca
#a19fca Border Color
<div style="border:3px solid #a19fca">
Div here</div>
This div border color is #a19fca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,159,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a19fca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a19fca; -webkit-box-shadow: 1px 1px 3px 2px #a19fca; box-shadow: 1px 1px 3px 2px #a19fca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,159,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a19fca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a19fca; -webkit-box-shadow: 1px 1px 3px 2px #a19fca; box-shadow: 1px 1px 3px 2px #a19fca;">
Div content here</div>
This div box has shadow with color #a19fca
Comments
No comments written yet.
Please login to write comment.