Color spaces of #716bdb
RGB | 113 | 107 | 219 |
---|---|---|---|
HSL | 0.68 | 0.61 | 0.64 |
HSV | 243° | 51° | 86° |
CMYK | 0.48 | 0.51 | 0.00 0.14 |
XYZ | 24.8539 | 19.1406 | 69.4024 |
Yxy | 19.1406 | 0.2192 | 0.1688 |
Hunter Lab | 43.7500 | 24.8415 | -63.4292 |
CIE-Lab | 50.8513 | 31.5818 | -56.8605 |
#716bdb color RGB value is (113,107,219).
#716bdb hex color red value is 113, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #716bdb hue: 0.68 , saturation: 0.61 and the lightness value of 716bdb is 0.64.
The process color (four color CMYK) of #716bdb color hex is 0.48, 0.51, 0.00, 0.14. Web safe color of #716bdb is #6666cc. Color #716bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01101011 | 11011011 |
Octal | 161 | 153 | 333 |
Decimal | 113 | 107 | 219 |
Hex | 71 | 6B | DB |
Shades of #716bdb
Tints of #716bdb
RGB Percentages of Color #716bdb
CMYK Percentages of Color #716bdb
Complementary Color
#716bdb | #d5db6b |
#716bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#716bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#716bdb Color CSS Codes
.mybgcolor {background-color:#716bdb; } .myforecolor {color:#716bdb; } .mybordercolor {border:3px solid #716bdb; }
#716bdb Text Font Color
<p style="color:#716bdb">Text here</p>
This sample text font color is #716bdb
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.
#716bdb Background Color
<div style="background-color:#716bdb">
Div content here</div>
This div background color is #716bdb
#716bdb Border Color
<div style="border:3px solid #716bdb">
Div here</div>
This div border color is #716bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,107,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #716bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #716bdb; -webkit-box-shadow: 1px 1px 3px 2px #716bdb; box-shadow: 1px 1px 3px 2px #716bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,107,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #716bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #716bdb; -webkit-box-shadow: 1px 1px 3px 2px #716bdb; box-shadow: 1px 1px 3px 2px #716bdb;">
Div content here</div>
This div box has shadow with color #716bdb
Comments
No comments written yet.
Please login to write comment.