Color spaces of #062cfe
RGB | 6 | 44 | 254 |
---|---|---|---|
HSL | 0.64 | 0.99 | 0.51 |
HSV | 231° | 98° | 100° |
CMYK | 0.98 | 0.83 | 0.00 0.00 |
XYZ | 18.8652 | 8.9958 | 94.5080 |
Yxy | 8.9958 | 0.1542 | 0.0735 |
Hunter Lab | 29.9930 | 59.7864 | -165.8278 |
CIE-Lab | 35.9762 | 67.6252 | -101.1658 |
#062cfe color RGB value is (6,44,254).
#062cfe hex color red value is 6, green value is 44 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #062cfe hue: 0.64 , saturation: 0.99 and the lightness value of 062cfe is 0.51.
The process color (four color CMYK) of #062cfe color hex is 0.98, 0.83, 0.00, 0.00. Web safe color of #062cfe is #0033ff. Color #062cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00101100 | 11111110 |
Octal | 6 | 54 | 376 |
Decimal | 6 | 44 | 254 |
Hex | 6 | 2C | FE |
Shades of #062cfe
Tints of #062cfe
RGB Percentages of Color #062cfe
CMYK Percentages of Color #062cfe
Complementary Color
#062cfe | #fed806 |
#062cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#062cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#062cfe Color CSS Codes
.mybgcolor {background-color:#062cfe; } .myforecolor {color:#062cfe; } .mybordercolor {border:3px solid #062cfe; }
#062cfe Text Font Color
<p style="color:#062cfe">Text here</p>
This sample text font color is #062cfe
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.
#062cfe Background Color
<div style="background-color:#062cfe">
Div content here</div>
This div background color is #062cfe
#062cfe Border Color
<div style="border:3px solid #062cfe">
Div here</div>
This div border color is #062cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,44,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #062cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #062cfe; -webkit-box-shadow: 1px 1px 3px 2px #062cfe; box-shadow: 1px 1px 3px 2px #062cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,44,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #062cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #062cfe; -webkit-box-shadow: 1px 1px 3px 2px #062cfe; box-shadow: 1px 1px 3px 2px #062cfe;">
Div content here</div>
This div box has shadow with color #062cfe
Comments
No comments written yet.
Please login to write comment.