Color spaces of #453eaa
RGB | 69 | 62 | 170 |
---|---|---|---|
HSL | 0.68 | 0.47 | 0.45 |
HSV | 244° | 64° | 67° |
CMYK | 0.59 | 0.64 | 0.00 0.33 |
XYZ | 11.4326 | 7.6127 | 38.8971 |
Yxy | 7.6127 | 0.1973 | 0.1314 |
Hunter Lab | 27.5911 | 25.6784 | -64.2714 |
CIE-Lab | 33.1629 | 34.9063 | -57.1473 |
#453eaa color RGB value is (69,62,170).
#453eaa hex color red value is 69, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #453eaa hue: 0.68 , saturation: 0.47 and the lightness value of 453eaa is 0.45.
The process color (four color CMYK) of #453eaa color hex is 0.59, 0.64, 0.00, 0.33. Web safe color of #453eaa is #333399. Color #453eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00111110 | 10101010 |
Octal | 105 | 76 | 252 |
Decimal | 69 | 62 | 170 |
Hex | 45 | 3E | AA |
Shades of #453eaa
Tints of #453eaa
RGB Percentages of Color #453eaa
CMYK Percentages of Color #453eaa
Complementary Color
#453eaa | #a3aa3e |
#453eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#453eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#453eaa Color CSS Codes
.mybgcolor {background-color:#453eaa; } .myforecolor {color:#453eaa; } .mybordercolor {border:3px solid #453eaa; }
#453eaa Text Font Color
<p style="color:#453eaa">Text here</p>
This sample text font color is #453eaa
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.
#453eaa Background Color
<div style="background-color:#453eaa">
Div content here</div>
This div background color is #453eaa
#453eaa Border Color
<div style="border:3px solid #453eaa">
Div here</div>
This div border color is #453eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,62,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #453eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #453eaa; -webkit-box-shadow: 1px 1px 3px 2px #453eaa; box-shadow: 1px 1px 3px 2px #453eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,62,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #453eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #453eaa; -webkit-box-shadow: 1px 1px 3px 2px #453eaa; box-shadow: 1px 1px 3px 2px #453eaa;">
Div content here</div>
This div box has shadow with color #453eaa
Comments
No comments written yet.
Please login to write comment.