Color spaces of #a089ca
RGB | 160 | 137 | 202 |
---|---|---|---|
HSL | 0.73 | 0.38 | 0.66 |
HSV | 261° | 32° | 79° |
CMYK | 0.21 | 0.32 | 0.00 0.21 |
XYZ | 34.1035 | 29.6292 | 59.7987 |
Yxy | 29.6292 | 0.2761 | 0.2399 |
Hunter Lab | 54.4327 | 16.5776 | -27.0319 |
CIE-Lab | 61.3330 | 21.9642 | -30.4522 |
#a089ca color RGB value is (160,137,202).
#a089ca hex color red value is 160, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a089ca hue: 0.73 , saturation: 0.38 and the lightness value of a089ca is 0.66.
The process color (four color CMYK) of #a089ca color hex is 0.21, 0.32, 0.00, 0.21. Web safe color of #a089ca is #9999cc. Color #a089ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10001001 | 11001010 |
Octal | 240 | 211 | 312 |
Decimal | 160 | 137 | 202 |
Hex | A0 | 89 | CA |
Shades of #a089ca
Tints of #a089ca
RGB Percentages of Color #a089ca
CMYK Percentages of Color #a089ca
Complementary Color
#a089ca | #b3ca89 |
#a089ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a089ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a089ca Color CSS Codes
.mybgcolor {background-color:#a089ca; } .myforecolor {color:#a089ca; } .mybordercolor {border:3px solid #a089ca; }
#a089ca Text Font Color
<p style="color:#a089ca">Text here</p>
This sample text font color is #a089ca
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.
#a089ca Background Color
<div style="background-color:#a089ca">
Div content here</div>
This div background color is #a089ca
#a089ca Border Color
<div style="border:3px solid #a089ca">
Div here</div>
This div border color is #a089ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,137,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a089ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a089ca; -webkit-box-shadow: 1px 1px 3px 2px #a089ca; box-shadow: 1px 1px 3px 2px #a089ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,137,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 #a089ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a089ca; -webkit-box-shadow: 1px 1px 3px 2px #a089ca; box-shadow: 1px 1px 3px 2px #a089ca;">
Div content here</div>
This div box has shadow with color #a089ca
Comments
No comments written yet.
Please login to write comment.