Color spaces of #89729d
RGB | 137 | 114 | 157 |
---|---|---|---|
HSL | 0.76 | 0.18 | 0.53 |
HSV | 272° | 27° | 62° |
CMYK | 0.13 | 0.27 | 0.00 0.38 |
XYZ | 22.4196 | 19.7873 | 34.5360 |
Yxy | 19.7873 | 0.2921 | 0.2578 |
Hunter Lab | 44.4829 | 12.1197 | -14.8940 |
CIE-Lab | 51.5959 | 17.5730 | -19.8511 |
#89729d color RGB value is (137,114,157).
#89729d hex color red value is 137, green value is 114 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #89729d hue: 0.76 , saturation: 0.18 and the lightness value of 89729d is 0.53.
The process color (four color CMYK) of #89729d color hex is 0.13, 0.27, 0.00, 0.38. Web safe color of #89729d is #996699. Color #89729d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01110010 | 10011101 |
Octal | 211 | 162 | 235 |
Decimal | 137 | 114 | 157 |
Hex | 89 | 72 | 9D |
Shades of #89729d
Tints of #89729d
RGB Percentages of Color #89729d
CMYK Percentages of Color #89729d
Complementary Color
#89729d | #869d72 |
#89729d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89729d Color Preview on White Background
Lorem ipsum dolor sit amet.
#89729d Color CSS Codes
.mybgcolor {background-color:#89729d; } .myforecolor {color:#89729d; } .mybordercolor {border:3px solid #89729d; }
#89729d Text Font Color
<p style="color:#89729d">Text here</p>
This sample text font color is #89729d
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.
#89729d Background Color
<div style="background-color:#89729d">
Div content here</div>
This div background color is #89729d
#89729d Border Color
<div style="border:3px solid #89729d">
Div here</div>
This div border color is #89729d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,114,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89729d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89729d; -webkit-box-shadow: 1px 1px 3px 2px #89729d; box-shadow: 1px 1px 3px 2px #89729d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,114,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89729d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89729d; -webkit-box-shadow: 1px 1px 3px 2px #89729d; box-shadow: 1px 1px 3px 2px #89729d;">
Div content here</div>
This div box has shadow with color #89729d
Comments
No comments written yet.
Please login to write comment.