Color spaces of #785889
RGB | 120 | 88 | 137 |
---|---|---|---|
HSL | 0.78 | 0.22 | 0.44 |
HSV | 279° | 36° | 54° |
CMYK | 0.12 | 0.36 | 0.00 0.46 |
XYZ | 15.7508 | 12.7787 | 25.3033 |
Yxy | 12.7787 | 0.2926 | 0.2374 |
Hunter Lab | 35.7473 | 16.0920 | -16.9446 |
CIE-Lab | 42.4279 | 22.7920 | -22.2237 |
#785889 color RGB value is (120,88,137).
#785889 hex color red value is 120, green value is 88 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #785889 hue: 0.78 , saturation: 0.22 and the lightness value of 785889 is 0.44.
The process color (four color CMYK) of #785889 color hex is 0.12, 0.36, 0.00, 0.46. Web safe color of #785889 is #666699. Color #785889 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01011000 | 10001001 |
Octal | 170 | 130 | 211 |
Decimal | 120 | 88 | 137 |
Hex | 78 | 58 | 89 |
Shades of #785889
Tints of #785889
RGB Percentages of Color #785889
CMYK Percentages of Color #785889
Complementary Color
#785889 | #698958 |
#785889 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#785889 Color Preview on White Background
Lorem ipsum dolor sit amet.
#785889 Color CSS Codes
.mybgcolor {background-color:#785889; } .myforecolor {color:#785889; } .mybordercolor {border:3px solid #785889; }
#785889 Text Font Color
<p style="color:#785889">Text here</p>
This sample text font color is #785889
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.
#785889 Background Color
<div style="background-color:#785889">
Div content here</div>
This div background color is #785889
#785889 Border Color
<div style="border:3px solid #785889">
Div here</div>
This div border color is #785889
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,88,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #785889; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #785889; -webkit-box-shadow: 1px 1px 3px 2px #785889; box-shadow: 1px 1px 3px 2px #785889; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,88,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #785889">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #785889; -webkit-box-shadow: 1px 1px 3px 2px #785889; box-shadow: 1px 1px 3px 2px #785889;">
Div content here</div>
This div box has shadow with color #785889
Comments
No comments written yet.
Please login to write comment.