Color spaces of #805978
RGB | 128 | 89 | 120 |
---|---|---|---|
HSL | 0.87 | 0.18 | 0.43 |
HSV | 312° | 30° | 50° |
CMYK | 0.00 | 0.30 | 0.06 0.50 |
XYZ | 15.8646 | 13.0900 | 19.4598 |
Yxy | 13.0900 | 0.3277 | 0.2704 |
Hunter Lab | 36.1801 | 14.9552 | -6.5636 |
CIE-Lab | 42.8985 | 21.4232 | -11.1072 |
#805978 color RGB value is (128,89,120).
#805978 hex color red value is 128, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #805978 hue: 0.87 , saturation: 0.18 and the lightness value of 805978 is 0.43.
The process color (four color CMYK) of #805978 color hex is 0.00, 0.30, 0.06, 0.50. Web safe color of #805978 is #996666. Color #805978 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01011001 | 01111000 |
Octal | 200 | 131 | 170 |
Decimal | 128 | 89 | 120 |
Hex | 80 | 59 | 78 |
Shades of #805978
Tints of #805978
RGB Percentages of Color #805978
CMYK Percentages of Color #805978
Complementary Color
#805978 | #598061 |
#805978 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805978 Color Preview on White Background
Lorem ipsum dolor sit amet.
#805978 Color CSS Codes
.mybgcolor {background-color:#805978; } .myforecolor {color:#805978; } .mybordercolor {border:3px solid #805978; }
#805978 Text Font Color
<p style="color:#805978">Text here</p>
This sample text font color is #805978
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.
#805978 Background Color
<div style="background-color:#805978">
Div content here</div>
This div background color is #805978
#805978 Border Color
<div style="border:3px solid #805978">
Div here</div>
This div border color is #805978
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,89,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805978; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805978; -webkit-box-shadow: 1px 1px 3px 2px #805978; box-shadow: 1px 1px 3px 2px #805978; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,89,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #805978">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805978; -webkit-box-shadow: 1px 1px 3px 2px #805978; box-shadow: 1px 1px 3px 2px #805978;">
Div content here</div>
This div box has shadow with color #805978
Comments
No comments written yet.
Please login to write comment.