Color spaces of #582863
RGB | 88 | 40 | 99 |
---|---|---|---|
HSL | 0.80 | 0.42 | 0.27 |
HSV | 289° | 60° | 39° |
CMYK | 0.11 | 0.60 | 0.00 0.61 |
XYZ | 7.0354 | 4.4931 | 12.3008 |
Yxy | 4.4931 | 0.2952 | 0.1886 |
Hunter Lab | 21.1969 | 22.1507 | -19.5687 |
CIE-Lab | 25.2389 | 32.1822 | -25.5825 |
#582863 color RGB value is (88,40,99).
#582863 hex color red value is 88, green value is 40 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #582863 hue: 0.80 , saturation: 0.42 and the lightness value of 582863 is 0.27.
The process color (four color CMYK) of #582863 color hex is 0.11, 0.60, 0.00, 0.61. Web safe color of #582863 is #663366. Color #582863 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00101000 | 01100011 |
Octal | 130 | 50 | 143 |
Decimal | 88 | 40 | 99 |
Hex | 58 | 28 | 63 |
Shades of #582863
Tints of #582863
RGB Percentages of Color #582863
CMYK Percentages of Color #582863
Complementary Color
#582863 | #336328 |
#582863 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#582863 Color Preview on White Background
Lorem ipsum dolor sit amet.
#582863 Color CSS Codes
.mybgcolor {background-color:#582863; } .myforecolor {color:#582863; } .mybordercolor {border:3px solid #582863; }
#582863 Text Font Color
<p style="color:#582863">Text here</p>
This sample text font color is #582863
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.
#582863 Background Color
<div style="background-color:#582863">
Div content here</div>
This div background color is #582863
#582863 Border Color
<div style="border:3px solid #582863">
Div here</div>
This div border color is #582863
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,40,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #582863; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #582863; -webkit-box-shadow: 1px 1px 3px 2px #582863; box-shadow: 1px 1px 3px 2px #582863; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,40,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #582863">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #582863; -webkit-box-shadow: 1px 1px 3px 2px #582863; box-shadow: 1px 1px 3px 2px #582863;">
Div content here</div>
This div box has shadow with color #582863
Comments
No comments written yet.
Please login to write comment.