Color spaces of #44185e
RGB | 68 | 24 | 94 |
---|---|---|---|
HSL | 0.77 | 0.59 | 0.23 |
HSV | 278° | 74° | 37° |
CMYK | 0.28 | 0.74 | 0.00 0.63 |
XYZ | 4.7309 | 2.6904 | 10.8596 |
Yxy | 2.6904 | 0.2588 | 0.1472 |
Hunter Lab | 16.4024 | 22.7799 | -27.7726 |
CIE-Lab | 18.7587 | 34.1020 | -32.8213 |
#44185e color RGB value is (68,24,94).
#44185e hex color red value is 68, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #44185e hue: 0.77 , saturation: 0.59 and the lightness value of 44185e is 0.23.
The process color (four color CMYK) of #44185e color hex is 0.28, 0.74, 0.00, 0.63. Web safe color of #44185e is #330066. Color #44185e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00011000 | 01011110 |
Octal | 104 | 30 | 136 |
Decimal | 68 | 24 | 94 |
Hex | 44 | 18 | 5E |
Shades of #44185e
Tints of #44185e
RGB Percentages of Color #44185e
CMYK Percentages of Color #44185e
Complementary Color
#44185e | #325e18 |
#44185e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44185e Color Preview on White Background
Lorem ipsum dolor sit amet.
#44185e Color CSS Codes
.mybgcolor {background-color:#44185e; } .myforecolor {color:#44185e; } .mybordercolor {border:3px solid #44185e; }
#44185e Text Font Color
<p style="color:#44185e">Text here</p>
This sample text font color is #44185e
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.
#44185e Background Color
<div style="background-color:#44185e">
Div content here</div>
This div background color is #44185e
#44185e Border Color
<div style="border:3px solid #44185e">
Div here</div>
This div border color is #44185e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,24,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44185e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44185e; -webkit-box-shadow: 1px 1px 3px 2px #44185e; box-shadow: 1px 1px 3px 2px #44185e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,24,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44185e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44185e; -webkit-box-shadow: 1px 1px 3px 2px #44185e; box-shadow: 1px 1px 3px 2px #44185e;">
Div content here</div>
This div box has shadow with color #44185e
Comments
No comments written yet.
Please login to write comment.