Color spaces of #440214
RGB | 68 | 2 | 20 |
---|---|---|---|
HSL | 0.95 | 0.94 | 0.14 |
HSV | 344° | 97° | 27° |
CMYK | 0.00 | 0.97 | 0.71 0.73 |
XYZ | 2.5319 | 1.3229 | 0.7837 |
Yxy | 1.3229 | 0.5458 | 0.2852 |
Hunter Lab | 11.5017 | 19.1655 | 4.0113 |
CIE-Lab | 11.4347 | 31.0743 | 8.5054 |
#440214 color RGB value is (68,2,20).
#440214 hex color red value is 68, green value is 2 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #440214 hue: 0.95 , saturation: 0.94 and the lightness value of 440214 is 0.14.
The process color (four color CMYK) of #440214 color hex is 0.00, 0.97, 0.71, 0.73. Web safe color of #440214 is #330000. Color #440214 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00000010 | 00010100 |
Octal | 104 | 2 | 24 |
Decimal | 68 | 2 | 20 |
Hex | 44 | 2 | 14 |
Shades of #440214
Tints of #440214
RGB Percentages of Color #440214
CMYK Percentages of Color #440214
Complementary Color
#440214 | #024432 |
#440214 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440214 Color Preview on White Background
Lorem ipsum dolor sit amet.
#440214 Color CSS Codes
.mybgcolor {background-color:#440214; } .myforecolor {color:#440214; } .mybordercolor {border:3px solid #440214; }
#440214 Text Font Color
<p style="color:#440214">Text here</p>
This sample text font color is #440214
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.
#440214 Background Color
<div style="background-color:#440214">
Div content here</div>
This div background color is #440214
#440214 Border Color
<div style="border:3px solid #440214">
Div here</div>
This div border color is #440214
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,2,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440214; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440214; -webkit-box-shadow: 1px 1px 3px 2px #440214; box-shadow: 1px 1px 3px 2px #440214; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,2,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440214">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440214; -webkit-box-shadow: 1px 1px 3px 2px #440214; box-shadow: 1px 1px 3px 2px #440214;">
Div content here</div>
This div box has shadow with color #440214
Comments
No comments written yet.
Please login to write comment.