Color spaces of #457ffc
RGB | 69 | 127 | 252 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.63 |
HSV | 221° | 73° | 99° |
CMYK | 0.73 | 0.50 | 0.00 0.01 |
XYZ | 27.6143 | 23.4722 | 95.1706 |
Yxy | 23.4722 | 0.1888 | 0.1605 |
Hunter Lab | 48.4481 | 16.9566 | -82.5545 |
CIE-Lab | 55.5554 | 22.7294 | -67.8534 |
#457ffc color RGB value is (69,127,252).
#457ffc hex color red value is 69, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #457ffc hue: 0.61 , saturation: 0.97 and the lightness value of 457ffc is 0.63.
The process color (four color CMYK) of #457ffc color hex is 0.73, 0.50, 0.00, 0.01. Web safe color of #457ffc is #3366ff. Color #457ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01111111 | 11111100 |
Octal | 105 | 177 | 374 |
Decimal | 69 | 127 | 252 |
Hex | 45 | 7F | FC |
Shades of #457ffc
Tints of #457ffc
RGB Percentages of Color #457ffc
CMYK Percentages of Color #457ffc
Complementary Color
#457ffc | #fcc245 |
#457ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#457ffc Color CSS Codes
.mybgcolor {background-color:#457ffc; } .myforecolor {color:#457ffc; } .mybordercolor {border:3px solid #457ffc; }
#457ffc Text Font Color
<p style="color:#457ffc">Text here</p>
This sample text font color is #457ffc
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.
#457ffc Background Color
<div style="background-color:#457ffc">
Div content here</div>
This div background color is #457ffc
#457ffc Border Color
<div style="border:3px solid #457ffc">
Div here</div>
This div border color is #457ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,127,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457ffc; -webkit-box-shadow: 1px 1px 3px 2px #457ffc; box-shadow: 1px 1px 3px 2px #457ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,127,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457ffc; -webkit-box-shadow: 1px 1px 3px 2px #457ffc; box-shadow: 1px 1px 3px 2px #457ffc;">
Div content here</div>
This div box has shadow with color #457ffc
Comments
No comments written yet.
Please login to write comment.