Color spaces of #530847
RGB | 83 | 8 | 71 |
---|---|---|---|
HSL | 0.86 | 0.82 | 0.18 |
HSV | 310° | 90° | 33° |
CMYK | 0.00 | 0.90 | 0.14 0.67 |
XYZ | 4.7914 | 2.4676 | 6.1850 |
Yxy | 2.4676 | 0.3564 | 0.1835 |
Hunter Lab | 15.7086 | 26.9556 | -12.3484 |
CIE-Lab | 17.7714 | 39.1382 | -18.6551 |
#530847 color RGB value is (83,8,71).
#530847 hex color red value is 83, green value is 8 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #530847 hue: 0.86 , saturation: 0.82 and the lightness value of 530847 is 0.18.
The process color (four color CMYK) of #530847 color hex is 0.00, 0.90, 0.14, 0.67. Web safe color of #530847 is #660033. Color #530847 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00001000 | 01000111 |
Octal | 123 | 10 | 107 |
Decimal | 83 | 8 | 71 |
Hex | 53 | 8 | 47 |
Shades of #530847
Tints of #530847
RGB Percentages of Color #530847
CMYK Percentages of Color #530847
Complementary Color
#530847 | #085314 |
#530847 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#530847 Color Preview on White Background
Lorem ipsum dolor sit amet.
#530847 Color CSS Codes
.mybgcolor {background-color:#530847; } .myforecolor {color:#530847; } .mybordercolor {border:3px solid #530847; }
#530847 Text Font Color
<p style="color:#530847">Text here</p>
This sample text font color is #530847
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.
#530847 Background Color
<div style="background-color:#530847">
Div content here</div>
This div background color is #530847
#530847 Border Color
<div style="border:3px solid #530847">
Div here</div>
This div border color is #530847
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,8,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #530847; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #530847; -webkit-box-shadow: 1px 1px 3px 2px #530847; box-shadow: 1px 1px 3px 2px #530847; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,8,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #530847">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #530847; -webkit-box-shadow: 1px 1px 3px 2px #530847; box-shadow: 1px 1px 3px 2px #530847;">
Div content here</div>
This div box has shadow with color #530847
Comments
No comments written yet.
Please login to write comment.