Color spaces of #0542fb
RGB | 5 | 66 | 251 |
---|---|---|---|
HSL | 0.63 | 0.97 | 0.50 |
HSV | 225° | 98° | 98° |
CMYK | 0.98 | 0.74 | 0.00 0.02 |
XYZ | 19.4234 | 10.8937 | 92.3458 |
Yxy | 10.8937 | 0.1583 | 0.0888 |
Hunter Lab | 33.0056 | 47.2853 | -142.7825 |
CIE-Lab | 39.4009 | 55.7125 | -93.7951 |
#0542fb color RGB value is (5,66,251).
#0542fb hex color red value is 5, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0542fb hue: 0.63 , saturation: 0.97 and the lightness value of 0542fb is 0.50.
The process color (four color CMYK) of #0542fb color hex is 0.98, 0.74, 0.00, 0.02. Web safe color of #0542fb is #0033ff. Color #0542fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 01000010 | 11111011 |
Octal | 5 | 102 | 373 |
Decimal | 5 | 66 | 251 |
Hex | 5 | 42 | FB |
Shades of #0542fb
Tints of #0542fb
RGB Percentages of Color #0542fb
CMYK Percentages of Color #0542fb
Complementary Color
#0542fb | #fbbe05 |
#0542fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0542fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0542fb Color CSS Codes
.mybgcolor {background-color:#0542fb; } .myforecolor {color:#0542fb; } .mybordercolor {border:3px solid #0542fb; }
#0542fb Text Font Color
<p style="color:#0542fb">Text here</p>
This sample text font color is #0542fb
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.
#0542fb Background Color
<div style="background-color:#0542fb">
Div content here</div>
This div background color is #0542fb
#0542fb Border Color
<div style="border:3px solid #0542fb">
Div here</div>
This div border color is #0542fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,66,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0542fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0542fb; -webkit-box-shadow: 1px 1px 3px 2px #0542fb; box-shadow: 1px 1px 3px 2px #0542fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,66,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 #0542fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0542fb; -webkit-box-shadow: 1px 1px 3px 2px #0542fb; box-shadow: 1px 1px 3px 2px #0542fb;">
Div content here</div>
This div box has shadow with color #0542fb
Comments
No comments written yet.
Please login to write comment.