Color spaces of #784aaa
RGB | 120 | 74 | 170 |
---|---|---|---|
HSL | 0.75 | 0.39 | 0.48 |
HSV | 269° | 56° | 67° |
CMYK | 0.29 | 0.56 | 0.00 0.33 |
XYZ | 17.4502 | 11.7929 | 39.3867 |
Yxy | 11.7929 | 0.2543 | 0.1718 |
Hunter Lab | 34.3408 | 30.6080 | -43.9633 |
CIE-Lab | 40.8851 | 38.9839 | -44.4261 |
#784aaa color RGB value is (120,74,170).
#784aaa hex color red value is 120, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #784aaa hue: 0.75 , saturation: 0.39 and the lightness value of 784aaa is 0.48.
The process color (four color CMYK) of #784aaa color hex is 0.29, 0.56, 0.00, 0.33. Web safe color of #784aaa is #663399. Color #784aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01001010 | 10101010 |
Octal | 170 | 112 | 252 |
Decimal | 120 | 74 | 170 |
Hex | 78 | 4A | AA |
Shades of #784aaa
Tints of #784aaa
RGB Percentages of Color #784aaa
CMYK Percentages of Color #784aaa
Complementary Color
#784aaa | #7caa4a |
#784aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#784aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#784aaa Color CSS Codes
.mybgcolor {background-color:#784aaa; } .myforecolor {color:#784aaa; } .mybordercolor {border:3px solid #784aaa; }
#784aaa Text Font Color
<p style="color:#784aaa">Text here</p>
This sample text font color is #784aaa
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.
#784aaa Background Color
<div style="background-color:#784aaa">
Div content here</div>
This div background color is #784aaa
#784aaa Border Color
<div style="border:3px solid #784aaa">
Div here</div>
This div border color is #784aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,74,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #784aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #784aaa; -webkit-box-shadow: 1px 1px 3px 2px #784aaa; box-shadow: 1px 1px 3px 2px #784aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,74,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #784aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #784aaa; -webkit-box-shadow: 1px 1px 3px 2px #784aaa; box-shadow: 1px 1px 3px 2px #784aaa;">
Div content here</div>
This div box has shadow with color #784aaa
Comments
No comments written yet.
Please login to write comment.