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