Color spaces of #140dfb
RGB | 20 | 13 | 251 |
---|---|---|---|
HSL | 0.67 | 0.97 | 0.52 |
HSV | 242° | 95° | 98° |
CMYK | 0.92 | 0.95 | 0.00 0.02 |
XYZ | 17.8450 | 7.4016 | 91.7549 |
Yxy | 7.4016 | 0.1525 | 0.0633 |
Hunter Lab | 27.2059 | 69.4722 | -180.9181 |
CIE-Lab | 32.7042 | 76.3733 | -104.9364 |
#140dfb color RGB value is (20,13,251).
#140dfb hex color red value is 20, green value is 13 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #140dfb hue: 0.67 , saturation: 0.97 and the lightness value of 140dfb is 0.52.
The process color (four color CMYK) of #140dfb color hex is 0.92, 0.95, 0.00, 0.02. Web safe color of #140dfb is #0000ff. Color #140dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00001101 | 11111011 |
Octal | 24 | 15 | 373 |
Decimal | 20 | 13 | 251 |
Hex | 14 | D | FB |
Shades of #140dfb
Tints of #140dfb
RGB Percentages of Color #140dfb
CMYK Percentages of Color #140dfb
Complementary Color
#140dfb | #f4fb0d |
#140dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#140dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#140dfb Color CSS Codes
.mybgcolor {background-color:#140dfb; } .myforecolor {color:#140dfb; } .mybordercolor {border:3px solid #140dfb; }
#140dfb Text Font Color
<p style="color:#140dfb">Text here</p>
This sample text font color is #140dfb
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.
#140dfb Background Color
<div style="background-color:#140dfb">
Div content here</div>
This div background color is #140dfb
#140dfb Border Color
<div style="border:3px solid #140dfb">
Div here</div>
This div border color is #140dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,13,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #140dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #140dfb; -webkit-box-shadow: 1px 1px 3px 2px #140dfb; box-shadow: 1px 1px 3px 2px #140dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,13,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #140dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #140dfb; -webkit-box-shadow: 1px 1px 3px 2px #140dfb; box-shadow: 1px 1px 3px 2px #140dfb;">
Div content here</div>
This div box has shadow with color #140dfb
Comments
No comments written yet.
Please login to write comment.