Color spaces of #790faa
RGB | 121 | 15 | 170 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.36 |
HSV | 281° | 91° | 67° |
CMYK | 0.29 | 0.91 | 0.00 0.33 |
XYZ | 15.3117 | 7.3089 | 38.6339 |
Yxy | 7.3089 | 0.2500 | 0.1193 |
Hunter Lab | 27.0350 | 53.7852 | -65.8029 |
CIE-Lab | 32.5000 | 63.0083 | -57.9693 |
#790faa color RGB value is (121,15,170).
#790faa hex color red value is 121, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #790faa hue: 0.78 , saturation: 0.84 and the lightness value of 790faa is 0.36.
The process color (four color CMYK) of #790faa color hex is 0.29, 0.91, 0.00, 0.33. Web safe color of #790faa is #660099. Color #790faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00001111 | 10101010 |
Octal | 171 | 17 | 252 |
Decimal | 121 | 15 | 170 |
Hex | 79 | F | AA |
Shades of #790faa
Tints of #790faa
RGB Percentages of Color #790faa
CMYK Percentages of Color #790faa
Complementary Color
#790faa | #40aa0f |
#790faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#790faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#790faa Color CSS Codes
.mybgcolor {background-color:#790faa; } .myforecolor {color:#790faa; } .mybordercolor {border:3px solid #790faa; }
#790faa Text Font Color
<p style="color:#790faa">Text here</p>
This sample text font color is #790faa
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.
#790faa Background Color
<div style="background-color:#790faa">
Div content here</div>
This div background color is #790faa
#790faa Border Color
<div style="border:3px solid #790faa">
Div here</div>
This div border color is #790faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,15,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #790faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #790faa; -webkit-box-shadow: 1px 1px 3px 2px #790faa; box-shadow: 1px 1px 3px 2px #790faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,15,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 #790faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #790faa; -webkit-box-shadow: 1px 1px 3px 2px #790faa; box-shadow: 1px 1px 3px 2px #790faa;">
Div content here</div>
This div box has shadow with color #790faa
Comments
No comments written yet.
Please login to write comment.