Color spaces of #1387de
RGB | 19 | 135 | 222 |
---|---|---|---|
HSL | 0.57 | 0.84 | 0.47 |
HSV | 206° | 91° | 87° |
CMYK | 0.91 | 0.39 | 0.00 0.13 |
XYZ | 22.1173 | 22.7403 | 72.3309 |
Yxy | 22.7403 | 0.1887 | 0.1940 |
Hunter Lab | 47.6868 | -0.6630 | -56.5498 |
CIE-Lab | 54.8038 | 2.3508 | -52.4335 |
#1387de color RGB value is (19,135,222).
#1387de hex color red value is 19, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1387de hue: 0.57 , saturation: 0.84 and the lightness value of 1387de is 0.47.
The process color (four color CMYK) of #1387de color hex is 0.91, 0.39, 0.00, 0.13. Web safe color of #1387de is #0099cc. Color #1387de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10000111 | 11011110 |
Octal | 23 | 207 | 336 |
Decimal | 19 | 135 | 222 |
Hex | 13 | 87 | DE |
Shades of #1387de
Tints of #1387de
RGB Percentages of Color #1387de
CMYK Percentages of Color #1387de
Complementary Color
#1387de | #de6a13 |
#1387de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1387de Color Preview on White Background
Lorem ipsum dolor sit amet.
#1387de Color CSS Codes
.mybgcolor {background-color:#1387de; } .myforecolor {color:#1387de; } .mybordercolor {border:3px solid #1387de; }
#1387de Text Font Color
<p style="color:#1387de">Text here</p>
This sample text font color is #1387de
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.
#1387de Background Color
<div style="background-color:#1387de">
Div content here</div>
This div background color is #1387de
#1387de Border Color
<div style="border:3px solid #1387de">
Div here</div>
This div border color is #1387de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,135,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1387de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1387de; -webkit-box-shadow: 1px 1px 3px 2px #1387de; box-shadow: 1px 1px 3px 2px #1387de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,135,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 #1387de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1387de; -webkit-box-shadow: 1px 1px 3px 2px #1387de; box-shadow: 1px 1px 3px 2px #1387de;">
Div content here</div>
This div box has shadow with color #1387de
Comments
No comments written yet.
Please login to write comment.