Color spaces of #a139cc
RGB | 161 | 57 | 204 |
---|---|---|---|
HSL | 0.78 | 0.59 | 0.51 |
HSV | 282° | 72° | 80° |
CMYK | 0.21 | 0.72 | 0.00 0.20 |
XYZ | 27.0602 | 14.8630 | 58.5693 |
Yxy | 14.8630 | 0.2693 | 0.1479 |
Hunter Lab | 38.5526 | 57.8229 | -63.0870 |
CIE-Lab | 45.4460 | 64.0747 | -56.7134 |
#a139cc color RGB value is (161,57,204).
#a139cc hex color red value is 161, green value is 57 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a139cc hue: 0.78 , saturation: 0.59 and the lightness value of a139cc is 0.51.
The process color (four color CMYK) of #a139cc color hex is 0.21, 0.72, 0.00, 0.20. Web safe color of #a139cc is #9933cc. Color #a139cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00111001 | 11001100 |
Octal | 241 | 71 | 314 |
Decimal | 161 | 57 | 204 |
Hex | A1 | 39 | CC |
Shades of #a139cc
Tints of #a139cc
RGB Percentages of Color #a139cc
CMYK Percentages of Color #a139cc
Complementary Color
#a139cc | #64cc39 |
#a139cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a139cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a139cc Color CSS Codes
.mybgcolor {background-color:#a139cc; } .myforecolor {color:#a139cc; } .mybordercolor {border:3px solid #a139cc; }
#a139cc Text Font Color
<p style="color:#a139cc">Text here</p>
This sample text font color is #a139cc
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.
#a139cc Background Color
<div style="background-color:#a139cc">
Div content here</div>
This div background color is #a139cc
#a139cc Border Color
<div style="border:3px solid #a139cc">
Div here</div>
This div border color is #a139cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,57,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a139cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a139cc; -webkit-box-shadow: 1px 1px 3px 2px #a139cc; box-shadow: 1px 1px 3px 2px #a139cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,57,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a139cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a139cc; -webkit-box-shadow: 1px 1px 3px 2px #a139cc; box-shadow: 1px 1px 3px 2px #a139cc;">
Div content here</div>
This div box has shadow with color #a139cc
Comments
No comments written yet.
Please login to write comment.