Color spaces of #892079
RGB | 137 | 32 | 121 |
---|---|---|---|
HSL | 0.86 | 0.62 | 0.33 |
HSV | 309° | 77° | 54° |
CMYK | 0.00 | 0.77 | 0.12 0.46 |
XYZ | 14.2842 | 7.7319 | 18.8287 |
Yxy | 7.7319 | 0.3497 | 0.1893 |
Hunter Lab | 27.8063 | 43.0351 | -20.6831 |
CIE-Lab | 33.4182 | 52.8238 | -26.2214 |
#892079 color RGB value is (137,32,121).
#892079 hex color red value is 137, green value is 32 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #892079 hue: 0.86 , saturation: 0.62 and the lightness value of 892079 is 0.33.
The process color (four color CMYK) of #892079 color hex is 0.00, 0.77, 0.12, 0.46. Web safe color of #892079 is #993366. Color #892079 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00100000 | 01111001 |
Octal | 211 | 40 | 171 |
Decimal | 137 | 32 | 121 |
Hex | 89 | 20 | 79 |
Shades of #892079
Tints of #892079
RGB Percentages of Color #892079
CMYK Percentages of Color #892079
Complementary Color
#892079 | #208930 |
#892079 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#892079 Color Preview on White Background
Lorem ipsum dolor sit amet.
#892079 Color CSS Codes
.mybgcolor {background-color:#892079; } .myforecolor {color:#892079; } .mybordercolor {border:3px solid #892079; }
#892079 Text Font Color
<p style="color:#892079">Text here</p>
This sample text font color is #892079
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.
#892079 Background Color
<div style="background-color:#892079">
Div content here</div>
This div background color is #892079
#892079 Border Color
<div style="border:3px solid #892079">
Div here</div>
This div border color is #892079
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,32,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #892079; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #892079; -webkit-box-shadow: 1px 1px 3px 2px #892079; box-shadow: 1px 1px 3px 2px #892079; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,32,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #892079">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #892079; -webkit-box-shadow: 1px 1px 3px 2px #892079; box-shadow: 1px 1px 3px 2px #892079;">
Div content here</div>
This div box has shadow with color #892079
Comments
No comments written yet.
Please login to write comment.