Color spaces of #44265e
RGB | 68 | 38 | 94 |
---|---|---|---|
HSL | 0.76 | 0.42 | 0.26 |
HSV | 272° | 60° | 37° |
CMYK | 0.28 | 0.60 | 0.00 0.63 |
XYZ | 5.0974 | 3.4233 | 10.9818 |
Yxy | 3.4233 | 0.2614 | 0.1755 |
Hunter Lab | 18.5022 | 16.7985 | -22.2396 |
CIE-Lab | 21.6651 | 26.2061 | -28.1568 |
#44265e color RGB value is (68,38,94).
#44265e hex color red value is 68, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #44265e hue: 0.76 , saturation: 0.42 and the lightness value of 44265e is 0.26.
The process color (four color CMYK) of #44265e color hex is 0.28, 0.60, 0.00, 0.63. Web safe color of #44265e is #333366. Color #44265e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00100110 | 01011110 |
Octal | 104 | 46 | 136 |
Decimal | 68 | 38 | 94 |
Hex | 44 | 26 | 5E |
Shades of #44265e
Tints of #44265e
RGB Percentages of Color #44265e
CMYK Percentages of Color #44265e
Complementary Color
#44265e | #405e26 |
#44265e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44265e Color Preview on White Background
Lorem ipsum dolor sit amet.
#44265e Color CSS Codes
.mybgcolor {background-color:#44265e; } .myforecolor {color:#44265e; } .mybordercolor {border:3px solid #44265e; }
#44265e Text Font Color
<p style="color:#44265e">Text here</p>
This sample text font color is #44265e
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.
#44265e Background Color
<div style="background-color:#44265e">
Div content here</div>
This div background color is #44265e
#44265e Border Color
<div style="border:3px solid #44265e">
Div here</div>
This div border color is #44265e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,38,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44265e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44265e; -webkit-box-shadow: 1px 1px 3px 2px #44265e; box-shadow: 1px 1px 3px 2px #44265e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,38,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 #44265e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44265e; -webkit-box-shadow: 1px 1px 3px 2px #44265e; box-shadow: 1px 1px 3px 2px #44265e;">
Div content here</div>
This div box has shadow with color #44265e
Comments
No comments written yet.
Please login to write comment.