Color spaces of #287dce
RGB | 40 | 125 | 206 |
---|---|---|---|
HSL | 0.58 | 0.67 | 0.48 |
HSV | 209° | 81° | 81° |
CMYK | 0.81 | 0.39 | 0.00 0.19 |
XYZ | 19.3493 | 19.5746 | 61.1510 |
Yxy | 19.5746 | 0.1933 | 0.1956 |
Hunter Lab | 44.2432 | 0.6395 | -50.9778 |
CIE-Lab | 51.3528 | 3.8205 | -48.8848 |
#287dce color RGB value is (40,125,206).
#287dce hex color red value is 40, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #287dce hue: 0.58 , saturation: 0.67 and the lightness value of 287dce is 0.48.
The process color (four color CMYK) of #287dce color hex is 0.81, 0.39, 0.00, 0.19. Web safe color of #287dce is #3366cc. Color #287dce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01111101 | 11001110 |
Octal | 50 | 175 | 316 |
Decimal | 40 | 125 | 206 |
Hex | 28 | 7D | CE |
Shades of #287dce
Tints of #287dce
RGB Percentages of Color #287dce
CMYK Percentages of Color #287dce
Complementary Color
#287dce | #ce7928 |
#287dce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#287dce Color Preview on White Background
Lorem ipsum dolor sit amet.
#287dce Color CSS Codes
.mybgcolor {background-color:#287dce; } .myforecolor {color:#287dce; } .mybordercolor {border:3px solid #287dce; }
#287dce Text Font Color
<p style="color:#287dce">Text here</p>
This sample text font color is #287dce
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.
#287dce Background Color
<div style="background-color:#287dce">
Div content here</div>
This div background color is #287dce
#287dce Border Color
<div style="border:3px solid #287dce">
Div here</div>
This div border color is #287dce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,125,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #287dce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #287dce; -webkit-box-shadow: 1px 1px 3px 2px #287dce; box-shadow: 1px 1px 3px 2px #287dce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,125,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 #287dce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #287dce; -webkit-box-shadow: 1px 1px 3px 2px #287dce; box-shadow: 1px 1px 3px 2px #287dce;">
Div content here</div>
This div box has shadow with color #287dce
Comments
No comments written yet.
Please login to write comment.