Color spaces of #440cad
RGB | 68 | 12 | 173 |
---|---|---|---|
HSL | 0.72 | 0.87 | 0.36 |
HSV | 261° | 93° | 68° |
CMYK | 0.61 | 0.93 | 0.00 0.32 |
XYZ | 10.0582 | 4.5090 | 39.8754 |
Yxy | 4.5090 | 0.1847 | 0.0828 |
Hunter Lab | 21.2344 | 47.3907 | -96.4747 |
CIE-Lab | 25.2875 | 58.5366 | -71.9055 |
#440cad color RGB value is (68,12,173).
#440cad hex color red value is 68, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #440cad hue: 0.72 , saturation: 0.87 and the lightness value of 440cad is 0.36.
The process color (four color CMYK) of #440cad color hex is 0.61, 0.93, 0.00, 0.32. Web safe color of #440cad is #330099. Color #440cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00001100 | 10101101 |
Octal | 104 | 14 | 255 |
Decimal | 68 | 12 | 173 |
Hex | 44 | C | AD |
Shades of #440cad
Tints of #440cad
RGB Percentages of Color #440cad
CMYK Percentages of Color #440cad
Complementary Color
#440cad | #75ad0c |
#440cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#440cad Color CSS Codes
.mybgcolor {background-color:#440cad; } .myforecolor {color:#440cad; } .mybordercolor {border:3px solid #440cad; }
#440cad Text Font Color
<p style="color:#440cad">Text here</p>
This sample text font color is #440cad
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.
#440cad Background Color
<div style="background-color:#440cad">
Div content here</div>
This div background color is #440cad
#440cad Border Color
<div style="border:3px solid #440cad">
Div here</div>
This div border color is #440cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,12,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440cad; -webkit-box-shadow: 1px 1px 3px 2px #440cad; box-shadow: 1px 1px 3px 2px #440cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,12,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440cad; -webkit-box-shadow: 1px 1px 3px 2px #440cad; box-shadow: 1px 1px 3px 2px #440cad;">
Div content here</div>
This div box has shadow with color #440cad
Comments
No comments written yet.
Please login to write comment.