Color spaces of #796aee
RGB | 121 | 106 | 238 |
---|---|---|---|
HSL | 0.69 | 0.80 | 0.67 |
HSV | 247° | 55° | 93° |
CMYK | 0.49 | 0.55 | 0.00 0.07 |
XYZ | 28.4718 | 20.5461 | 83.3541 |
Yxy | 20.5461 | 0.2151 | 0.1552 |
Hunter Lab | 45.3278 | 32.7977 | -77.3000 |
CIE-Lab | 52.4491 | 39.5116 | -64.9427 |
#796aee color RGB value is (121,106,238).
#796aee hex color red value is 121, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #796aee hue: 0.69 , saturation: 0.80 and the lightness value of 796aee is 0.67.
The process color (four color CMYK) of #796aee color hex is 0.49, 0.55, 0.00, 0.07. Web safe color of #796aee is #6666ff. Color #796aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01101010 | 11101110 |
Octal | 171 | 152 | 356 |
Decimal | 121 | 106 | 238 |
Hex | 79 | 6A | EE |
Shades of #796aee
Tints of #796aee
RGB Percentages of Color #796aee
CMYK Percentages of Color #796aee
Complementary Color
#796aee | #dfee6a |
#796aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#796aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#796aee Color CSS Codes
.mybgcolor {background-color:#796aee; } .myforecolor {color:#796aee; } .mybordercolor {border:3px solid #796aee; }
#796aee Text Font Color
<p style="color:#796aee">Text here</p>
This sample text font color is #796aee
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.
#796aee Background Color
<div style="background-color:#796aee">
Div content here</div>
This div background color is #796aee
#796aee Border Color
<div style="border:3px solid #796aee">
Div here</div>
This div border color is #796aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,106,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #796aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #796aee; -webkit-box-shadow: 1px 1px 3px 2px #796aee; box-shadow: 1px 1px 3px 2px #796aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,106,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #796aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #796aee; -webkit-box-shadow: 1px 1px 3px 2px #796aee; box-shadow: 1px 1px 3px 2px #796aee;">
Div content here</div>
This div box has shadow with color #796aee
Comments
No comments written yet.
Please login to write comment.