Color spaces of #51446f
RGB | 81 | 68 | 111 |
---|---|---|---|
HSL | 0.72 | 0.24 | 0.35 |
HSV | 258° | 39° | 44° |
CMYK | 0.27 | 0.39 | 0.00 0.56 |
XYZ | 8.3297 | 7.0313 | 15.9571 |
Yxy | 7.0313 | 0.2660 | 0.2245 |
Hunter Lab | 26.5166 | 9.6684 | -17.1178 |
CIE-Lab | 31.8781 | 15.7214 | -22.8971 |
#51446f color RGB value is (81,68,111).
#51446f hex color red value is 81, green value is 68 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51446f hue: 0.72 , saturation: 0.24 and the lightness value of 51446f is 0.35.
The process color (four color CMYK) of #51446f color hex is 0.27, 0.39, 0.00, 0.56. Web safe color of #51446f is #663366. Color #51446f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01000100 | 01101111 |
Octal | 121 | 104 | 157 |
Decimal | 81 | 68 | 111 |
Hex | 51 | 44 | 6F |
Shades of #51446f
Tints of #51446f
RGB Percentages of Color #51446f
CMYK Percentages of Color #51446f
Complementary Color
#51446f | #626f44 |
#51446f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51446f Color Preview on White Background
Lorem ipsum dolor sit amet.
#51446f Color CSS Codes
.mybgcolor {background-color:#51446f; } .myforecolor {color:#51446f; } .mybordercolor {border:3px solid #51446f; }
#51446f Text Font Color
<p style="color:#51446f">Text here</p>
This sample text font color is #51446f
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.
#51446f Background Color
<div style="background-color:#51446f">
Div content here</div>
This div background color is #51446f
#51446f Border Color
<div style="border:3px solid #51446f">
Div here</div>
This div border color is #51446f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,68,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51446f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51446f; -webkit-box-shadow: 1px 1px 3px 2px #51446f; box-shadow: 1px 1px 3px 2px #51446f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,68,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51446f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51446f; -webkit-box-shadow: 1px 1px 3px 2px #51446f; box-shadow: 1px 1px 3px 2px #51446f;">
Div content here</div>
This div box has shadow with color #51446f
Comments
No comments written yet.
Please login to write comment.