Color spaces of #0f47ec
RGB | 15 | 71 | 236 |
---|---|---|---|
HSL | 0.62 | 0.88 | 0.49 |
HSV | 225° | 94° | 93° |
CMYK | 0.94 | 0.70 | 0.00 0.07 |
XYZ | 17.5906 | 10.6642 | 80.4881 |
Yxy | 10.6642 | 0.1618 | 0.0981 |
Hunter Lab | 32.6561 | 39.0031 | -123.2740 |
CIE-Lab | 39.0090 | 47.8303 | -85.9938 |
#0f47ec color RGB value is (15,71,236).
#0f47ec hex color red value is 15, green value is 71 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0f47ec hue: 0.62 , saturation: 0.88 and the lightness value of 0f47ec is 0.49.
The process color (four color CMYK) of #0f47ec color hex is 0.94, 0.70, 0.00, 0.07. Web safe color of #0f47ec is #0033ff. Color #0f47ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 01000111 | 11101100 |
Octal | 17 | 107 | 354 |
Decimal | 15 | 71 | 236 |
Hex | F | 47 | EC |
Shades of #0f47ec
Tints of #0f47ec
RGB Percentages of Color #0f47ec
CMYK Percentages of Color #0f47ec
Complementary Color
#0f47ec | #ecb40f |
#0f47ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0f47ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#0f47ec Color CSS Codes
.mybgcolor {background-color:#0f47ec; } .myforecolor {color:#0f47ec; } .mybordercolor {border:3px solid #0f47ec; }
#0f47ec Text Font Color
<p style="color:#0f47ec">Text here</p>
This sample text font color is #0f47ec
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.
#0f47ec Background Color
<div style="background-color:#0f47ec">
Div content here</div>
This div background color is #0f47ec
#0f47ec Border Color
<div style="border:3px solid #0f47ec">
Div here</div>
This div border color is #0f47ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,71,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0f47ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0f47ec; -webkit-box-shadow: 1px 1px 3px 2px #0f47ec; box-shadow: 1px 1px 3px 2px #0f47ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,71,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0f47ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0f47ec; -webkit-box-shadow: 1px 1px 3px 2px #0f47ec; box-shadow: 1px 1px 3px 2px #0f47ec;">
Div content here</div>
This div box has shadow with color #0f47ec
Comments
No comments written yet.
Please login to write comment.