Color spaces of #731746
RGB | 115 | 23 | 70 |
---|---|---|---|
HSL | 0.91 | 0.67 | 0.27 |
HSV | 329° | 80° | 45° |
CMYK | 0.00 | 0.80 | 0.39 0.55 |
XYZ | 8.4821 | 4.6998 | 6.2545 |
Yxy | 4.6998 | 0.4364 | 0.2418 |
Hunter Lab | 21.6790 | 31.9013 | -1.9301 |
CIE-Lab | 25.8618 | 42.9999 | -4.9931 |
#731746 color RGB value is (115,23,70).
#731746 hex color red value is 115, green value is 23 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #731746 hue: 0.91 , saturation: 0.67 and the lightness value of 731746 is 0.27.
The process color (four color CMYK) of #731746 color hex is 0.00, 0.80, 0.39, 0.55. Web safe color of #731746 is #660033. Color #731746 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00010111 | 01000110 |
Octal | 163 | 27 | 106 |
Decimal | 115 | 23 | 70 |
Hex | 73 | 17 | 46 |
Shades of #731746
Tints of #731746
RGB Percentages of Color #731746
CMYK Percentages of Color #731746
Complementary Color
#731746 | #177344 |
#731746 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#731746 Color Preview on White Background
Lorem ipsum dolor sit amet.
#731746 Color CSS Codes
.mybgcolor {background-color:#731746; } .myforecolor {color:#731746; } .mybordercolor {border:3px solid #731746; }
#731746 Text Font Color
<p style="color:#731746">Text here</p>
This sample text font color is #731746
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.
#731746 Background Color
<div style="background-color:#731746">
Div content here</div>
This div background color is #731746
#731746 Border Color
<div style="border:3px solid #731746">
Div here</div>
This div border color is #731746
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,23,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #731746; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #731746; -webkit-box-shadow: 1px 1px 3px 2px #731746; box-shadow: 1px 1px 3px 2px #731746; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,23,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #731746">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #731746; -webkit-box-shadow: 1px 1px 3px 2px #731746; box-shadow: 1px 1px 3px 2px #731746;">
Div content here</div>
This div box has shadow with color #731746
Comments
No comments written yet.
Please login to write comment.