Color spaces of #3170fc
RGB | 49 | 112 | 252 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.59 |
HSV | 221° | 81° | 99° |
CMYK | 0.81 | 0.56 | 0.00 0.01 |
XYZ | 24.6315 | 19.2696 | 94.5166 |
Yxy | 19.2696 | 0.1780 | 0.1392 |
Hunter Lab | 43.8972 | 23.3396 | -96.9315 |
CIE-Lab | 51.0011 | 29.9793 | -75.2666 |
#3170fc color RGB value is (49,112,252).
#3170fc hex color red value is 49, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3170fc hue: 0.61 , saturation: 0.97 and the lightness value of 3170fc is 0.59.
The process color (four color CMYK) of #3170fc color hex is 0.81, 0.56, 0.00, 0.01. Web safe color of #3170fc is #3366ff. Color #3170fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01110000 | 11111100 |
Octal | 61 | 160 | 374 |
Decimal | 49 | 112 | 252 |
Hex | 31 | 70 | FC |
Shades of #3170fc
Tints of #3170fc
RGB Percentages of Color #3170fc
CMYK Percentages of Color #3170fc
Complementary Color
#3170fc | #fcbd31 |
#3170fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3170fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3170fc Color CSS Codes
.mybgcolor {background-color:#3170fc; } .myforecolor {color:#3170fc; } .mybordercolor {border:3px solid #3170fc; }
#3170fc Text Font Color
<p style="color:#3170fc">Text here</p>
This sample text font color is #3170fc
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.
#3170fc Background Color
<div style="background-color:#3170fc">
Div content here</div>
This div background color is #3170fc
#3170fc Border Color
<div style="border:3px solid #3170fc">
Div here</div>
This div border color is #3170fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,112,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3170fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3170fc; -webkit-box-shadow: 1px 1px 3px 2px #3170fc; box-shadow: 1px 1px 3px 2px #3170fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,112,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 #3170fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3170fc; -webkit-box-shadow: 1px 1px 3px 2px #3170fc; box-shadow: 1px 1px 3px 2px #3170fc;">
Div content here</div>
This div box has shadow with color #3170fc
Comments
No comments written yet.
Please login to write comment.