Color spaces of #520445
RGB | 82 | 4 | 69 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.17 |
HSV | 310° | 95° | 32° |
CMYK | 0.00 | 0.95 | 0.16 0.68 |
XYZ | 4.5973 | 2.3103 | 5.8339 |
Yxy | 2.3103 | 0.3608 | 0.1813 |
Hunter Lab | 15.1997 | 27.3898 | -12.1168 |
CIE-Lab | 17.0380 | 39.7708 | -18.4364 |
#520445 color RGB value is (82,4,69).
#520445 hex color red value is 82, green value is 4 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #520445 hue: 0.86 , saturation: 0.91 and the lightness value of 520445 is 0.17.
The process color (four color CMYK) of #520445 color hex is 0.00, 0.95, 0.16, 0.68. Web safe color of #520445 is #660033. Color #520445 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00000100 | 01000101 |
Octal | 122 | 4 | 105 |
Decimal | 82 | 4 | 69 |
Hex | 52 | 4 | 45 |
Shades of #520445
Tints of #520445
RGB Percentages of Color #520445
CMYK Percentages of Color #520445
Complementary Color
#520445 | #045211 |
#520445 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#520445 Color Preview on White Background
Lorem ipsum dolor sit amet.
#520445 Color CSS Codes
.mybgcolor {background-color:#520445; } .myforecolor {color:#520445; } .mybordercolor {border:3px solid #520445; }
#520445 Text Font Color
<p style="color:#520445">Text here</p>
This sample text font color is #520445
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.
#520445 Background Color
<div style="background-color:#520445">
Div content here</div>
This div background color is #520445
#520445 Border Color
<div style="border:3px solid #520445">
Div here</div>
This div border color is #520445
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,4,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #520445; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520445; -webkit-box-shadow: 1px 1px 3px 2px #520445; box-shadow: 1px 1px 3px 2px #520445; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,4,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #520445">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #520445; -webkit-box-shadow: 1px 1px 3px 2px #520445; box-shadow: 1px 1px 3px 2px #520445;">
Div content here</div>
This div box has shadow with color #520445
Comments
No comments written yet.
Please login to write comment.