Color spaces of #a073bd
RGB | 160 | 115 | 189 |
---|---|---|---|
HSL | 0.77 | 0.36 | 0.60 |
HSV | 276° | 39° | 74° |
CMYK | 0.15 | 0.39 | 0.00 0.26 |
XYZ | 29.8132 | 23.4092 | 51.0912 |
Yxy | 23.4092 | 0.2858 | 0.2244 |
Hunter Lab | 48.3831 | 25.3197 | -28.7405 |
CIE-Lab | 55.4914 | 31.5720 | -32.1537 |
#a073bd color RGB value is (160,115,189).
#a073bd hex color red value is 160, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a073bd hue: 0.77 , saturation: 0.36 and the lightness value of a073bd is 0.60.
The process color (four color CMYK) of #a073bd color hex is 0.15, 0.39, 0.00, 0.26. Web safe color of #a073bd is #9966cc. Color #a073bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01110011 | 10111101 |
Octal | 240 | 163 | 275 |
Decimal | 160 | 115 | 189 |
Hex | A0 | 73 | BD |
Shades of #a073bd
Tints of #a073bd
RGB Percentages of Color #a073bd
CMYK Percentages of Color #a073bd
Complementary Color
#a073bd | #90bd73 |
#a073bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a073bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a073bd Color CSS Codes
.mybgcolor {background-color:#a073bd; } .myforecolor {color:#a073bd; } .mybordercolor {border:3px solid #a073bd; }
#a073bd Text Font Color
<p style="color:#a073bd">Text here</p>
This sample text font color is #a073bd
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.
#a073bd Background Color
<div style="background-color:#a073bd">
Div content here</div>
This div background color is #a073bd
#a073bd Border Color
<div style="border:3px solid #a073bd">
Div here</div>
This div border color is #a073bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,115,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a073bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a073bd; -webkit-box-shadow: 1px 1px 3px 2px #a073bd; box-shadow: 1px 1px 3px 2px #a073bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,115,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a073bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a073bd; -webkit-box-shadow: 1px 1px 3px 2px #a073bd; box-shadow: 1px 1px 3px 2px #a073bd;">
Div content here</div>
This div box has shadow with color #a073bd
Comments
No comments written yet.
Please login to write comment.