Color spaces of #716ccc
RGB | 113 | 108 | 204 |
---|---|---|---|
HSL | 0.68 | 0.48 | 0.61 |
HSV | 243° | 47° | 80° |
CMYK | 0.45 | 0.47 | 0.00 0.20 |
XYZ | 23.0717 | 18.5955 | 59.5000 |
Yxy | 18.5955 | 0.2281 | 0.1838 |
Hunter Lab | 43.1225 | 20.0379 | -51.6220 |
CIE-Lab | 50.2106 | 26.5109 | -49.3556 |
#716ccc color RGB value is (113,108,204).
#716ccc hex color red value is 113, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #716ccc hue: 0.68 , saturation: 0.48 and the lightness value of 716ccc is 0.61.
The process color (four color CMYK) of #716ccc color hex is 0.45, 0.47, 0.00, 0.20. Web safe color of #716ccc is #6666cc. Color #716ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01101100 | 11001100 |
Octal | 161 | 154 | 314 |
Decimal | 113 | 108 | 204 |
Hex | 71 | 6C | CC |
Shades of #716ccc
Tints of #716ccc
RGB Percentages of Color #716ccc
CMYK Percentages of Color #716ccc
Complementary Color
#716ccc | #c7cc6c |
#716ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#716ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#716ccc Color CSS Codes
.mybgcolor {background-color:#716ccc; } .myforecolor {color:#716ccc; } .mybordercolor {border:3px solid #716ccc; }
#716ccc Text Font Color
<p style="color:#716ccc">Text here</p>
This sample text font color is #716ccc
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.
#716ccc Background Color
<div style="background-color:#716ccc">
Div content here</div>
This div background color is #716ccc
#716ccc Border Color
<div style="border:3px solid #716ccc">
Div here</div>
This div border color is #716ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,108,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #716ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #716ccc; -webkit-box-shadow: 1px 1px 3px 2px #716ccc; box-shadow: 1px 1px 3px 2px #716ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,108,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #716ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #716ccc; -webkit-box-shadow: 1px 1px 3px 2px #716ccc; box-shadow: 1px 1px 3px 2px #716ccc;">
Div content here</div>
This div box has shadow with color #716ccc
Comments
No comments written yet.
Please login to write comment.