Color spaces of #683e75
RGB | 104 | 62 | 117 |
---|---|---|---|
HSL | 0.79 | 0.31 | 0.35 |
HSV | 286° | 47° | 46° |
CMYK | 0.11 | 0.47 | 0.00 0.54 |
XYZ | 10.6424 | 7.6727 | 17.7497 |
Yxy | 7.6727 | 0.2951 | 0.2127 |
Hunter Lab | 27.6996 | 20.1066 | -18.6028 |
CIE-Lab | 33.2917 | 28.5283 | -24.2690 |
#683e75 color RGB value is (104,62,117).
#683e75 hex color red value is 104, green value is 62 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #683e75 hue: 0.79 , saturation: 0.31 and the lightness value of 683e75 is 0.35.
The process color (four color CMYK) of #683e75 color hex is 0.11, 0.47, 0.00, 0.54. Web safe color of #683e75 is #663366. Color #683e75 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00111110 | 01110101 |
Octal | 150 | 76 | 165 |
Decimal | 104 | 62 | 117 |
Hex | 68 | 3E | 75 |
Shades of #683e75
Tints of #683e75
RGB Percentages of Color #683e75
CMYK Percentages of Color #683e75
Complementary Color
#683e75 | #4b753e |
#683e75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#683e75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#683e75 Color CSS Codes
.mybgcolor {background-color:#683e75; } .myforecolor {color:#683e75; } .mybordercolor {border:3px solid #683e75; }
#683e75 Text Font Color
<p style="color:#683e75">Text here</p>
This sample text font color is #683e75
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.
#683e75 Background Color
<div style="background-color:#683e75">
Div content here</div>
This div background color is #683e75
#683e75 Border Color
<div style="border:3px solid #683e75">
Div here</div>
This div border color is #683e75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,62,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #683e75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #683e75; -webkit-box-shadow: 1px 1px 3px 2px #683e75; box-shadow: 1px 1px 3px 2px #683e75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,62,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #683e75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #683e75; -webkit-box-shadow: 1px 1px 3px 2px #683e75; box-shadow: 1px 1px 3px 2px #683e75;">
Div content here</div>
This div box has shadow with color #683e75
Comments
No comments written yet.
Please login to write comment.