Color spaces of #a0138e
RGB | 160 | 19 | 142 |
---|---|---|---|
HSL | 0.85 | 0.79 | 0.35 |
HSV | 308° | 88° | 63° |
CMYK | 0.00 | 0.88 | 0.11 0.37 |
XYZ | 19.6126 | 9.8923 | 26.4669 |
Yxy | 9.8923 | 0.3504 | 0.1767 |
Hunter Lab | 31.4520 | 56.2665 | -27.8762 |
CIE-Lab | 37.6484 | 64.2192 | -32.3208 |
#a0138e color RGB value is (160,19,142).
#a0138e hex color red value is 160, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0138e hue: 0.85 , saturation: 0.79 and the lightness value of a0138e is 0.35.
The process color (four color CMYK) of #a0138e color hex is 0.00, 0.88, 0.11, 0.37. Web safe color of #a0138e is #990099. Color #a0138e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00010011 | 10001110 |
Octal | 240 | 23 | 216 |
Decimal | 160 | 19 | 142 |
Hex | A0 | 13 | 8E |
Shades of #a0138e
Tints of #a0138e
RGB Percentages of Color #a0138e
CMYK Percentages of Color #a0138e
Complementary Color
#a0138e | #13a025 |
#a0138e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0138e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0138e Color CSS Codes
.mybgcolor {background-color:#a0138e; } .myforecolor {color:#a0138e; } .mybordercolor {border:3px solid #a0138e; }
#a0138e Text Font Color
<p style="color:#a0138e">Text here</p>
This sample text font color is #a0138e
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.
#a0138e Background Color
<div style="background-color:#a0138e">
Div content here</div>
This div background color is #a0138e
#a0138e Border Color
<div style="border:3px solid #a0138e">
Div here</div>
This div border color is #a0138e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,19,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0138e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0138e; -webkit-box-shadow: 1px 1px 3px 2px #a0138e; box-shadow: 1px 1px 3px 2px #a0138e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,19,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0138e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0138e; -webkit-box-shadow: 1px 1px 3px 2px #a0138e; box-shadow: 1px 1px 3px 2px #a0138e;">
Div content here</div>
This div box has shadow with color #a0138e
Comments
No comments written yet.
Please login to write comment.