Color spaces of #718dfe
RGB | 113 | 141 | 254 |
---|---|---|---|
HSL | 0.63 | 0.99 | 0.72 |
HSV | 228° | 56° | 100° |
CMYK | 0.56 | 0.44 | 0.00 0.00 |
XYZ | 34.2243 | 29.7162 | 97.6979 |
Yxy | 29.7162 | 0.2117 | 0.1838 |
Hunter Lab | 54.5126 | 16.6696 | -68.1013 |
CIE-Lab | 61.4086 | 22.0572 | -59.4397 |
#718dfe color RGB value is (113,141,254).
#718dfe hex color red value is 113, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #718dfe hue: 0.63 , saturation: 0.99 and the lightness value of 718dfe is 0.72.
The process color (four color CMYK) of #718dfe color hex is 0.56, 0.44, 0.00, 0.00. Web safe color of #718dfe is #6699ff. Color #718dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10001101 | 11111110 |
Octal | 161 | 215 | 376 |
Decimal | 113 | 141 | 254 |
Hex | 71 | 8D | FE |
Shades of #718dfe
Tints of #718dfe
RGB Percentages of Color #718dfe
CMYK Percentages of Color #718dfe
Complementary Color
#718dfe | #fee271 |
#718dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#718dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#718dfe Color CSS Codes
.mybgcolor {background-color:#718dfe; } .myforecolor {color:#718dfe; } .mybordercolor {border:3px solid #718dfe; }
#718dfe Text Font Color
<p style="color:#718dfe">Text here</p>
This sample text font color is #718dfe
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.
#718dfe Background Color
<div style="background-color:#718dfe">
Div content here</div>
This div background color is #718dfe
#718dfe Border Color
<div style="border:3px solid #718dfe">
Div here</div>
This div border color is #718dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,141,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #718dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718dfe; -webkit-box-shadow: 1px 1px 3px 2px #718dfe; box-shadow: 1px 1px 3px 2px #718dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,141,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #718dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #718dfe; -webkit-box-shadow: 1px 1px 3px 2px #718dfe; box-shadow: 1px 1px 3px 2px #718dfe;">
Div content here</div>
This div box has shadow with color #718dfe
Comments
No comments written yet.
Please login to write comment.