Color spaces of #551346
RGB | 85 | 19 | 70 |
---|---|---|---|
HSL | 0.87 | 0.63 | 0.20 |
HSV | 314° | 78° | 33° |
CMYK | 0.00 | 0.78 | 0.18 0.67 |
XYZ | 5.0847 | 2.8392 | 6.0744 |
Yxy | 2.8392 | 0.3632 | 0.2028 |
Hunter Lab | 16.8499 | 24.3775 | -9.5791 |
CIE-Lab | 19.3881 | 35.8645 | -15.4068 |
#551346 color RGB value is (85,19,70).
#551346 hex color red value is 85, green value is 19 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #551346 hue: 0.87 , saturation: 0.63 and the lightness value of 551346 is 0.20.
The process color (four color CMYK) of #551346 color hex is 0.00, 0.78, 0.18, 0.67. Web safe color of #551346 is #660033. Color #551346 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00010011 | 01000110 |
Octal | 125 | 23 | 106 |
Decimal | 85 | 19 | 70 |
Hex | 55 | 13 | 46 |
Shades of #551346
Tints of #551346
RGB Percentages of Color #551346
CMYK Percentages of Color #551346
Complementary Color
#551346 | #135522 |
#551346 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#551346 Color Preview on White Background
Lorem ipsum dolor sit amet.
#551346 Color CSS Codes
.mybgcolor {background-color:#551346; } .myforecolor {color:#551346; } .mybordercolor {border:3px solid #551346; }
#551346 Text Font Color
<p style="color:#551346">Text here</p>
This sample text font color is #551346
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.
#551346 Background Color
<div style="background-color:#551346">
Div content here</div>
This div background color is #551346
#551346 Border Color
<div style="border:3px solid #551346">
Div here</div>
This div border color is #551346
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,19,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #551346; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #551346; -webkit-box-shadow: 1px 1px 3px 2px #551346; box-shadow: 1px 1px 3px 2px #551346; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,19,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #551346">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #551346; -webkit-box-shadow: 1px 1px 3px 2px #551346; box-shadow: 1px 1px 3px 2px #551346;">
Div content here</div>
This div box has shadow with color #551346
Comments
No comments written yet.
Please login to write comment.