Color spaces of #546efd
RGB | 84 | 110 | 253 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.66 |
HSV | 231° | 67° | 99° |
CMYK | 0.67 | 0.57 | 0.00 0.01 |
XYZ | 26.9617 | 20.1285 | 95.3927 |
Yxy | 20.1285 | 0.1892 | 0.1413 |
Hunter Lab | 44.8648 | 28.7570 | -94.6586 |
CIE-Lab | 51.9822 | 35.5018 | -74.1628 |
#546efd color RGB value is (84,110,253).
#546efd hex color red value is 84, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #546efd hue: 0.64 , saturation: 0.98 and the lightness value of 546efd is 0.66.
The process color (four color CMYK) of #546efd color hex is 0.67, 0.57, 0.00, 0.01. Web safe color of #546efd is #6666ff. Color #546efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01101110 | 11111101 |
Octal | 124 | 156 | 375 |
Decimal | 84 | 110 | 253 |
Hex | 54 | 6E | FD |
Shades of #546efd
Tints of #546efd
RGB Percentages of Color #546efd
CMYK Percentages of Color #546efd
Complementary Color
#546efd | #fde354 |
#546efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#546efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#546efd Color CSS Codes
.mybgcolor {background-color:#546efd; } .myforecolor {color:#546efd; } .mybordercolor {border:3px solid #546efd; }
#546efd Text Font Color
<p style="color:#546efd">Text here</p>
This sample text font color is #546efd
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.
#546efd Background Color
<div style="background-color:#546efd">
Div content here</div>
This div background color is #546efd
#546efd Border Color
<div style="border:3px solid #546efd">
Div here</div>
This div border color is #546efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,110,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #546efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #546efd; -webkit-box-shadow: 1px 1px 3px 2px #546efd; box-shadow: 1px 1px 3px 2px #546efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,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 #546efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #546efd; -webkit-box-shadow: 1px 1px 3px 2px #546efd; box-shadow: 1px 1px 3px 2px #546efd;">
Div content here</div>
This div box has shadow with color #546efd
Comments
No comments written yet.
Please login to write comment.