Color spaces of #735975
RGB | 115 | 89 | 117 |
---|---|---|---|
HSL | 0.82 | 0.14 | 0.40 |
HSV | 296° | 24° | 46° |
CMYK | 0.02 | 0.24 | 0.00 0.54 |
XYZ | 13.8535 | 12.0739 | 18.4300 |
Yxy | 12.0739 | 0.3123 | 0.2722 |
Hunter Lab | 34.7475 | 10.3581 | -7.1240 |
CIE-Lab | 41.3333 | 16.0076 | -11.7825 |
#735975 color RGB value is (115,89,117).
#735975 hex color red value is 115, green value is 89 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #735975 hue: 0.82 , saturation: 0.14 and the lightness value of 735975 is 0.40.
The process color (four color CMYK) of #735975 color hex is 0.02, 0.24, 0.00, 0.54. Web safe color of #735975 is #666666. Color #735975 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01011001 | 01110101 |
Octal | 163 | 131 | 165 |
Decimal | 115 | 89 | 117 |
Hex | 73 | 59 | 75 |
Shades of #735975
Tints of #735975
RGB Percentages of Color #735975
CMYK Percentages of Color #735975
Complementary Color
#735975 | #5b7559 |
#735975 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#735975 Color Preview on White Background
Lorem ipsum dolor sit amet.
#735975 Color CSS Codes
.mybgcolor {background-color:#735975; } .myforecolor {color:#735975; } .mybordercolor {border:3px solid #735975; }
#735975 Text Font Color
<p style="color:#735975">Text here</p>
This sample text font color is #735975
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.
#735975 Background Color
<div style="background-color:#735975">
Div content here</div>
This div background color is #735975
#735975 Border Color
<div style="border:3px solid #735975">
Div here</div>
This div border color is #735975
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,89,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #735975; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #735975; -webkit-box-shadow: 1px 1px 3px 2px #735975; box-shadow: 1px 1px 3px 2px #735975; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,89,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #735975">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #735975; -webkit-box-shadow: 1px 1px 3px 2px #735975; box-shadow: 1px 1px 3px 2px #735975;">
Div content here</div>
This div box has shadow with color #735975
Comments
No comments written yet.
Please login to write comment.