Color spaces of #287ce8
RGB | 40 | 124 | 232 |
---|---|---|---|
HSL | 0.59 | 0.81 | 0.53 |
HSV | 214° | 83° | 91° |
CMYK | 0.83 | 0.47 | 0.00 0.09 |
XYZ | 22.6482 | 20.6926 | 79.1443 |
Yxy | 20.6926 | 0.1849 | 0.1689 |
Hunter Lab | 45.4891 | 9.2659 | -71.3134 |
CIE-Lab | 52.6114 | 14.2422 | -61.5294 |
#287ce8 color RGB value is (40,124,232).
#287ce8 hex color red value is 40, green value is 124 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #287ce8 hue: 0.59 , saturation: 0.81 and the lightness value of 287ce8 is 0.53.
The process color (four color CMYK) of #287ce8 color hex is 0.83, 0.47, 0.00, 0.09. Web safe color of #287ce8 is #3366ff. Color #287ce8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01111100 | 11101000 |
Octal | 50 | 174 | 350 |
Decimal | 40 | 124 | 232 |
Hex | 28 | 7C | E8 |
Shades of #287ce8
Tints of #287ce8
RGB Percentages of Color #287ce8
CMYK Percentages of Color #287ce8
Complementary Color
#287ce8 | #e89428 |
#287ce8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#287ce8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#287ce8 Color CSS Codes
.mybgcolor {background-color:#287ce8; } .myforecolor {color:#287ce8; } .mybordercolor {border:3px solid #287ce8; }
#287ce8 Text Font Color
<p style="color:#287ce8">Text here</p>
This sample text font color is #287ce8
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.
#287ce8 Background Color
<div style="background-color:#287ce8">
Div content here</div>
This div background color is #287ce8
#287ce8 Border Color
<div style="border:3px solid #287ce8">
Div here</div>
This div border color is #287ce8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,124,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #287ce8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #287ce8; -webkit-box-shadow: 1px 1px 3px 2px #287ce8; box-shadow: 1px 1px 3px 2px #287ce8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,124,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #287ce8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #287ce8; -webkit-box-shadow: 1px 1px 3px 2px #287ce8; box-shadow: 1px 1px 3px 2px #287ce8;">
Div content here</div>
This div box has shadow with color #287ce8
Comments
No comments written yet.
Please login to write comment.