Color spaces of #317cef
RGB | 49 | 124 | 239 |
---|---|---|---|
HSL | 0.60 | 0.86 | 0.56 |
HSV | 216° | 79° | 94° |
CMYK | 0.79 | 0.48 | 0.00 0.06 |
XYZ | 24.0543 | 21.3003 | 84.5049 |
Yxy | 21.3003 | 0.1852 | 0.1640 |
Hunter Lab | 46.1522 | 12.2668 | -76.2536 |
CIE-Lab | 53.2766 | 17.6616 | -64.3541 |
#317cef color RGB value is (49,124,239).
#317cef hex color red value is 49, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #317cef hue: 0.60 , saturation: 0.86 and the lightness value of 317cef is 0.56.
The process color (four color CMYK) of #317cef color hex is 0.79, 0.48, 0.00, 0.06. Web safe color of #317cef is #3366ff. Color #317cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01111100 | 11101111 |
Octal | 61 | 174 | 357 |
Decimal | 49 | 124 | 239 |
Hex | 31 | 7C | EF |
Shades of #317cef
Tints of #317cef
RGB Percentages of Color #317cef
CMYK Percentages of Color #317cef
Complementary Color
#317cef | #efa431 |
#317cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#317cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#317cef Color CSS Codes
.mybgcolor {background-color:#317cef; } .myforecolor {color:#317cef; } .mybordercolor {border:3px solid #317cef; }
#317cef Text Font Color
<p style="color:#317cef">Text here</p>
This sample text font color is #317cef
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.
#317cef Background Color
<div style="background-color:#317cef">
Div content here</div>
This div background color is #317cef
#317cef Border Color
<div style="border:3px solid #317cef">
Div here</div>
This div border color is #317cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,124,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #317cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #317cef; -webkit-box-shadow: 1px 1px 3px 2px #317cef; box-shadow: 1px 1px 3px 2px #317cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,124,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #317cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #317cef; -webkit-box-shadow: 1px 1px 3px 2px #317cef; box-shadow: 1px 1px 3px 2px #317cef;">
Div content here</div>
This div box has shadow with color #317cef
Comments
No comments written yet.
Please login to write comment.