Color spaces of #114ad7
RGB | 17 | 74 | 215 |
---|---|---|---|
HSL | 0.62 | 0.85 | 0.45 |
HSV | 223° | 92° | 84° |
CMYK | 0.92 | 0.66 | 0.00 0.16 |
XYZ | 14.9457 | 9.9230 | 65.4176 |
Yxy | 9.9230 | 0.1655 | 0.1099 |
Hunter Lab | 31.5008 | 29.5638 | -101.0768 |
CIE-Lab | 37.7039 | 38.3927 | -76.1692 |
#114ad7 color RGB value is (17,74,215).
#114ad7 hex color red value is 17, green value is 74 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #114ad7 hue: 0.62 , saturation: 0.85 and the lightness value of 114ad7 is 0.45.
The process color (four color CMYK) of #114ad7 color hex is 0.92, 0.66, 0.00, 0.16. Web safe color of #114ad7 is #0033cc. Color #114ad7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01001010 | 11010111 |
Octal | 21 | 112 | 327 |
Decimal | 17 | 74 | 215 |
Hex | 11 | 4A | D7 |
Shades of #114ad7
Tints of #114ad7
RGB Percentages of Color #114ad7
CMYK Percentages of Color #114ad7
Complementary Color
#114ad7 | #d79e11 |
#114ad7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#114ad7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#114ad7 Color CSS Codes
.mybgcolor {background-color:#114ad7; } .myforecolor {color:#114ad7; } .mybordercolor {border:3px solid #114ad7; }
#114ad7 Text Font Color
<p style="color:#114ad7">Text here</p>
This sample text font color is #114ad7
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.
#114ad7 Background Color
<div style="background-color:#114ad7">
Div content here</div>
This div background color is #114ad7
#114ad7 Border Color
<div style="border:3px solid #114ad7">
Div here</div>
This div border color is #114ad7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,74,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #114ad7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #114ad7; -webkit-box-shadow: 1px 1px 3px 2px #114ad7; box-shadow: 1px 1px 3px 2px #114ad7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,74,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #114ad7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #114ad7; -webkit-box-shadow: 1px 1px 3px 2px #114ad7; box-shadow: 1px 1px 3px 2px #114ad7;">
Div content here</div>
This div box has shadow with color #114ad7
Comments
No comments written yet.
Please login to write comment.