Color spaces of #533873
RGB | 83 | 56 | 115 |
---|---|---|---|
HSL | 0.74 | 0.35 | 0.34 |
HSV | 267° | 51° | 45° |
CMYK | 0.28 | 0.51 | 0.00 0.55 |
XYZ | 8.0760 | 5.9052 | 16.9338 |
Yxy | 5.9052 | 0.2612 | 0.1910 |
Hunter Lab | 24.3006 | 16.7961 | -24.3056 |
CIE-Lab | 29.1720 | 25.1073 | -29.6716 |
#533873 color RGB value is (83,56,115).
#533873 hex color red value is 83, green value is 56 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #533873 hue: 0.74 , saturation: 0.35 and the lightness value of 533873 is 0.34.
The process color (four color CMYK) of #533873 color hex is 0.28, 0.51, 0.00, 0.55. Web safe color of #533873 is #663366. Color #533873 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00111000 | 01110011 |
Octal | 123 | 70 | 163 |
Decimal | 83 | 56 | 115 |
Hex | 53 | 38 | 73 |
Shades of #533873
Tints of #533873
RGB Percentages of Color #533873
CMYK Percentages of Color #533873
Complementary Color
#533873 | #587338 |
#533873 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#533873 Color Preview on White Background
Lorem ipsum dolor sit amet.
#533873 Color CSS Codes
.mybgcolor {background-color:#533873; } .myforecolor {color:#533873; } .mybordercolor {border:3px solid #533873; }
#533873 Text Font Color
<p style="color:#533873">Text here</p>
This sample text font color is #533873
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.
#533873 Background Color
<div style="background-color:#533873">
Div content here</div>
This div background color is #533873
#533873 Border Color
<div style="border:3px solid #533873">
Div here</div>
This div border color is #533873
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,56,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #533873; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #533873; -webkit-box-shadow: 1px 1px 3px 2px #533873; box-shadow: 1px 1px 3px 2px #533873; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,56,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #533873">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #533873; -webkit-box-shadow: 1px 1px 3px 2px #533873; box-shadow: 1px 1px 3px 2px #533873;">
Div content here</div>
This div box has shadow with color #533873
Comments
No comments written yet.
Please login to write comment.