Color spaces of #784973
RGB | 120 | 73 | 115 |
---|---|---|---|
HSL | 0.85 | 0.24 | 0.38 |
HSV | 306° | 39° | 47° |
CMYK | 0.00 | 0.39 | 0.04 0.53 |
XYZ | 13.2228 | 9.9960 | 17.4522 |
Yxy | 9.9960 | 0.3251 | 0.2458 |
Hunter Lab | 31.6165 | 19.3244 | -10.5964 |
CIE-Lab | 37.8353 | 27.0302 | -15.8215 |
#784973 color RGB value is (120,73,115).
#784973 hex color red value is 120, green value is 73 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #784973 hue: 0.85 , saturation: 0.24 and the lightness value of 784973 is 0.38.
The process color (four color CMYK) of #784973 color hex is 0.00, 0.39, 0.04, 0.53. Web safe color of #784973 is #663366. Color #784973 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01001001 | 01110011 |
Octal | 170 | 111 | 163 |
Decimal | 120 | 73 | 115 |
Hex | 78 | 49 | 73 |
Shades of #784973
Tints of #784973
RGB Percentages of Color #784973
CMYK Percentages of Color #784973
Complementary Color
#784973 | #49784e |
#784973 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#784973 Color Preview on White Background
Lorem ipsum dolor sit amet.
#784973 Color CSS Codes
.mybgcolor {background-color:#784973; } .myforecolor {color:#784973; } .mybordercolor {border:3px solid #784973; }
#784973 Text Font Color
<p style="color:#784973">Text here</p>
This sample text font color is #784973
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.
#784973 Background Color
<div style="background-color:#784973">
Div content here</div>
This div background color is #784973
#784973 Border Color
<div style="border:3px solid #784973">
Div here</div>
This div border color is #784973
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,73,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #784973; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #784973; -webkit-box-shadow: 1px 1px 3px 2px #784973; box-shadow: 1px 1px 3px 2px #784973; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,73,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #784973">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #784973; -webkit-box-shadow: 1px 1px 3px 2px #784973; box-shadow: 1px 1px 3px 2px #784973;">
Div content here</div>
This div box has shadow with color #784973
Comments
No comments written yet.
Please login to write comment.