Color spaces of #a080cb
RGB | 160 | 128 | 203 |
---|---|---|---|
HSL | 0.74 | 0.42 | 0.65 |
HSV | 266° | 37° | 80° |
CMYK | 0.21 | 0.37 | 0.00 0.20 |
XYZ | 32.9959 | 27.2237 | 60.0155 |
Yxy | 27.2237 | 0.2744 | 0.2264 |
Hunter Lab | 52.1763 | 21.5734 | -31.6745 |
CIE-Lab | 59.1808 | 27.3519 | -34.3605 |
#a080cb color RGB value is (160,128,203).
#a080cb hex color red value is 160, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a080cb hue: 0.74 , saturation: 0.42 and the lightness value of a080cb is 0.65.
The process color (four color CMYK) of #a080cb color hex is 0.21, 0.37, 0.00, 0.20. Web safe color of #a080cb is #9999cc. Color #a080cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10000000 | 11001011 |
Octal | 240 | 200 | 313 |
Decimal | 160 | 128 | 203 |
Hex | A0 | 80 | CB |
Shades of #a080cb
Tints of #a080cb
RGB Percentages of Color #a080cb
CMYK Percentages of Color #a080cb
Complementary Color
#a080cb | #abcb80 |
#a080cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a080cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a080cb Color CSS Codes
.mybgcolor {background-color:#a080cb; } .myforecolor {color:#a080cb; } .mybordercolor {border:3px solid #a080cb; }
#a080cb Text Font Color
<p style="color:#a080cb">Text here</p>
This sample text font color is #a080cb
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.
#a080cb Background Color
<div style="background-color:#a080cb">
Div content here</div>
This div background color is #a080cb
#a080cb Border Color
<div style="border:3px solid #a080cb">
Div here</div>
This div border color is #a080cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,128,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a080cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a080cb; -webkit-box-shadow: 1px 1px 3px 2px #a080cb; box-shadow: 1px 1px 3px 2px #a080cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,128,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a080cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a080cb; -webkit-box-shadow: 1px 1px 3px 2px #a080cb; box-shadow: 1px 1px 3px 2px #a080cb;">
Div content here</div>
This div box has shadow with color #a080cb
Comments
No comments written yet.
Please login to write comment.