Color spaces of #531964
RGB | 83 | 25 | 100 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.25 |
HSV | 286° | 75° | 39° |
CMYK | 0.17 | 0.75 | 0.00 0.61 |
XYZ | 6.2152 | 3.4544 | 12.3958 |
Yxy | 3.4544 | 0.2817 | 0.1566 |
Hunter Lab | 18.5860 | 27.1652 | -26.5328 |
CIE-Lab | 21.7789 | 38.5985 | -31.7963 |
#531964 color RGB value is (83,25,100).
#531964 hex color red value is 83, green value is 25 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #531964 hue: 0.80 , saturation: 0.60 and the lightness value of 531964 is 0.25.
The process color (four color CMYK) of #531964 color hex is 0.17, 0.75, 0.00, 0.61. Web safe color of #531964 is #660066. Color #531964 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00011001 | 01100100 |
Octal | 123 | 31 | 144 |
Decimal | 83 | 25 | 100 |
Hex | 53 | 19 | 64 |
Shades of #531964
Tints of #531964
RGB Percentages of Color #531964
CMYK Percentages of Color #531964
Complementary Color
#531964 | #2a6419 |
#531964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#531964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#531964 Color CSS Codes
.mybgcolor {background-color:#531964; } .myforecolor {color:#531964; } .mybordercolor {border:3px solid #531964; }
#531964 Text Font Color
<p style="color:#531964">Text here</p>
This sample text font color is #531964
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.
#531964 Background Color
<div style="background-color:#531964">
Div content here</div>
This div background color is #531964
#531964 Border Color
<div style="border:3px solid #531964">
Div here</div>
This div border color is #531964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,25,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #531964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531964; -webkit-box-shadow: 1px 1px 3px 2px #531964; box-shadow: 1px 1px 3px 2px #531964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,25,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #531964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #531964; -webkit-box-shadow: 1px 1px 3px 2px #531964; box-shadow: 1px 1px 3px 2px #531964;">
Div content here</div>
This div box has shadow with color #531964
Comments
No comments written yet.
Please login to write comment.