Color spaces of #a094ca
RGB | 160 | 148 | 202 |
---|---|---|---|
HSL | 0.70 | 0.34 | 0.69 |
HSV | 253° | 27° | 79° |
CMYK | 0.21 | 0.27 | 0.00 0.21 |
XYZ | 35.7478 | 32.9177 | 60.3467 |
Yxy | 32.9177 | 0.2771 | 0.2552 |
Hunter Lab | 57.3739 | 10.8130 | -22.2003 |
CIE-Lab | 64.0942 | 15.6830 | -26.1902 |
#a094ca color RGB value is (160,148,202).
#a094ca hex color red value is 160, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a094ca hue: 0.70 , saturation: 0.34 and the lightness value of a094ca is 0.69.
The process color (four color CMYK) of #a094ca color hex is 0.21, 0.27, 0.00, 0.21. Web safe color of #a094ca is #9999cc. Color #a094ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010100 | 11001010 |
Octal | 240 | 224 | 312 |
Decimal | 160 | 148 | 202 |
Hex | A0 | 94 | CA |
Shades of #a094ca
Tints of #a094ca
RGB Percentages of Color #a094ca
CMYK Percentages of Color #a094ca
Complementary Color
#a094ca | #beca94 |
#a094ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a094ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a094ca Color CSS Codes
.mybgcolor {background-color:#a094ca; } .myforecolor {color:#a094ca; } .mybordercolor {border:3px solid #a094ca; }
#a094ca Text Font Color
<p style="color:#a094ca">Text here</p>
This sample text font color is #a094ca
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.
#a094ca Background Color
<div style="background-color:#a094ca">
Div content here</div>
This div background color is #a094ca
#a094ca Border Color
<div style="border:3px solid #a094ca">
Div here</div>
This div border color is #a094ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,148,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a094ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a094ca; -webkit-box-shadow: 1px 1px 3px 2px #a094ca; box-shadow: 1px 1px 3px 2px #a094ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,148,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 #a094ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a094ca; -webkit-box-shadow: 1px 1px 3px 2px #a094ca; box-shadow: 1px 1px 3px 2px #a094ca;">
Div content here</div>
This div box has shadow with color #a094ca
Comments
No comments written yet.
Please login to write comment.