Color spaces of #31046a
RGB | 49 | 4 | 106 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.22 |
HSV | 266° | 96° | 42° |
CMYK | 0.54 | 0.96 | 0.00 0.58 |
XYZ | 3.9116 | 1.7804 | 13.7732 |
Yxy | 1.7804 | 0.2010 | 0.0915 |
Hunter Lab | 13.3432 | 28.9774 | -51.8606 |
CIE-Lab | 14.2899 | 42.0673 | -48.1733 |
#31046a color RGB value is (49,4,106).
#31046a hex color red value is 49, green value is 4 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #31046a hue: 0.74 , saturation: 0.93 and the lightness value of 31046a is 0.22.
The process color (four color CMYK) of #31046a color hex is 0.54, 0.96, 0.00, 0.58. Web safe color of #31046a is #330066. Color #31046a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00000100 | 01101010 |
Octal | 61 | 4 | 152 |
Decimal | 49 | 4 | 106 |
Hex | 31 | 4 | 6A |
Shades of #31046a
Tints of #31046a
RGB Percentages of Color #31046a
CMYK Percentages of Color #31046a
Complementary Color
#31046a | #3d6a04 |
#31046a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31046a Color Preview on White Background
Lorem ipsum dolor sit amet.
#31046a Color CSS Codes
.mybgcolor {background-color:#31046a; } .myforecolor {color:#31046a; } .mybordercolor {border:3px solid #31046a; }
#31046a Text Font Color
<p style="color:#31046a">Text here</p>
This sample text font color is #31046a
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.
#31046a Background Color
<div style="background-color:#31046a">
Div content here</div>
This div background color is #31046a
#31046a Border Color
<div style="border:3px solid #31046a">
Div here</div>
This div border color is #31046a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,4,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31046a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31046a; -webkit-box-shadow: 1px 1px 3px 2px #31046a; box-shadow: 1px 1px 3px 2px #31046a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,4,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31046a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31046a; -webkit-box-shadow: 1px 1px 3px 2px #31046a; box-shadow: 1px 1px 3px 2px #31046a;">
Div content here</div>
This div box has shadow with color #31046a
Comments
No comments written yet.
Please login to write comment.