Color spaces of #797dca
RGB | 121 | 125 | 202 |
---|---|---|---|
HSL | 0.66 | 0.43 | 0.63 |
HSV | 237° | 40° | 79° |
CMYK | 0.40 | 0.38 | 0.00 0.21 |
XYZ | 25.8794 | 22.9964 | 58.9519 |
Yxy | 22.9964 | 0.2400 | 0.2133 |
Hunter Lab | 47.9546 | 12.4097 | -39.3187 |
CIE-Lab | 55.0686 | 17.7420 | -40.4760 |
#797dca color RGB value is (121,125,202).
#797dca hex color red value is 121, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #797dca hue: 0.66 , saturation: 0.43 and the lightness value of 797dca is 0.63.
The process color (four color CMYK) of #797dca color hex is 0.40, 0.38, 0.00, 0.21. Web safe color of #797dca is #6666cc. Color #797dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01111101 | 11001010 |
Octal | 171 | 175 | 312 |
Decimal | 121 | 125 | 202 |
Hex | 79 | 7D | CA |
Shades of #797dca
Tints of #797dca
RGB Percentages of Color #797dca
CMYK Percentages of Color #797dca
Complementary Color
#797dca | #cac679 |
#797dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#797dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#797dca Color CSS Codes
.mybgcolor {background-color:#797dca; } .myforecolor {color:#797dca; } .mybordercolor {border:3px solid #797dca; }
#797dca Text Font Color
<p style="color:#797dca">Text here</p>
This sample text font color is #797dca
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.
#797dca Background Color
<div style="background-color:#797dca">
Div content here</div>
This div background color is #797dca
#797dca Border Color
<div style="border:3px solid #797dca">
Div here</div>
This div border color is #797dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,125,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #797dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #797dca; -webkit-box-shadow: 1px 1px 3px 2px #797dca; box-shadow: 1px 1px 3px 2px #797dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,125,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #797dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #797dca; -webkit-box-shadow: 1px 1px 3px 2px #797dca; box-shadow: 1px 1px 3px 2px #797dca;">
Div content here</div>
This div box has shadow with color #797dca
Comments
No comments written yet.
Please login to write comment.