Color spaces of #317aca
RGB | 49 | 122 | 202 |
---|---|---|---|
HSL | 0.59 | 0.61 | 0.49 |
HSV | 211° | 76° | 79° |
CMYK | 0.76 | 0.40 | 0.00 0.21 |
XYZ | 18.8868 | 18.8363 | 58.5174 |
Yxy | 18.8363 | 0.1962 | 0.1957 |
Hunter Lab | 43.4008 | 1.7267 | -49.5603 |
CIE-Lab | 50.4951 | 5.1549 | -47.9599 |
#317aca color RGB value is (49,122,202).
#317aca hex color red value is 49, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #317aca hue: 0.59 , saturation: 0.61 and the lightness value of 317aca is 0.49.
The process color (four color CMYK) of #317aca color hex is 0.76, 0.40, 0.00, 0.21. Web safe color of #317aca is #3366cc. Color #317aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01111010 | 11001010 |
Octal | 61 | 172 | 312 |
Decimal | 49 | 122 | 202 |
Hex | 31 | 7A | CA |
Shades of #317aca
Tints of #317aca
RGB Percentages of Color #317aca
CMYK Percentages of Color #317aca
Complementary Color
#317aca | #ca8131 |
#317aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#317aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#317aca Color CSS Codes
.mybgcolor {background-color:#317aca; } .myforecolor {color:#317aca; } .mybordercolor {border:3px solid #317aca; }
#317aca Text Font Color
<p style="color:#317aca">Text here</p>
This sample text font color is #317aca
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.
#317aca Background Color
<div style="background-color:#317aca">
Div content here</div>
This div background color is #317aca
#317aca Border Color
<div style="border:3px solid #317aca">
Div here</div>
This div border color is #317aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,122,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #317aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #317aca; -webkit-box-shadow: 1px 1px 3px 2px #317aca; box-shadow: 1px 1px 3px 2px #317aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,122,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #317aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #317aca; -webkit-box-shadow: 1px 1px 3px 2px #317aca; box-shadow: 1px 1px 3px 2px #317aca;">
Div content here</div>
This div box has shadow with color #317aca
Comments
No comments written yet.
Please login to write comment.