Color spaces of #732959
RGB | 115 | 41 | 89 |
---|---|---|---|
HSL | 0.89 | 0.47 | 0.31 |
HSV | 321° | 64° | 45° |
CMYK | 0.00 | 0.64 | 0.23 0.55 |
XYZ | 9.6663 | 5.9520 | 10.0906 |
Yxy | 5.9520 | 0.3760 | 0.2315 |
Hunter Lab | 24.3967 | 28.0298 | -7.4449 |
CIE-Lab | 29.2910 | 38.1673 | -12.4190 |
#732959 color RGB value is (115,41,89).
#732959 hex color red value is 115, green value is 41 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #732959 hue: 0.89 , saturation: 0.47 and the lightness value of 732959 is 0.31.
The process color (four color CMYK) of #732959 color hex is 0.00, 0.64, 0.23, 0.55. Web safe color of #732959 is #663366. Color #732959 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00101001 | 01011001 |
Octal | 163 | 51 | 131 |
Decimal | 115 | 41 | 89 |
Hex | 73 | 29 | 59 |
Shades of #732959
Tints of #732959
RGB Percentages of Color #732959
CMYK Percentages of Color #732959
Complementary Color
#732959 | #297343 |
#732959 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#732959 Color Preview on White Background
Lorem ipsum dolor sit amet.
#732959 Color CSS Codes
.mybgcolor {background-color:#732959; } .myforecolor {color:#732959; } .mybordercolor {border:3px solid #732959; }
#732959 Text Font Color
<p style="color:#732959">Text here</p>
This sample text font color is #732959
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.
#732959 Background Color
<div style="background-color:#732959">
Div content here</div>
This div background color is #732959
#732959 Border Color
<div style="border:3px solid #732959">
Div here</div>
This div border color is #732959
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,41,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #732959; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #732959; -webkit-box-shadow: 1px 1px 3px 2px #732959; box-shadow: 1px 1px 3px 2px #732959; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,41,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #732959">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #732959; -webkit-box-shadow: 1px 1px 3px 2px #732959; box-shadow: 1px 1px 3px 2px #732959;">
Div content here</div>
This div box has shadow with color #732959
Comments
No comments written yet.
Please login to write comment.