Color spaces of #8c139e
RGB | 140 | 19 | 158 |
---|---|---|---|
HSL | 0.81 | 0.79 | 0.35 |
HSV | 292° | 88° | 62° |
CMYK | 0.11 | 0.88 | 0.00 0.38 |
XYZ | 17.2196 | 8.5098 | 33.0827 |
Yxy | 8.5098 | 0.2928 | 0.1447 |
Hunter Lab | 29.1716 | 54.3160 | -46.8191 |
CIE-Lab | 35.0228 | 62.9949 | -46.4846 |
#8c139e color RGB value is (140,19,158).
#8c139e hex color red value is 140, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8c139e hue: 0.81 , saturation: 0.79 and the lightness value of 8c139e is 0.35.
The process color (four color CMYK) of #8c139e color hex is 0.11, 0.88, 0.00, 0.38. Web safe color of #8c139e is #990099. Color #8c139e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 00010011 | 10011110 |
Octal | 214 | 23 | 236 |
Decimal | 140 | 19 | 158 |
Hex | 8C | 13 | 9E |
Shades of #8c139e
Tints of #8c139e
RGB Percentages of Color #8c139e
CMYK Percentages of Color #8c139e
Complementary Color
#8c139e | #259e13 |
#8c139e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8c139e Color Preview on White Background
Lorem ipsum dolor sit amet.
#8c139e Color CSS Codes
.mybgcolor {background-color:#8c139e; } .myforecolor {color:#8c139e; } .mybordercolor {border:3px solid #8c139e; }
#8c139e Text Font Color
<p style="color:#8c139e">Text here</p>
This sample text font color is #8c139e
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.
#8c139e Background Color
<div style="background-color:#8c139e">
Div content here</div>
This div background color is #8c139e
#8c139e Border Color
<div style="border:3px solid #8c139e">
Div here</div>
This div border color is #8c139e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,19,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8c139e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8c139e; -webkit-box-shadow: 1px 1px 3px 2px #8c139e; box-shadow: 1px 1px 3px 2px #8c139e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,19,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8c139e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8c139e; -webkit-box-shadow: 1px 1px 3px 2px #8c139e; box-shadow: 1px 1px 3px 2px #8c139e;">
Div content here</div>
This div box has shadow with color #8c139e
Comments
No comments written yet.
Please login to write comment.