Color spaces of #054cfb
RGB | 5 | 76 | 251 |
---|---|---|---|
HSL | 0.62 | 0.97 | 0.50 |
HSV | 223° | 98° | 98° |
CMYK | 0.98 | 0.70 | 0.00 0.02 |
XYZ | 20.0596 | 12.1662 | 92.5578 |
Yxy | 12.1662 | 0.1608 | 0.0975 |
Hunter Lab | 34.8801 | 41.6155 | -132.9159 |
CIE-Lab | 41.4791 | 49.9357 | -90.3568 |
#054cfb color RGB value is (5,76,251).
#054cfb hex color red value is 5, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #054cfb hue: 0.62 , saturation: 0.97 and the lightness value of 054cfb is 0.50.
The process color (four color CMYK) of #054cfb color hex is 0.98, 0.70, 0.00, 0.02. Web safe color of #054cfb is #0033ff. Color #054cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 01001100 | 11111011 |
Octal | 5 | 114 | 373 |
Decimal | 5 | 76 | 251 |
Hex | 5 | 4C | FB |
Shades of #054cfb
Tints of #054cfb
RGB Percentages of Color #054cfb
CMYK Percentages of Color #054cfb
Complementary Color
#054cfb | #fbb405 |
#054cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#054cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#054cfb Color CSS Codes
.mybgcolor {background-color:#054cfb; } .myforecolor {color:#054cfb; } .mybordercolor {border:3px solid #054cfb; }
#054cfb Text Font Color
<p style="color:#054cfb">Text here</p>
This sample text font color is #054cfb
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.
#054cfb Background Color
<div style="background-color:#054cfb">
Div content here</div>
This div background color is #054cfb
#054cfb Border Color
<div style="border:3px solid #054cfb">
Div here</div>
This div border color is #054cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,76,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #054cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #054cfb; -webkit-box-shadow: 1px 1px 3px 2px #054cfb; box-shadow: 1px 1px 3px 2px #054cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,76,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #054cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #054cfb; -webkit-box-shadow: 1px 1px 3px 2px #054cfb; box-shadow: 1px 1px 3px 2px #054cfb;">
Div content here</div>
This div box has shadow with color #054cfb
Comments
No comments written yet.
Please login to write comment.