Color spaces of #0392de
RGB | 3 | 146 | 222 |
---|---|---|---|
HSL | 0.56 | 0.97 | 0.44 |
HSV | 201° | 99° | 87° |
CMYK | 0.99 | 0.34 | 0.00 0.13 |
XYZ | 23.5013 | 25.8511 | 72.8583 |
Yxy | 25.8511 | 0.1923 | 0.2115 |
Hunter Lab | 50.8440 | -6.4700 | -49.3705 |
CIE-Lab | 57.8954 | -4.6896 | -47.5262 |
#0392de color RGB value is (3,146,222).
#0392de hex color red value is 3, green value is 146 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0392de hue: 0.56 , saturation: 0.97 and the lightness value of 0392de is 0.44.
The process color (four color CMYK) of #0392de color hex is 0.99, 0.34, 0.00, 0.13. Web safe color of #0392de is #0099cc. Color #0392de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 10010010 | 11011110 |
Octal | 3 | 222 | 336 |
Decimal | 3 | 146 | 222 |
Hex | 3 | 92 | DE |
Shades of #0392de
Tints of #0392de
RGB Percentages of Color #0392de
CMYK Percentages of Color #0392de
Complementary Color
#0392de | #de4f03 |
#0392de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0392de Color Preview on White Background
Lorem ipsum dolor sit amet.
#0392de Color CSS Codes
.mybgcolor {background-color:#0392de; } .myforecolor {color:#0392de; } .mybordercolor {border:3px solid #0392de; }
#0392de Text Font Color
<p style="color:#0392de">Text here</p>
This sample text font color is #0392de
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.
#0392de Background Color
<div style="background-color:#0392de">
Div content here</div>
This div background color is #0392de
#0392de Border Color
<div style="border:3px solid #0392de">
Div here</div>
This div border color is #0392de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,146,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0392de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0392de; -webkit-box-shadow: 1px 1px 3px 2px #0392de; box-shadow: 1px 1px 3px 2px #0392de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,146,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0392de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0392de; -webkit-box-shadow: 1px 1px 3px 2px #0392de; box-shadow: 1px 1px 3px 2px #0392de;">
Div content here</div>
This div box has shadow with color #0392de
Comments
No comments written yet.
Please login to write comment.