Color spaces of #317ecf
RGB | 49 | 126 | 207 |
---|---|---|---|
HSL | 0.59 | 0.62 | 0.50 |
HSV | 211° | 76° | 81° |
CMYK | 0.76 | 0.39 | 0.00 0.19 |
XYZ | 19.9900 | 20.0797 | 61.8537 |
Yxy | 20.0797 | 0.1961 | 0.1970 |
Hunter Lab | 44.8104 | 1.2110 | -50.4733 |
CIE-Lab | 51.9272 | 4.5559 | -48.5241 |
#317ecf color RGB value is (49,126,207).
#317ecf hex color red value is 49, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #317ecf hue: 0.59 , saturation: 0.62 and the lightness value of 317ecf is 0.50.
The process color (four color CMYK) of #317ecf color hex is 0.76, 0.39, 0.00, 0.19. Web safe color of #317ecf is #3366cc. Color #317ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01111110 | 11001111 |
Octal | 61 | 176 | 317 |
Decimal | 49 | 126 | 207 |
Hex | 31 | 7E | CF |
Shades of #317ecf
Tints of #317ecf
RGB Percentages of Color #317ecf
CMYK Percentages of Color #317ecf
Complementary Color
#317ecf | #cf8231 |
#317ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#317ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#317ecf Color CSS Codes
.mybgcolor {background-color:#317ecf; } .myforecolor {color:#317ecf; } .mybordercolor {border:3px solid #317ecf; }
#317ecf Text Font Color
<p style="color:#317ecf">Text here</p>
This sample text font color is #317ecf
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.
#317ecf Background Color
<div style="background-color:#317ecf">
Div content here</div>
This div background color is #317ecf
#317ecf Border Color
<div style="border:3px solid #317ecf">
Div here</div>
This div border color is #317ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,126,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #317ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #317ecf; -webkit-box-shadow: 1px 1px 3px 2px #317ecf; box-shadow: 1px 1px 3px 2px #317ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,126,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #317ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #317ecf; -webkit-box-shadow: 1px 1px 3px 2px #317ecf; box-shadow: 1px 1px 3px 2px #317ecf;">
Div content here</div>
This div box has shadow with color #317ecf
Comments
No comments written yet.
Please login to write comment.