Color spaces of #895459
RGB | 137 | 84 | 89 |
---|---|---|---|
HSL | 0.98 | 0.24 | 0.43 |
HSV | 354° | 39° | 54° |
CMYK | 0.00 | 0.39 | 0.35 0.46 |
XYZ | 15.2900 | 12.3803 | 11.0350 |
Yxy | 12.3803 | 0.3950 | 0.3199 |
Hunter Lab | 35.1857 | 15.9927 | 6.0353 |
CIE-Lab | 41.8143 | 22.7322 | 6.4329 |
#895459 color RGB value is (137,84,89).
#895459 hex color red value is 137, green value is 84 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #895459 hue: 0.98 , saturation: 0.24 and the lightness value of 895459 is 0.43.
The process color (four color CMYK) of #895459 color hex is 0.00, 0.39, 0.35, 0.46. Web safe color of #895459 is #996666. Color #895459 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01010100 | 01011001 |
Octal | 211 | 124 | 131 |
Decimal | 137 | 84 | 89 |
Hex | 89 | 54 | 59 |
Shades of #895459
Tints of #895459
RGB Percentages of Color #895459
CMYK Percentages of Color #895459
Complementary Color
#895459 | #548984 |
#895459 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#895459 Color Preview on White Background
Lorem ipsum dolor sit amet.
#895459 Color CSS Codes
.mybgcolor {background-color:#895459; } .myforecolor {color:#895459; } .mybordercolor {border:3px solid #895459; }
#895459 Text Font Color
<p style="color:#895459">Text here</p>
This sample text font color is #895459
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.
#895459 Background Color
<div style="background-color:#895459">
Div content here</div>
This div background color is #895459
#895459 Border Color
<div style="border:3px solid #895459">
Div here</div>
This div border color is #895459
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,84,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #895459; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #895459; -webkit-box-shadow: 1px 1px 3px 2px #895459; box-shadow: 1px 1px 3px 2px #895459; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,84,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 #895459">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #895459; -webkit-box-shadow: 1px 1px 3px 2px #895459; box-shadow: 1px 1px 3px 2px #895459;">
Div content here</div>
This div box has shadow with color #895459
Comments
No comments written yet.
Please login to write comment.