Color spaces of #0813ec
RGB | 8 | 19 | 236 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.48 |
HSV | 237° | 97° | 93° |
CMYK | 0.97 | 0.92 | 0.00 0.07 |
XYZ | 15.4733 | 6.5735 | 79.8102 |
Yxy | 6.5735 | 0.1519 | 0.0645 |
Hunter Lab | 25.6388 | 62.8586 | -166.6145 |
CIE-Lab | 30.8156 | 71.2228 | -99.6114 |
#0813ec color RGB value is (8,19,236).
#0813ec hex color red value is 8, green value is 19 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0813ec hue: 0.66 , saturation: 0.93 and the lightness value of 0813ec is 0.48.
The process color (four color CMYK) of #0813ec color hex is 0.97, 0.92, 0.00, 0.07. Web safe color of #0813ec is #0000ff. Color #0813ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00010011 | 11101100 |
Octal | 10 | 23 | 354 |
Decimal | 8 | 19 | 236 |
Hex | 8 | 13 | EC |
Shades of #0813ec
Tints of #0813ec
RGB Percentages of Color #0813ec
CMYK Percentages of Color #0813ec
Complementary Color
#0813ec | #ece108 |
#0813ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0813ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#0813ec Color CSS Codes
.mybgcolor {background-color:#0813ec; } .myforecolor {color:#0813ec; } .mybordercolor {border:3px solid #0813ec; }
#0813ec Text Font Color
<p style="color:#0813ec">Text here</p>
This sample text font color is #0813ec
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.
#0813ec Background Color
<div style="background-color:#0813ec">
Div content here</div>
This div background color is #0813ec
#0813ec Border Color
<div style="border:3px solid #0813ec">
Div here</div>
This div border color is #0813ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,19,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0813ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0813ec; -webkit-box-shadow: 1px 1px 3px 2px #0813ec; box-shadow: 1px 1px 3px 2px #0813ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,19,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 #0813ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0813ec; -webkit-box-shadow: 1px 1px 3px 2px #0813ec; box-shadow: 1px 1px 3px 2px #0813ec;">
Div content here</div>
This div box has shadow with color #0813ec
Comments
No comments written yet.
Please login to write comment.