Color spaces of #546eff
RGB | 84 | 110 | 255 |
---|---|---|---|
HSL | 0.64 | 1.00 | 0.66 |
HSV | 231° | 67° | 100° |
CMYK | 0.67 | 0.57 | 0.00 0.00 |
XYZ | 27.2821 | 20.2567 | 97.0797 |
Yxy | 20.2567 | 0.1886 | 0.1401 |
Hunter Lab | 45.0074 | 29.4381 | -96.3815 |
CIE-Lab | 52.1262 | 36.1772 | -75.0360 |
#546eff color RGB value is (84,110,255).
#546eff hex color red value is 84, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #546eff hue: 0.64 , saturation: 1.00 and the lightness value of 546eff is 0.66.
The process color (four color CMYK) of #546eff color hex is 0.67, 0.57, 0.00, 0.00. Web safe color of #546eff is #6666ff. Color #546eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01101110 | 11111111 |
Octal | 124 | 156 | 377 |
Decimal | 84 | 110 | 255 |
Hex | 54 | 6E | FF |
Shades of #546eff
Tints of #546eff
RGB Percentages of Color #546eff
CMYK Percentages of Color #546eff
Complementary Color
#546eff | #ffe554 |
#546eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#546eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#546eff Color CSS Codes
.mybgcolor {background-color:#546eff; } .myforecolor {color:#546eff; } .mybordercolor {border:3px solid #546eff; }
#546eff Text Font Color
<p style="color:#546eff">Text here</p>
This sample text font color is #546eff
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.
#546eff Background Color
<div style="background-color:#546eff">
Div content here</div>
This div background color is #546eff
#546eff Border Color
<div style="border:3px solid #546eff">
Div here</div>
This div border color is #546eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,110,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #546eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #546eff; -webkit-box-shadow: 1px 1px 3px 2px #546eff; box-shadow: 1px 1px 3px 2px #546eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,110,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #546eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #546eff; -webkit-box-shadow: 1px 1px 3px 2px #546eff; box-shadow: 1px 1px 3px 2px #546eff;">
Div content here</div>
This div box has shadow with color #546eff
Comments
No comments written yet.
Please login to write comment.