Color spaces of #8c254e
RGB | 140 | 37 | 78 |
---|---|---|---|
HSL | 0.93 | 0.58 | 0.35 |
HSV | 336° | 74° | 55° |
CMYK | 0.00 | 0.74 | 0.44 0.45 |
XYZ | 12.8519 | 7.4486 | 7.9681 |
Yxy | 7.4486 | 0.4546 | 0.2635 |
Hunter Lab | 27.2921 | 36.2947 | 1.7944 |
CIE-Lab | 32.8071 | 46.2579 | 0.4946 |
#8c254e color RGB value is (140,37,78).
#8c254e hex color red value is 140, green value is 37 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8c254e hue: 0.93 , saturation: 0.58 and the lightness value of 8c254e is 0.35.
The process color (four color CMYK) of #8c254e color hex is 0.00, 0.74, 0.44, 0.45. Web safe color of #8c254e is #993366. Color #8c254e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 00100101 | 01001110 |
Octal | 214 | 45 | 116 |
Decimal | 140 | 37 | 78 |
Hex | 8C | 25 | 4E |
Shades of #8c254e
Tints of #8c254e
RGB Percentages of Color #8c254e
CMYK Percentages of Color #8c254e
Complementary Color
#8c254e | #258c63 |
#8c254e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8c254e Color Preview on White Background
Lorem ipsum dolor sit amet.
#8c254e Color CSS Codes
.mybgcolor {background-color:#8c254e; } .myforecolor {color:#8c254e; } .mybordercolor {border:3px solid #8c254e; }
#8c254e Text Font Color
<p style="color:#8c254e">Text here</p>
This sample text font color is #8c254e
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.
#8c254e Background Color
<div style="background-color:#8c254e">
Div content here</div>
This div background color is #8c254e
#8c254e Border Color
<div style="border:3px solid #8c254e">
Div here</div>
This div border color is #8c254e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,37,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8c254e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8c254e; -webkit-box-shadow: 1px 1px 3px 2px #8c254e; box-shadow: 1px 1px 3px 2px #8c254e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,37,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8c254e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8c254e; -webkit-box-shadow: 1px 1px 3px 2px #8c254e; box-shadow: 1px 1px 3px 2px #8c254e;">
Div content here</div>
This div box has shadow with color #8c254e
Comments
No comments written yet.
Please login to write comment.