Color spaces of #8c237e
RGB | 140 | 35 | 126 |
---|---|---|---|
HSL | 0.86 | 0.60 | 0.34 |
HSV | 308° | 75° | 55° |
CMYK | 0.00 | 0.75 | 0.10 0.45 |
XYZ | 15.1821 | 8.2839 | 20.5374 |
Yxy | 8.2839 | 0.3450 | 0.1883 |
Hunter Lab | 28.7818 | 43.7889 | -22.1595 |
CIE-Lab | 34.5673 | 53.3280 | -27.5137 |
#8c237e color RGB value is (140,35,126).
#8c237e hex color red value is 140, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8c237e hue: 0.86 , saturation: 0.60 and the lightness value of 8c237e is 0.34.
The process color (four color CMYK) of #8c237e color hex is 0.00, 0.75, 0.10, 0.45. Web safe color of #8c237e is #993366. Color #8c237e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 00100011 | 01111110 |
Octal | 214 | 43 | 176 |
Decimal | 140 | 35 | 126 |
Hex | 8C | 23 | 7E |
Shades of #8c237e
Tints of #8c237e
RGB Percentages of Color #8c237e
CMYK Percentages of Color #8c237e
Complementary Color
#8c237e | #238c31 |
#8c237e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8c237e Color Preview on White Background
Lorem ipsum dolor sit amet.
#8c237e Color CSS Codes
.mybgcolor {background-color:#8c237e; } .myforecolor {color:#8c237e; } .mybordercolor {border:3px solid #8c237e; }
#8c237e Text Font Color
<p style="color:#8c237e">Text here</p>
This sample text font color is #8c237e
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.
#8c237e Background Color
<div style="background-color:#8c237e">
Div content here</div>
This div background color is #8c237e
#8c237e Border Color
<div style="border:3px solid #8c237e">
Div here</div>
This div border color is #8c237e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,35,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8c237e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8c237e; -webkit-box-shadow: 1px 1px 3px 2px #8c237e; box-shadow: 1px 1px 3px 2px #8c237e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,35,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8c237e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8c237e; -webkit-box-shadow: 1px 1px 3px 2px #8c237e; box-shadow: 1px 1px 3px 2px #8c237e;">
Div content here</div>
This div box has shadow with color #8c237e
Comments
No comments written yet.
Please login to write comment.