Color spaces of #141fed
RGB | 20 | 31 | 237 |
---|---|---|---|
HSL | 0.66 | 0.86 | 0.50 |
HSV | 237° | 92° | 93° |
CMYK | 0.92 | 0.87 | 0.00 0.07 |
XYZ | 16.0645 | 7.2431 | 80.6721 |
Yxy | 7.2431 | 0.1545 | 0.0697 |
Hunter Lab | 26.9130 | 59.4497 | -158.8835 |
CIE-Lab | 32.3540 | 68.0251 | -97.6056 |
#141fed color RGB value is (20,31,237).
#141fed hex color red value is 20, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #141fed hue: 0.66 , saturation: 0.86 and the lightness value of 141fed is 0.50.
The process color (four color CMYK) of #141fed color hex is 0.92, 0.87, 0.00, 0.07. Web safe color of #141fed is #0033ff. Color #141fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00011111 | 11101101 |
Octal | 24 | 37 | 355 |
Decimal | 20 | 31 | 237 |
Hex | 14 | 1F | ED |
Shades of #141fed
Tints of #141fed
RGB Percentages of Color #141fed
CMYK Percentages of Color #141fed
Complementary Color
#141fed | #ede214 |
#141fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#141fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#141fed Color CSS Codes
.mybgcolor {background-color:#141fed; } .myforecolor {color:#141fed; } .mybordercolor {border:3px solid #141fed; }
#141fed Text Font Color
<p style="color:#141fed">Text here</p>
This sample text font color is #141fed
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.
#141fed Background Color
<div style="background-color:#141fed">
Div content here</div>
This div background color is #141fed
#141fed Border Color
<div style="border:3px solid #141fed">
Div here</div>
This div border color is #141fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,31,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #141fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #141fed; -webkit-box-shadow: 1px 1px 3px 2px #141fed; box-shadow: 1px 1px 3px 2px #141fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,31,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #141fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #141fed; -webkit-box-shadow: 1px 1px 3px 2px #141fed; box-shadow: 1px 1px 3px 2px #141fed;">
Div content here</div>
This div box has shadow with color #141fed
Comments
No comments written yet.
Please login to write comment.