Color spaces of #780aac
RGB | 120 | 10 | 172 |
---|---|---|---|
HSL | 0.78 | 0.89 | 0.36 |
HSV | 281° | 94° | 67° |
CMYK | 0.30 | 0.94 | 0.00 0.33 |
XYZ | 15.3007 | 7.1887 | 39.6108 |
Yxy | 7.1887 | 0.2464 | 0.1158 |
Hunter Lab | 26.8118 | 54.9443 | -68.8249 |
CIE-Lab | 32.2327 | 64.0955 | -59.6138 |
#780aac color RGB value is (120,10,172).
#780aac hex color red value is 120, green value is 10 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #780aac hue: 0.78 , saturation: 0.89 and the lightness value of 780aac is 0.36.
The process color (four color CMYK) of #780aac color hex is 0.30, 0.94, 0.00, 0.33. Web safe color of #780aac is #660099. Color #780aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00001010 | 10101100 |
Octal | 170 | 12 | 254 |
Decimal | 120 | 10 | 172 |
Hex | 78 | A | AC |
Shades of #780aac
Tints of #780aac
RGB Percentages of Color #780aac
CMYK Percentages of Color #780aac
Complementary Color
#780aac | #3eac0a |
#780aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#780aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#780aac Color CSS Codes
.mybgcolor {background-color:#780aac; } .myforecolor {color:#780aac; } .mybordercolor {border:3px solid #780aac; }
#780aac Text Font Color
<p style="color:#780aac">Text here</p>
This sample text font color is #780aac
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.
#780aac Background Color
<div style="background-color:#780aac">
Div content here</div>
This div background color is #780aac
#780aac Border Color
<div style="border:3px solid #780aac">
Div here</div>
This div border color is #780aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,10,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #780aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #780aac; -webkit-box-shadow: 1px 1px 3px 2px #780aac; box-shadow: 1px 1px 3px 2px #780aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,10,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #780aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #780aac; -webkit-box-shadow: 1px 1px 3px 2px #780aac; box-shadow: 1px 1px 3px 2px #780aac;">
Div content here</div>
This div box has shadow with color #780aac
Comments
No comments written yet.
Please login to write comment.