Color spaces of #785180
RGB | 120 | 81 | 128 |
---|---|---|---|
HSL | 0.80 | 0.22 | 0.41 |
HSV | 290° | 37° | 50° |
CMYK | 0.06 | 0.37 | 0.00 0.50 |
XYZ | 14.5844 | 11.4364 | 21.8608 |
Yxy | 11.4364 | 0.3046 | 0.2388 |
Hunter Lab | 33.8177 | 17.7997 | -14.6544 |
CIE-Lab | 40.3060 | 24.9844 | -20.0320 |
#785180 color RGB value is (120,81,128).
#785180 hex color red value is 120, green value is 81 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #785180 hue: 0.80 , saturation: 0.22 and the lightness value of 785180 is 0.41.
The process color (four color CMYK) of #785180 color hex is 0.06, 0.37, 0.00, 0.50. Web safe color of #785180 is #666699. Color #785180 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010001 | 10000000 |
Octal | 170 | 121 | 200 |
Decimal | 120 | 81 | 128 |
Hex | 78 | 51 | 80 |
Shades of #785180
Tints of #785180
RGB Percentages of Color #785180
CMYK Percentages of Color #785180
Complementary Color
#785180 | #598051 |
#785180 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785180 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785180 Color CSS Codes
.mybgcolor {background-color:#785180; } .myforecolor {color:#785180; } .mybordercolor {border:3px solid #785180; }
#785180 Text Font Color
<p style="color:#785180">Text here</p>
This sample text font color is #785180
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.
#785180 Background Color
<div style="background-color:#785180">
Div content here</div>
This div background color is #785180
#785180 Border Color
<div style="border:3px solid #785180">
Div here</div>
This div border color is #785180
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,81,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785180; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785180; -webkit-box-shadow: 1px 1px 3px 2px #785180; box-shadow: 1px 1px 3px 2px #785180; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,81,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785180">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785180; -webkit-box-shadow: 1px 1px 3px 2px #785180; box-shadow: 1px 1px 3px 2px #785180;">
Div content here</div>
This div box has shadow with color #785180
Comments
No comments written yet.
Please login to write comment.