Color spaces of #443b8f
RGB | 68 | 59 | 143 |
---|---|---|---|
HSL | 0.68 | 0.42 | 0.40 |
HSV | 246° | 59° | 56° |
CMYK | 0.52 | 0.59 | 0.00 0.44 |
XYZ | 8.9058 | 6.3400 | 26.7410 |
Yxy | 6.3400 | 0.2121 | 0.1510 |
Hunter Lab | 25.1794 | 19.0706 | -45.3417 |
CIE-Lab | 30.2545 | 27.7258 | -45.4983 |
#443b8f color RGB value is (68,59,143).
#443b8f hex color red value is 68, green value is 59 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #443b8f hue: 0.68 , saturation: 0.42 and the lightness value of 443b8f is 0.40.
The process color (four color CMYK) of #443b8f color hex is 0.52, 0.59, 0.00, 0.44. Web safe color of #443b8f is #333399. Color #443b8f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00111011 | 10001111 |
Octal | 104 | 73 | 217 |
Decimal | 68 | 59 | 143 |
Hex | 44 | 3B | 8F |
Shades of #443b8f
Tints of #443b8f
RGB Percentages of Color #443b8f
CMYK Percentages of Color #443b8f
Complementary Color
#443b8f | #868f3b |
#443b8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#443b8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#443b8f Color CSS Codes
.mybgcolor {background-color:#443b8f; } .myforecolor {color:#443b8f; } .mybordercolor {border:3px solid #443b8f; }
#443b8f Text Font Color
<p style="color:#443b8f">Text here</p>
This sample text font color is #443b8f
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.
#443b8f Background Color
<div style="background-color:#443b8f">
Div content here</div>
This div background color is #443b8f
#443b8f Border Color
<div style="border:3px solid #443b8f">
Div here</div>
This div border color is #443b8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,59,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #443b8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #443b8f; -webkit-box-shadow: 1px 1px 3px 2px #443b8f; box-shadow: 1px 1px 3px 2px #443b8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,59,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #443b8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #443b8f; -webkit-box-shadow: 1px 1px 3px 2px #443b8f; box-shadow: 1px 1px 3px 2px #443b8f;">
Div content here</div>
This div box has shadow with color #443b8f
Comments
No comments written yet.
Please login to write comment.