Color spaces of #78568d
RGB | 120 | 86 | 141 |
---|---|---|---|
HSL | 0.77 | 0.24 | 0.45 |
HSV | 277° | 39° | 55° |
CMYK | 0.15 | 0.39 | 0.00 0.45 |
XYZ | 15.8812 | 12.5717 | 26.7889 |
Yxy | 12.5717 | 0.2875 | 0.2276 |
Hunter Lab | 35.4566 | 17.9021 | -19.9764 |
CIE-Lab | 42.1107 | 24.9151 | -25.1314 |
#78568d color RGB value is (120,86,141).
#78568d hex color red value is 120, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #78568d hue: 0.77 , saturation: 0.24 and the lightness value of 78568d is 0.45.
The process color (four color CMYK) of #78568d color hex is 0.15, 0.39, 0.00, 0.45. Web safe color of #78568d is #666699. Color #78568d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01010110 | 10001101 |
Octal | 170 | 126 | 215 |
Decimal | 120 | 86 | 141 |
Hex | 78 | 56 | 8D |
Shades of #78568d
Tints of #78568d
RGB Percentages of Color #78568d
CMYK Percentages of Color #78568d
Complementary Color
#78568d | #6b8d56 |
#78568d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#78568d Color Preview on White Background
Lorem ipsum dolor sit amet.
#78568d Color CSS Codes
.mybgcolor {background-color:#78568d; } .myforecolor {color:#78568d; } .mybordercolor {border:3px solid #78568d; }
#78568d Text Font Color
<p style="color:#78568d">Text here</p>
This sample text font color is #78568d
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.
#78568d Background Color
<div style="background-color:#78568d">
Div content here</div>
This div background color is #78568d
#78568d Border Color
<div style="border:3px solid #78568d">
Div here</div>
This div border color is #78568d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,86,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #78568d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78568d; -webkit-box-shadow: 1px 1px 3px 2px #78568d; box-shadow: 1px 1px 3px 2px #78568d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,86,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #78568d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #78568d; -webkit-box-shadow: 1px 1px 3px 2px #78568d; box-shadow: 1px 1px 3px 2px #78568d;">
Div content here</div>
This div box has shadow with color #78568d
Comments
No comments written yet.
Please login to write comment.