Color spaces of #310847
RGB | 49 | 8 | 71 |
---|---|---|---|
HSL | 0.78 | 0.80 | 0.15 |
HSV | 279° | 89° | 28° |
CMYK | 0.31 | 0.89 | 0.00 0.72 |
XYZ | 2.4908 | 1.2816 | 6.0773 |
Yxy | 1.2816 | 0.2529 | 0.1301 |
Hunter Lab | 11.3208 | 19.4623 | -23.9039 |
CIE-Lab | 11.1462 | 31.5055 | -29.6291 |
#310847 color RGB value is (49,8,71).
#310847 hex color red value is 49, green value is 8 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #310847 hue: 0.78 , saturation: 0.80 and the lightness value of 310847 is 0.15.
The process color (four color CMYK) of #310847 color hex is 0.31, 0.89, 0.00, 0.72. Web safe color of #310847 is #330033. Color #310847 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00001000 | 01000111 |
Octal | 61 | 10 | 107 |
Decimal | 49 | 8 | 71 |
Hex | 31 | 8 | 47 |
Shades of #310847
Tints of #310847
RGB Percentages of Color #310847
CMYK Percentages of Color #310847
Complementary Color
#310847 | #1e4708 |
#310847 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#310847 Color Preview on White Background
Lorem ipsum dolor sit amet.
#310847 Color CSS Codes
.mybgcolor {background-color:#310847; } .myforecolor {color:#310847; } .mybordercolor {border:3px solid #310847; }
#310847 Text Font Color
<p style="color:#310847">Text here</p>
This sample text font color is #310847
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.
#310847 Background Color
<div style="background-color:#310847">
Div content here</div>
This div background color is #310847
#310847 Border Color
<div style="border:3px solid #310847">
Div here</div>
This div border color is #310847
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,8,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #310847; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #310847; -webkit-box-shadow: 1px 1px 3px 2px #310847; box-shadow: 1px 1px 3px 2px #310847; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,8,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #310847">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #310847; -webkit-box-shadow: 1px 1px 3px 2px #310847; box-shadow: 1px 1px 3px 2px #310847;">
Div content here</div>
This div box has shadow with color #310847
Comments
No comments written yet.
Please login to write comment.