Color spaces of #797dfa
RGB | 121 | 125 | 250 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.73 |
HSV | 238° | 52° | 98° |
CMYK | 0.52 | 0.50 | 0.00 0.02 |
XYZ | 32.4741 | 25.6343 | 93.6788 |
Yxy | 25.6343 | 0.2139 | 0.1689 |
Hunter Lab | 50.6303 | 25.8862 | -74.2601 |
CIE-Lab | 57.6883 | 31.9229 | -63.1716 |
#797dfa color RGB value is (121,125,250).
#797dfa hex color red value is 121, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #797dfa hue: 0.66 , saturation: 0.93 and the lightness value of 797dfa is 0.73.
The process color (four color CMYK) of #797dfa color hex is 0.52, 0.50, 0.00, 0.02. Web safe color of #797dfa is #6666ff. Color #797dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01111101 | 11111010 |
Octal | 171 | 175 | 372 |
Decimal | 121 | 125 | 250 |
Hex | 79 | 7D | FA |
Shades of #797dfa
Tints of #797dfa
RGB Percentages of Color #797dfa
CMYK Percentages of Color #797dfa
Complementary Color
#797dfa | #faf679 |
#797dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#797dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#797dfa Color CSS Codes
.mybgcolor {background-color:#797dfa; } .myforecolor {color:#797dfa; } .mybordercolor {border:3px solid #797dfa; }
#797dfa Text Font Color
<p style="color:#797dfa">Text here</p>
This sample text font color is #797dfa
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.
#797dfa Background Color
<div style="background-color:#797dfa">
Div content here</div>
This div background color is #797dfa
#797dfa Border Color
<div style="border:3px solid #797dfa">
Div here</div>
This div border color is #797dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,125,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #797dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #797dfa; -webkit-box-shadow: 1px 1px 3px 2px #797dfa; box-shadow: 1px 1px 3px 2px #797dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,125,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #797dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #797dfa; -webkit-box-shadow: 1px 1px 3px 2px #797dfa; box-shadow: 1px 1px 3px 2px #797dfa;">
Div content here</div>
This div box has shadow with color #797dfa
Comments
No comments written yet.
Please login to write comment.