Color spaces of #440fbb
RGB | 68 | 15 | 187 |
---|---|---|---|
HSL | 0.72 | 0.85 | 0.40 |
HSV | 258° | 92° | 73° |
CMYK | 0.64 | 0.92 | 0.00 0.27 |
XYZ | 11.5244 | 5.1584 | 47.4020 |
Yxy | 5.1584 | 0.1798 | 0.0805 |
Hunter Lab | 22.7121 | 50.8269 | -107.8445 |
CIE-Lab | 27.1814 | 61.3477 | -77.1295 |
#440fbb color RGB value is (68,15,187).
#440fbb hex color red value is 68, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #440fbb hue: 0.72 , saturation: 0.85 and the lightness value of 440fbb is 0.40.
The process color (four color CMYK) of #440fbb color hex is 0.64, 0.92, 0.00, 0.27. Web safe color of #440fbb is #3300cc. Color #440fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00001111 | 10111011 |
Octal | 104 | 17 | 273 |
Decimal | 68 | 15 | 187 |
Hex | 44 | F | BB |
Shades of #440fbb
Tints of #440fbb
RGB Percentages of Color #440fbb
CMYK Percentages of Color #440fbb
Complementary Color
#440fbb | #86bb0f |
#440fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#440fbb Color CSS Codes
.mybgcolor {background-color:#440fbb; } .myforecolor {color:#440fbb; } .mybordercolor {border:3px solid #440fbb; }
#440fbb Text Font Color
<p style="color:#440fbb">Text here</p>
This sample text font color is #440fbb
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.
#440fbb Background Color
<div style="background-color:#440fbb">
Div content here</div>
This div background color is #440fbb
#440fbb Border Color
<div style="border:3px solid #440fbb">
Div here</div>
This div border color is #440fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,15,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440fbb; -webkit-box-shadow: 1px 1px 3px 2px #440fbb; box-shadow: 1px 1px 3px 2px #440fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,15,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440fbb; -webkit-box-shadow: 1px 1px 3px 2px #440fbb; box-shadow: 1px 1px 3px 2px #440fbb;">
Div content here</div>
This div box has shadow with color #440fbb
Comments
No comments written yet.
Please login to write comment.