Color spaces of #445aa2
RGB | 68 | 90 | 162 |
---|---|---|---|
HSL | 0.63 | 0.41 | 0.45 |
HSV | 226° | 58° | 64° |
CMYK | 0.58 | 0.44 | 0.00 0.36 |
XYZ | 12.5616 | 11.1499 | 35.6725 |
Yxy | 11.1499 | 0.2115 | 0.1878 |
Hunter Lab | 33.3915 | 8.7152 | -39.9662 |
CIE-Lab | 39.8318 | 14.0319 | -41.6140 |
#445aa2 color RGB value is (68,90,162).
#445aa2 hex color red value is 68, green value is 90 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #445aa2 hue: 0.63 , saturation: 0.41 and the lightness value of 445aa2 is 0.45.
The process color (four color CMYK) of #445aa2 color hex is 0.58, 0.44, 0.00, 0.36. Web safe color of #445aa2 is #336699. Color #445aa2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01011010 | 10100010 |
Octal | 104 | 132 | 242 |
Decimal | 68 | 90 | 162 |
Hex | 44 | 5A | A2 |
Shades of #445aa2
Tints of #445aa2
RGB Percentages of Color #445aa2
CMYK Percentages of Color #445aa2
Complementary Color
#445aa2 | #a28c44 |
#445aa2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#445aa2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#445aa2 Color CSS Codes
.mybgcolor {background-color:#445aa2; } .myforecolor {color:#445aa2; } .mybordercolor {border:3px solid #445aa2; }
#445aa2 Text Font Color
<p style="color:#445aa2">Text here</p>
This sample text font color is #445aa2
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.
#445aa2 Background Color
<div style="background-color:#445aa2">
Div content here</div>
This div background color is #445aa2
#445aa2 Border Color
<div style="border:3px solid #445aa2">
Div here</div>
This div border color is #445aa2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,90,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #445aa2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #445aa2; -webkit-box-shadow: 1px 1px 3px 2px #445aa2; box-shadow: 1px 1px 3px 2px #445aa2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,90,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #445aa2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #445aa2; -webkit-box-shadow: 1px 1px 3px 2px #445aa2; box-shadow: 1px 1px 3px 2px #445aa2;">
Div content here</div>
This div box has shadow with color #445aa2
Comments
No comments written yet.
Please login to write comment.