Color spaces of #31127b
RGB | 49 | 18 | 123 |
---|---|---|---|
HSL | 0.72 | 0.74 | 0.28 |
HSV | 258° | 85° | 48° |
CMYK | 0.60 | 0.85 | 0.00 0.52 |
XYZ | 5.0581 | 2.5156 | 18.9579 |
Yxy | 2.5156 | 0.1906 | 0.0948 |
Hunter Lab | 15.8606 | 29.1691 | -59.7657 |
CIE-Lab | 17.9890 | 41.5657 | -53.0777 |
#31127b color RGB value is (49,18,123).
#31127b hex color red value is 49, green value is 18 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #31127b hue: 0.72 , saturation: 0.74 and the lightness value of 31127b is 0.28.
The process color (four color CMYK) of #31127b color hex is 0.60, 0.85, 0.00, 0.52. Web safe color of #31127b is #330066. Color #31127b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00010010 | 01111011 |
Octal | 61 | 22 | 173 |
Decimal | 49 | 18 | 123 |
Hex | 31 | 12 | 7B |
Shades of #31127b
Tints of #31127b
RGB Percentages of Color #31127b
CMYK Percentages of Color #31127b
Complementary Color
#31127b | #5c7b12 |
#31127b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31127b Color Preview on White Background
Lorem ipsum dolor sit amet.
#31127b Color CSS Codes
.mybgcolor {background-color:#31127b; } .myforecolor {color:#31127b; } .mybordercolor {border:3px solid #31127b; }
#31127b Text Font Color
<p style="color:#31127b">Text here</p>
This sample text font color is #31127b
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.
#31127b Background Color
<div style="background-color:#31127b">
Div content here</div>
This div background color is #31127b
#31127b Border Color
<div style="border:3px solid #31127b">
Div here</div>
This div border color is #31127b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,18,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31127b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31127b; -webkit-box-shadow: 1px 1px 3px 2px #31127b; box-shadow: 1px 1px 3px 2px #31127b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,18,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31127b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31127b; -webkit-box-shadow: 1px 1px 3px 2px #31127b; box-shadow: 1px 1px 3px 2px #31127b;">
Div content here</div>
This div box has shadow with color #31127b
Comments
No comments written yet.
Please login to write comment.