Color spaces of #785597
RGB | 120 | 85 | 151 |
---|---|---|---|
HSL | 0.76 | 0.28 | 0.46 |
HSV | 272° | 44° | 59° |
CMYK | 0.21 | 0.44 | 0.00 0.41 |
XYZ | 16.5801 | 12.7244 | 30.8603 |
Yxy | 12.7244 | 0.2756 | 0.2115 |
Hunter Lab | 35.6713 | 20.5425 | -26.3237 |
CIE-Lab | 42.3450 | 27.8870 | -30.7793 |
#785597 color RGB value is (120,85,151).
#785597 hex color red value is 120, green value is 85 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #785597 hue: 0.76 , saturation: 0.28 and the lightness value of 785597 is 0.46.
The process color (four color CMYK) of #785597 color hex is 0.21, 0.44, 0.00, 0.41. Web safe color of #785597 is #666699. Color #785597 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010101 | 10010111 |
Octal | 170 | 125 | 227 |
Decimal | 120 | 85 | 151 |
Hex | 78 | 55 | 97 |
Shades of #785597
Tints of #785597
RGB Percentages of Color #785597
CMYK Percentages of Color #785597
Complementary Color
#785597 | #749755 |
#785597 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785597 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785597 Color CSS Codes
.mybgcolor {background-color:#785597; } .myforecolor {color:#785597; } .mybordercolor {border:3px solid #785597; }
#785597 Text Font Color
<p style="color:#785597">Text here</p>
This sample text font color is #785597
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.
#785597 Background Color
<div style="background-color:#785597">
Div content here</div>
This div background color is #785597
#785597 Border Color
<div style="border:3px solid #785597">
Div here</div>
This div border color is #785597
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,85,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785597; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785597; -webkit-box-shadow: 1px 1px 3px 2px #785597; box-shadow: 1px 1px 3px 2px #785597; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,85,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785597">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785597; -webkit-box-shadow: 1px 1px 3px 2px #785597; box-shadow: 1px 1px 3px 2px #785597;">
Div content here</div>
This div box has shadow with color #785597
Comments
No comments written yet.
Please login to write comment.