Color spaces of #14084c
RGB | 20 | 8 | 76 |
---|---|---|---|
HSL | 0.70 | 0.81 | 0.16 |
HSV | 251° | 89° | 30° |
CMYK | 0.74 | 0.89 | 0.00 0.70 |
XYZ | 1.6798 | 0.8442 | 6.9119 |
Yxy | 0.8442 | 0.1780 | 0.0895 |
Hunter Lab | 9.1880 | 16.5551 | -38.1706 |
CIE-Lab | 7.6256 | 28.4052 | -39.0490 |
#14084c color RGB value is (20,8,76).
#14084c hex color red value is 20, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #14084c hue: 0.70 , saturation: 0.81 and the lightness value of 14084c is 0.16.
The process color (four color CMYK) of #14084c color hex is 0.74, 0.89, 0.00, 0.70. Web safe color of #14084c is #000033. Color #14084c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00001000 | 01001100 |
Octal | 24 | 10 | 114 |
Decimal | 20 | 8 | 76 |
Hex | 14 | 8 | 4C |
Shades of #14084c
Tints of #14084c
RGB Percentages of Color #14084c
CMYK Percentages of Color #14084c
Complementary Color
#14084c | #404c08 |
#14084c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14084c Color Preview on White Background
Lorem ipsum dolor sit amet.
#14084c Color CSS Codes
.mybgcolor {background-color:#14084c; } .myforecolor {color:#14084c; } .mybordercolor {border:3px solid #14084c; }
#14084c Text Font Color
<p style="color:#14084c">Text here</p>
This sample text font color is #14084c
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.
#14084c Background Color
<div style="background-color:#14084c">
Div content here</div>
This div background color is #14084c
#14084c Border Color
<div style="border:3px solid #14084c">
Div here</div>
This div border color is #14084c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,8,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14084c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14084c; -webkit-box-shadow: 1px 1px 3px 2px #14084c; box-shadow: 1px 1px 3px 2px #14084c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,8,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14084c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14084c; -webkit-box-shadow: 1px 1px 3px 2px #14084c; box-shadow: 1px 1px 3px 2px #14084c;">
Div content here</div>
This div box has shadow with color #14084c
Comments
No comments written yet.
Please login to write comment.