Color spaces of #083abf
RGB | 8 | 58 | 191 |
---|---|---|---|
HSL | 0.62 | 0.92 | 0.39 |
HSV | 224° | 96° | 75° |
CMYK | 0.96 | 0.70 | 0.00 0.25 |
XYZ | 11.0172 | 6.8393 | 50.0297 |
Yxy | 6.8393 | 0.1623 | 0.1007 |
Hunter Lab | 26.1521 | 29.4314 | -95.1172 |
CIE-Lab | 31.4382 | 39.3139 | -72.5407 |
#083abf color RGB value is (8,58,191).
#083abf hex color red value is 8, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #083abf hue: 0.62 , saturation: 0.92 and the lightness value of 083abf is 0.39.
The process color (four color CMYK) of #083abf color hex is 0.96, 0.70, 0.00, 0.25. Web safe color of #083abf is #0033cc. Color #083abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00111010 | 10111111 |
Octal | 10 | 72 | 277 |
Decimal | 8 | 58 | 191 |
Hex | 8 | 3A | BF |
Shades of #083abf
Tints of #083abf
RGB Percentages of Color #083abf
CMYK Percentages of Color #083abf
Complementary Color
#083abf | #bf8d08 |
#083abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#083abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#083abf Color CSS Codes
.mybgcolor {background-color:#083abf; } .myforecolor {color:#083abf; } .mybordercolor {border:3px solid #083abf; }
#083abf Text Font Color
<p style="color:#083abf">Text here</p>
This sample text font color is #083abf
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.
#083abf Background Color
<div style="background-color:#083abf">
Div content here</div>
This div background color is #083abf
#083abf Border Color
<div style="border:3px solid #083abf">
Div here</div>
This div border color is #083abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #083abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #083abf; -webkit-box-shadow: 1px 1px 3px 2px #083abf; box-shadow: 1px 1px 3px 2px #083abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,58,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #083abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #083abf; -webkit-box-shadow: 1px 1px 3px 2px #083abf; box-shadow: 1px 1px 3px 2px #083abf;">
Div content here</div>
This div box has shadow with color #083abf
Comments
No comments written yet.
Please login to write comment.