Color spaces of #793e68
RGB | 121 | 62 | 104 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.36 |
HSV | 317° | 49° | 47° |
CMYK | 0.00 | 0.49 | 0.14 0.53 |
XYZ | 12.1065 | 8.5097 | 14.1012 |
Yxy | 8.5097 | 0.3487 | 0.2451 |
Hunter Lab | 29.1714 | 23.0299 | -8.2403 |
CIE-Lab | 35.0226 | 31.6476 | -13.2179 |
#793e68 color RGB value is (121,62,104).
#793e68 hex color red value is 121, green value is 62 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #793e68 hue: 0.88 , saturation: 0.32 and the lightness value of 793e68 is 0.36.
The process color (four color CMYK) of #793e68 color hex is 0.00, 0.49, 0.14, 0.53. Web safe color of #793e68 is #663366. Color #793e68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00111110 | 01101000 |
Octal | 171 | 76 | 150 |
Decimal | 121 | 62 | 104 |
Hex | 79 | 3E | 68 |
Shades of #793e68
Tints of #793e68
RGB Percentages of Color #793e68
CMYK Percentages of Color #793e68
Complementary Color
#793e68 | #3e794f |
#793e68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#793e68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#793e68 Color CSS Codes
.mybgcolor {background-color:#793e68; } .myforecolor {color:#793e68; } .mybordercolor {border:3px solid #793e68; }
#793e68 Text Font Color
<p style="color:#793e68">Text here</p>
This sample text font color is #793e68
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.
#793e68 Background Color
<div style="background-color:#793e68">
Div content here</div>
This div background color is #793e68
#793e68 Border Color
<div style="border:3px solid #793e68">
Div here</div>
This div border color is #793e68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,62,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #793e68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #793e68; -webkit-box-shadow: 1px 1px 3px 2px #793e68; box-shadow: 1px 1px 3px 2px #793e68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,62,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #793e68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #793e68; -webkit-box-shadow: 1px 1px 3px 2px #793e68; box-shadow: 1px 1px 3px 2px #793e68;">
Div content here</div>
This div box has shadow with color #793e68
Comments
No comments written yet.
Please login to write comment.