Color spaces of #531862
RGB | 83 | 24 | 98 |
---|---|---|---|
HSL | 0.80 | 0.61 | 0.24 |
HSV | 288° | 76° | 38° |
CMYK | 0.15 | 0.76 | 0.00 0.62 |
XYZ | 6.0985 | 3.3741 | 11.8851 |
Yxy | 3.3741 | 0.2855 | 0.1580 |
Hunter Lab | 18.3687 | 27.1175 | -25.5043 |
CIE-Lab | 21.4838 | 38.6014 | -30.9550 |
#531862 color RGB value is (83,24,98).
#531862 hex color red value is 83, green value is 24 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #531862 hue: 0.80 , saturation: 0.61 and the lightness value of 531862 is 0.24.
The process color (four color CMYK) of #531862 color hex is 0.15, 0.76, 0.00, 0.62. Web safe color of #531862 is #660066. Color #531862 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00011000 | 01100010 |
Octal | 123 | 30 | 142 |
Decimal | 83 | 24 | 98 |
Hex | 53 | 18 | 62 |
Shades of #531862
Tints of #531862
RGB Percentages of Color #531862
CMYK Percentages of Color #531862
Complementary Color
#531862 | #276218 |
#531862 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#531862 Color Preview on White Background
Lorem ipsum dolor sit amet.
#531862 Color CSS Codes
.mybgcolor {background-color:#531862; } .myforecolor {color:#531862; } .mybordercolor {border:3px solid #531862; }
#531862 Text Font Color
<p style="color:#531862">Text here</p>
This sample text font color is #531862
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.
#531862 Background Color
<div style="background-color:#531862">
Div content here</div>
This div background color is #531862
#531862 Border Color
<div style="border:3px solid #531862">
Div here</div>
This div border color is #531862
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,24,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #531862; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531862; -webkit-box-shadow: 1px 1px 3px 2px #531862; box-shadow: 1px 1px 3px 2px #531862; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,24,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #531862">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #531862; -webkit-box-shadow: 1px 1px 3px 2px #531862; box-shadow: 1px 1px 3px 2px #531862;">
Div content here</div>
This div box has shadow with color #531862
Comments
No comments written yet.
Please login to write comment.