Color spaces of #718fcb
RGB | 113 | 143 | 203 |
---|---|---|---|
HSL | 0.61 | 0.46 | 0.62 |
HSV | 220° | 44° | 80° |
CMYK | 0.44 | 0.30 | 0.00 0.20 |
XYZ | 27.4120 | 27.4674 | 60.3569 |
Yxy | 27.4674 | 0.2379 | 0.2384 |
Hunter Lab | 52.4094 | 1.6456 | -31.5944 |
CIE-Lab | 59.4045 | 5.3280 | -34.2852 |
#718fcb color RGB value is (113,143,203).
#718fcb hex color red value is 113, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #718fcb hue: 0.61 , saturation: 0.46 and the lightness value of 718fcb is 0.62.
The process color (four color CMYK) of #718fcb color hex is 0.44, 0.30, 0.00, 0.20. Web safe color of #718fcb is #6699cc. Color #718fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10001111 | 11001011 |
Octal | 161 | 217 | 313 |
Decimal | 113 | 143 | 203 |
Hex | 71 | 8F | CB |
Shades of #718fcb
Tints of #718fcb
RGB Percentages of Color #718fcb
CMYK Percentages of Color #718fcb
Complementary Color
#718fcb | #cbad71 |
#718fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#718fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#718fcb Color CSS Codes
.mybgcolor {background-color:#718fcb; } .myforecolor {color:#718fcb; } .mybordercolor {border:3px solid #718fcb; }
#718fcb Text Font Color
<p style="color:#718fcb">Text here</p>
This sample text font color is #718fcb
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.
#718fcb Background Color
<div style="background-color:#718fcb">
Div content here</div>
This div background color is #718fcb
#718fcb Border Color
<div style="border:3px solid #718fcb">
Div here</div>
This div border color is #718fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,143,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #718fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718fcb; -webkit-box-shadow: 1px 1px 3px 2px #718fcb; box-shadow: 1px 1px 3px 2px #718fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,143,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #718fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #718fcb; -webkit-box-shadow: 1px 1px 3px 2px #718fcb; box-shadow: 1px 1px 3px 2px #718fcb;">
Div content here</div>
This div box has shadow with color #718fcb
Comments
No comments written yet.
Please login to write comment.