Color spaces of #62297e
RGB | 98 | 41 | 126 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.33 |
HSV | 280° | 67° | 49° |
CMYK | 0.22 | 0.67 | 0.00 0.51 |
XYZ | 9.5958 | 5.6889 | 20.3310 |
Yxy | 5.6889 | 0.2694 | 0.1597 |
Hunter Lab | 23.8514 | 30.0734 | -33.8429 |
CIE-Lab | 28.6136 | 40.5185 | -37.3931 |
#62297e color RGB value is (98,41,126).
#62297e hex color red value is 98, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #62297e hue: 0.78 , saturation: 0.51 and the lightness value of 62297e is 0.33.
The process color (four color CMYK) of #62297e color hex is 0.22, 0.67, 0.00, 0.51. Web safe color of #62297e is #663366. Color #62297e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00101001 | 01111110 |
Octal | 142 | 51 | 176 |
Decimal | 98 | 41 | 126 |
Hex | 62 | 29 | 7E |
Shades of #62297e
Tints of #62297e
RGB Percentages of Color #62297e
CMYK Percentages of Color #62297e
Complementary Color
#62297e | #457e29 |
#62297e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62297e Color Preview on White Background
Lorem ipsum dolor sit amet.
#62297e Color CSS Codes
.mybgcolor {background-color:#62297e; } .myforecolor {color:#62297e; } .mybordercolor {border:3px solid #62297e; }
#62297e Text Font Color
<p style="color:#62297e">Text here</p>
This sample text font color is #62297e
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.
#62297e Background Color
<div style="background-color:#62297e">
Div content here</div>
This div background color is #62297e
#62297e Border Color
<div style="border:3px solid #62297e">
Div here</div>
This div border color is #62297e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,41,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62297e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62297e; -webkit-box-shadow: 1px 1px 3px 2px #62297e; box-shadow: 1px 1px 3px 2px #62297e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,41,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62297e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62297e; -webkit-box-shadow: 1px 1px 3px 2px #62297e; box-shadow: 1px 1px 3px 2px #62297e;">
Div content here</div>
This div box has shadow with color #62297e
Comments
No comments written yet.
Please login to write comment.