Color spaces of #718edd
RGB | 113 | 142 | 221 |
---|---|---|---|
HSL | 0.62 | 0.61 | 0.65 |
HSV | 224° | 49° | 87° |
CMYK | 0.49 | 0.36 | 0.00 0.13 |
XYZ | 29.5342 | 28.0772 | 72.2694 |
Yxy | 28.0772 | 0.2274 | 0.2162 |
Hunter Lab | 52.9879 | 6.7628 | -43.7732 |
CIE-Lab | 59.9584 | 11.2543 | -43.4968 |
#718edd color RGB value is (113,142,221).
#718edd hex color red value is 113, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #718edd hue: 0.62 , saturation: 0.61 and the lightness value of 718edd is 0.65.
The process color (four color CMYK) of #718edd color hex is 0.49, 0.36, 0.00, 0.13. Web safe color of #718edd is #6699cc. Color #718edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10001110 | 11011101 |
Octal | 161 | 216 | 335 |
Decimal | 113 | 142 | 221 |
Hex | 71 | 8E | DD |
Shades of #718edd
Tints of #718edd
RGB Percentages of Color #718edd
CMYK Percentages of Color #718edd
Complementary Color
#718edd | #ddc071 |
#718edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#718edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#718edd Color CSS Codes
.mybgcolor {background-color:#718edd; } .myforecolor {color:#718edd; } .mybordercolor {border:3px solid #718edd; }
#718edd Text Font Color
<p style="color:#718edd">Text here</p>
This sample text font color is #718edd
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.
#718edd Background Color
<div style="background-color:#718edd">
Div content here</div>
This div background color is #718edd
#718edd Border Color
<div style="border:3px solid #718edd">
Div here</div>
This div border color is #718edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,142,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #718edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718edd; -webkit-box-shadow: 1px 1px 3px 2px #718edd; box-shadow: 1px 1px 3px 2px #718edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,142,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #718edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #718edd; -webkit-box-shadow: 1px 1px 3px 2px #718edd; box-shadow: 1px 1px 3px 2px #718edd;">
Div content here</div>
This div box has shadow with color #718edd
Comments
No comments written yet.
Please login to write comment.