Color spaces of #456efd
RGB | 69 | 110 | 253 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.63 |
HSV | 227° | 73° | 99° |
CMYK | 0.73 | 0.57 | 0.00 0.01 |
XYZ | 25.7598 | 19.5089 | 95.3364 |
Yxy | 19.5089 | 0.1832 | 0.1387 |
Hunter Lab | 44.1689 | 26.8077 | -97.0564 |
CIE-Lab | 51.2774 | 33.5837 | -75.3404 |
#456efd color RGB value is (69,110,253).
#456efd hex color red value is 69, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #456efd hue: 0.63 , saturation: 0.98 and the lightness value of 456efd is 0.63.
The process color (four color CMYK) of #456efd color hex is 0.73, 0.57, 0.00, 0.01. Web safe color of #456efd is #3366ff. Color #456efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01101110 | 11111101 |
Octal | 105 | 156 | 375 |
Decimal | 69 | 110 | 253 |
Hex | 45 | 6E | FD |
Shades of #456efd
Tints of #456efd
RGB Percentages of Color #456efd
CMYK Percentages of Color #456efd
Complementary Color
#456efd | #fdd445 |
#456efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#456efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#456efd Color CSS Codes
.mybgcolor {background-color:#456efd; } .myforecolor {color:#456efd; } .mybordercolor {border:3px solid #456efd; }
#456efd Text Font Color
<p style="color:#456efd">Text here</p>
This sample text font color is #456efd
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.
#456efd Background Color
<div style="background-color:#456efd">
Div content here</div>
This div background color is #456efd
#456efd Border Color
<div style="border:3px solid #456efd">
Div here</div>
This div border color is #456efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,110,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #456efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #456efd; -webkit-box-shadow: 1px 1px 3px 2px #456efd; box-shadow: 1px 1px 3px 2px #456efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,110,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #456efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #456efd; -webkit-box-shadow: 1px 1px 3px 2px #456efd; box-shadow: 1px 1px 3px 2px #456efd;">
Div content here</div>
This div box has shadow with color #456efd
Related Colors
Comments
No comments written yet.
Please login to write comment.