Color spaces of #1517de
RGB | 21 | 23 | 222 |
---|---|---|---|
HSL | 0.67 | 0.83 | 0.48 |
HSV | 239° | 91° | 87° |
CMYK | 0.91 | 0.90 | 0.00 0.13 |
XYZ | 13.8005 | 6.0461 | 69.5469 |
Yxy | 6.0461 | 0.1544 | 0.0676 |
Hunter Lab | 24.5888 | 57.1529 | -150.4834 |
CIE-Lab | 29.5285 | 66.5546 | -93.7434 |
#1517de color RGB value is (21,23,222).
#1517de hex color red value is 21, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1517de hue: 0.67 , saturation: 0.83 and the lightness value of 1517de is 0.48.
The process color (four color CMYK) of #1517de color hex is 0.91, 0.90, 0.00, 0.13. Web safe color of #1517de is #0000cc. Color #1517de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00010111 | 11011110 |
Octal | 25 | 27 | 336 |
Decimal | 21 | 23 | 222 |
Hex | 15 | 17 | DE |
Shades of #1517de
Tints of #1517de
RGB Percentages of Color #1517de
CMYK Percentages of Color #1517de
Complementary Color
#1517de | #dedc15 |
#1517de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1517de Color Preview on White Background
Lorem ipsum dolor sit amet.
#1517de Color CSS Codes
.mybgcolor {background-color:#1517de; } .myforecolor {color:#1517de; } .mybordercolor {border:3px solid #1517de; }
#1517de Text Font Color
<p style="color:#1517de">Text here</p>
This sample text font color is #1517de
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.
#1517de Background Color
<div style="background-color:#1517de">
Div content here</div>
This div background color is #1517de
#1517de Border Color
<div style="border:3px solid #1517de">
Div here</div>
This div border color is #1517de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,23,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1517de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1517de; -webkit-box-shadow: 1px 1px 3px 2px #1517de; box-shadow: 1px 1px 3px 2px #1517de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,23,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 #1517de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1517de; -webkit-box-shadow: 1px 1px 3px 2px #1517de; box-shadow: 1px 1px 3px 2px #1517de;">
Div content here</div>
This div box has shadow with color #1517de
Comments
No comments written yet.
Please login to write comment.