Color spaces of #511449
RGB | 81 | 20 | 73 |
---|---|---|---|
HSL | 0.86 | 0.60 | 0.20 |
HSV | 308° | 75° | 32° |
CMYK | 0.00 | 0.75 | 0.10 0.68 |
XYZ | 4.8461 | 2.7307 | 6.5750 |
Yxy | 2.7307 | 0.3424 | 0.1930 |
Hunter Lab | 16.5248 | 23.4288 | -12.0233 |
CIE-Lab | 18.9314 | 34.8386 | -18.2383 |
#511449 color RGB value is (81,20,73).
#511449 hex color red value is 81, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #511449 hue: 0.86 , saturation: 0.60 and the lightness value of 511449 is 0.20.
The process color (four color CMYK) of #511449 color hex is 0.00, 0.75, 0.10, 0.68. Web safe color of #511449 is #660033. Color #511449 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00010100 | 01001001 |
Octal | 121 | 24 | 111 |
Decimal | 81 | 20 | 73 |
Hex | 51 | 14 | 49 |
Shades of #511449
Tints of #511449
RGB Percentages of Color #511449
CMYK Percentages of Color #511449
Complementary Color
#511449 | #14511c |
#511449 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#511449 Color Preview on White Background
Lorem ipsum dolor sit amet.
#511449 Color CSS Codes
.mybgcolor {background-color:#511449; } .myforecolor {color:#511449; } .mybordercolor {border:3px solid #511449; }
#511449 Text Font Color
<p style="color:#511449">Text here</p>
This sample text font color is #511449
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.
#511449 Background Color
<div style="background-color:#511449">
Div content here</div>
This div background color is #511449
#511449 Border Color
<div style="border:3px solid #511449">
Div here</div>
This div border color is #511449
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,20,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #511449; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511449; -webkit-box-shadow: 1px 1px 3px 2px #511449; box-shadow: 1px 1px 3px 2px #511449; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,20,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #511449">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #511449; -webkit-box-shadow: 1px 1px 3px 2px #511449; box-shadow: 1px 1px 3px 2px #511449;">
Div content here</div>
This div box has shadow with color #511449
Comments
No comments written yet.
Please login to write comment.