Color spaces of #163dce
RGB | 22 | 61 | 206 |
---|---|---|---|
HSL | 0.63 | 0.81 | 0.45 |
HSV | 227° | 89° | 81° |
CMYK | 0.89 | 0.70 | 0.00 0.19 |
XYZ | 13.1402 | 7.9643 | 59.2372 |
Yxy | 7.9643 | 0.1636 | 0.0991 |
Hunter Lab | 28.2211 | 33.7256 | -104.6973 |
CIE-Lab | 33.9084 | 43.4156 | -77.2217 |
#163dce color RGB value is (22,61,206).
#163dce hex color red value is 22, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #163dce hue: 0.63 , saturation: 0.81 and the lightness value of 163dce is 0.45.
The process color (four color CMYK) of #163dce color hex is 0.89, 0.70, 0.00, 0.19. Web safe color of #163dce is #0033cc. Color #163dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 00111101 | 11001110 |
Octal | 26 | 75 | 316 |
Decimal | 22 | 61 | 206 |
Hex | 16 | 3D | CE |
Shades of #163dce
Tints of #163dce
RGB Percentages of Color #163dce
CMYK Percentages of Color #163dce
Complementary Color
#163dce | #cea716 |
#163dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#163dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#163dce Color CSS Codes
.mybgcolor {background-color:#163dce; } .myforecolor {color:#163dce; } .mybordercolor {border:3px solid #163dce; }
#163dce Text Font Color
<p style="color:#163dce">Text here</p>
This sample text font color is #163dce
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.
#163dce Background Color
<div style="background-color:#163dce">
Div content here</div>
This div background color is #163dce
#163dce Border Color
<div style="border:3px solid #163dce">
Div here</div>
This div border color is #163dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,61,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #163dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #163dce; -webkit-box-shadow: 1px 1px 3px 2px #163dce; box-shadow: 1px 1px 3px 2px #163dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,61,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #163dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #163dce; -webkit-box-shadow: 1px 1px 3px 2px #163dce; box-shadow: 1px 1px 3px 2px #163dce;">
Div content here</div>
This div box has shadow with color #163dce
Comments
No comments written yet.
Please login to write comment.