Color spaces of #457ecd
RGB | 69 | 126 | 205 |
---|---|---|---|
HSL | 0.60 | 0.58 | 0.54 |
HSV | 215° | 66° | 80° |
CMYK | 0.66 | 0.39 | 0.00 0.20 |
XYZ | 20.9345 | 20.5947 | 60.6294 |
Yxy | 20.5947 | 0.2049 | 0.2016 |
Hunter Lab | 45.3814 | 2.9249 | -47.4443 |
CIE-Lab | 52.5030 | 6.6850 | -46.4312 |
#457ecd color RGB value is (69,126,205).
#457ecd hex color red value is 69, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #457ecd hue: 0.60 , saturation: 0.58 and the lightness value of 457ecd is 0.54.
The process color (four color CMYK) of #457ecd color hex is 0.66, 0.39, 0.00, 0.20. Web safe color of #457ecd is #3366cc. Color #457ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01111110 | 11001101 |
Octal | 105 | 176 | 315 |
Decimal | 69 | 126 | 205 |
Hex | 45 | 7E | CD |
Shades of #457ecd
Tints of #457ecd
RGB Percentages of Color #457ecd
CMYK Percentages of Color #457ecd
Complementary Color
#457ecd | #cd9445 |
#457ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#457ecd Color CSS Codes
.mybgcolor {background-color:#457ecd; } .myforecolor {color:#457ecd; } .mybordercolor {border:3px solid #457ecd; }
#457ecd Text Font Color
<p style="color:#457ecd">Text here</p>
This sample text font color is #457ecd
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.
#457ecd Background Color
<div style="background-color:#457ecd">
Div content here</div>
This div background color is #457ecd
#457ecd Border Color
<div style="border:3px solid #457ecd">
Div here</div>
This div border color is #457ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,126,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457ecd; -webkit-box-shadow: 1px 1px 3px 2px #457ecd; box-shadow: 1px 1px 3px 2px #457ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,126,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457ecd; -webkit-box-shadow: 1px 1px 3px 2px #457ecd; box-shadow: 1px 1px 3px 2px #457ecd;">
Div content here</div>
This div box has shadow with color #457ecd
Comments
No comments written yet.
Please login to write comment.