Color spaces of #796fdc
RGB | 121 | 111 | 220 |
---|---|---|---|
HSL | 0.68 | 0.61 | 0.65 |
HSV | 246° | 50° | 86° |
CMYK | 0.45 | 0.50 | 0.00 0.14 |
XYZ | 26.4879 | 20.6011 | 70.2905 |
Yxy | 20.6011 | 0.2257 | 0.1755 |
Hunter Lab | 45.3884 | 24.7397 | -60.0472 |
CIE-Lab | 52.5101 | 31.2903 | -54.7315 |
#796fdc color RGB value is (121,111,220).
#796fdc hex color red value is 121, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #796fdc hue: 0.68 , saturation: 0.61 and the lightness value of 796fdc is 0.65.
The process color (four color CMYK) of #796fdc color hex is 0.45, 0.50, 0.00, 0.14. Web safe color of #796fdc is #6666cc. Color #796fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01101111 | 11011100 |
Octal | 171 | 157 | 334 |
Decimal | 121 | 111 | 220 |
Hex | 79 | 6F | DC |
Shades of #796fdc
Tints of #796fdc
RGB Percentages of Color #796fdc
CMYK Percentages of Color #796fdc
Complementary Color
#796fdc | #d2dc6f |
#796fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#796fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#796fdc Color CSS Codes
.mybgcolor {background-color:#796fdc; } .myforecolor {color:#796fdc; } .mybordercolor {border:3px solid #796fdc; }
#796fdc Text Font Color
<p style="color:#796fdc">Text here</p>
This sample text font color is #796fdc
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.
#796fdc Background Color
<div style="background-color:#796fdc">
Div content here</div>
This div background color is #796fdc
#796fdc Border Color
<div style="border:3px solid #796fdc">
Div here</div>
This div border color is #796fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,111,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #796fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #796fdc; -webkit-box-shadow: 1px 1px 3px 2px #796fdc; box-shadow: 1px 1px 3px 2px #796fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,111,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #796fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #796fdc; -webkit-box-shadow: 1px 1px 3px 2px #796fdc; box-shadow: 1px 1px 3px 2px #796fdc;">
Div content here</div>
This div box has shadow with color #796fdc
Comments
No comments written yet.
Please login to write comment.