Color spaces of #317afc
RGB | 49 | 122 | 252 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.59 |
HSV | 218° | 81° | 99° |
CMYK | 0.81 | 0.52 | 0.00 0.01 |
XYZ | 25.7968 | 21.6003 | 94.9051 |
Yxy | 21.6003 | 0.1813 | 0.1518 |
Hunter Lab | 46.4761 | 17.7441 | -88.5380 |
CIE-Lab | 53.6003 | 23.7258 | -71.0463 |
#317afc color RGB value is (49,122,252).
#317afc hex color red value is 49, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #317afc hue: 0.61 , saturation: 0.97 and the lightness value of 317afc is 0.59.
The process color (four color CMYK) of #317afc color hex is 0.81, 0.52, 0.00, 0.01. Web safe color of #317afc is #3366ff. Color #317afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01111010 | 11111100 |
Octal | 61 | 172 | 374 |
Decimal | 49 | 122 | 252 |
Hex | 31 | 7A | FC |
Shades of #317afc
Tints of #317afc
RGB Percentages of Color #317afc
CMYK Percentages of Color #317afc
Complementary Color
#317afc | #fcb331 |
#317afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#317afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#317afc Color CSS Codes
.mybgcolor {background-color:#317afc; } .myforecolor {color:#317afc; } .mybordercolor {border:3px solid #317afc; }
#317afc Text Font Color
<p style="color:#317afc">Text here</p>
This sample text font color is #317afc
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.
#317afc Background Color
<div style="background-color:#317afc">
Div content here</div>
This div background color is #317afc
#317afc Border Color
<div style="border:3px solid #317afc">
Div here</div>
This div border color is #317afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,122,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #317afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #317afc; -webkit-box-shadow: 1px 1px 3px 2px #317afc; box-shadow: 1px 1px 3px 2px #317afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,122,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #317afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #317afc; -webkit-box-shadow: 1px 1px 3px 2px #317afc; box-shadow: 1px 1px 3px 2px #317afc;">
Div content here</div>
This div box has shadow with color #317afc
Comments
No comments written yet.
Please login to write comment.