Color spaces of #440c4d
RGB | 68 | 12 | 77 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.17 |
HSV | 292° | 84° | 30° |
CMYK | 0.12 | 0.84 | 0.00 0.70 |
XYZ | 3.8549 | 2.0277 | 7.2094 |
Yxy | 2.0277 | 0.2944 | 0.1549 |
Hunter Lab | 14.2397 | 23.4030 | -20.0500 |
CIE-Lab | 15.6319 | 35.4442 | -26.3736 |
#440c4d color RGB value is (68,12,77).
#440c4d hex color red value is 68, green value is 12 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #440c4d hue: 0.81 , saturation: 0.73 and the lightness value of 440c4d is 0.17.
The process color (four color CMYK) of #440c4d color hex is 0.12, 0.84, 0.00, 0.70. Web safe color of #440c4d is #330066. Color #440c4d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00001100 | 01001101 |
Octal | 104 | 14 | 115 |
Decimal | 68 | 12 | 77 |
Hex | 44 | C | 4D |
Shades of #440c4d
Tints of #440c4d
RGB Percentages of Color #440c4d
CMYK Percentages of Color #440c4d
Complementary Color
#440c4d | #154d0c |
#440c4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440c4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#440c4d Color CSS Codes
.mybgcolor {background-color:#440c4d; } .myforecolor {color:#440c4d; } .mybordercolor {border:3px solid #440c4d; }
#440c4d Text Font Color
<p style="color:#440c4d">Text here</p>
This sample text font color is #440c4d
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.
#440c4d Background Color
<div style="background-color:#440c4d">
Div content here</div>
This div background color is #440c4d
#440c4d Border Color
<div style="border:3px solid #440c4d">
Div here</div>
This div border color is #440c4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,12,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440c4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440c4d; -webkit-box-shadow: 1px 1px 3px 2px #440c4d; box-shadow: 1px 1px 3px 2px #440c4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,12,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440c4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440c4d; -webkit-box-shadow: 1px 1px 3px 2px #440c4d; box-shadow: 1px 1px 3px 2px #440c4d;">
Div content here</div>
This div box has shadow with color #440c4d
Comments
No comments written yet.
Please login to write comment.