Color spaces of #796ced
RGB | 121 | 108 | 237 |
---|---|---|---|
HSL | 0.68 | 0.78 | 0.68 |
HSV | 246° | 54° | 93° |
CMYK | 0.49 | 0.54 | 0.00 0.07 |
XYZ | 28.5338 | 20.9045 | 82.6518 |
Yxy | 20.9045 | 0.2160 | 0.1583 |
Hunter Lab | 45.7214 | 31.3856 | -75.1750 |
CIE-Lab | 52.8448 | 38.0486 | -63.7451 |
#796ced color RGB value is (121,108,237).
#796ced hex color red value is 121, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #796ced hue: 0.68 , saturation: 0.78 and the lightness value of 796ced is 0.68.
The process color (four color CMYK) of #796ced color hex is 0.49, 0.54, 0.00, 0.07. Web safe color of #796ced is #6666ff. Color #796ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01101100 | 11101101 |
Octal | 171 | 154 | 355 |
Decimal | 121 | 108 | 237 |
Hex | 79 | 6C | ED |
Shades of #796ced
Tints of #796ced
RGB Percentages of Color #796ced
CMYK Percentages of Color #796ced
Complementary Color
#796ced | #e0ed6c |
#796ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#796ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#796ced Color CSS Codes
.mybgcolor {background-color:#796ced; } .myforecolor {color:#796ced; } .mybordercolor {border:3px solid #796ced; }
#796ced Text Font Color
<p style="color:#796ced">Text here</p>
This sample text font color is #796ced
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.
#796ced Background Color
<div style="background-color:#796ced">
Div content here</div>
This div background color is #796ced
#796ced Border Color
<div style="border:3px solid #796ced">
Div here</div>
This div border color is #796ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,108,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #796ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #796ced; -webkit-box-shadow: 1px 1px 3px 2px #796ced; box-shadow: 1px 1px 3px 2px #796ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,108,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #796ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #796ced; -webkit-box-shadow: 1px 1px 3px 2px #796ced; box-shadow: 1px 1px 3px 2px #796ced;">
Div content here</div>
This div box has shadow with color #796ced
Comments
No comments written yet.
Please login to write comment.