Color spaces of #a014bd
RGB | 160 | 20 | 189 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.41 |
HSV | 290° | 89° | 74° |
CMYK | 0.15 | 0.89 | 0.00 0.26 |
XYZ | 23.9327 | 11.6480 | 49.1310 |
Yxy | 11.6480 | 0.2825 | 0.1375 |
Hunter Lab | 34.1292 | 65.4451 | -61.4611 |
CIE-Lab | 40.6511 | 71.5480 | -55.7268 |
#a014bd color RGB value is (160,20,189).
#a014bd hex color red value is 160, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a014bd hue: 0.80 , saturation: 0.81 and the lightness value of a014bd is 0.41.
The process color (four color CMYK) of #a014bd color hex is 0.15, 0.89, 0.00, 0.26. Web safe color of #a014bd is #9900cc. Color #a014bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00010100 | 10111101 |
Octal | 240 | 24 | 275 |
Decimal | 160 | 20 | 189 |
Hex | A0 | 14 | BD |
Shades of #a014bd
Tints of #a014bd
RGB Percentages of Color #a014bd
CMYK Percentages of Color #a014bd
Complementary Color
#a014bd | #31bd14 |
#a014bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a014bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a014bd Color CSS Codes
.mybgcolor {background-color:#a014bd; } .myforecolor {color:#a014bd; } .mybordercolor {border:3px solid #a014bd; }
#a014bd Text Font Color
<p style="color:#a014bd">Text here</p>
This sample text font color is #a014bd
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.
#a014bd Background Color
<div style="background-color:#a014bd">
Div content here</div>
This div background color is #a014bd
#a014bd Border Color
<div style="border:3px solid #a014bd">
Div here</div>
This div border color is #a014bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,20,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a014bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a014bd; -webkit-box-shadow: 1px 1px 3px 2px #a014bd; box-shadow: 1px 1px 3px 2px #a014bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,20,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 #a014bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a014bd; -webkit-box-shadow: 1px 1px 3px 2px #a014bd; box-shadow: 1px 1px 3px 2px #a014bd;">
Div content here</div>
This div box has shadow with color #a014bd
Comments
No comments written yet.
Please login to write comment.