Color spaces of #62157b
RGB | 98 | 21 | 123 |
---|---|---|---|
HSL | 0.79 | 0.71 | 0.28 |
HSV | 285° | 83° | 48° |
CMYK | 0.20 | 0.83 | 0.00 0.52 |
XYZ | 8.8803 | 4.5631 | 19.1516 |
Yxy | 4.5631 | 0.2724 | 0.1400 |
Hunter Lab | 21.3614 | 36.8230 | -38.2035 |
CIE-Lab | 25.4519 | 48.2098 | -40.5897 |
#62157b color RGB value is (98,21,123).
#62157b hex color red value is 98, green value is 21 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #62157b hue: 0.79 , saturation: 0.71 and the lightness value of 62157b is 0.28.
The process color (four color CMYK) of #62157b color hex is 0.20, 0.83, 0.00, 0.52. Web safe color of #62157b is #660066. Color #62157b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00010101 | 01111011 |
Octal | 142 | 25 | 173 |
Decimal | 98 | 21 | 123 |
Hex | 62 | 15 | 7B |
Shades of #62157b
Tints of #62157b
RGB Percentages of Color #62157b
CMYK Percentages of Color #62157b
Complementary Color
#62157b | #2e7b15 |
#62157b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62157b Color Preview on White Background
Lorem ipsum dolor sit amet.
#62157b Color CSS Codes
.mybgcolor {background-color:#62157b; } .myforecolor {color:#62157b; } .mybordercolor {border:3px solid #62157b; }
#62157b Text Font Color
<p style="color:#62157b">Text here</p>
This sample text font color is #62157b
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.
#62157b Background Color
<div style="background-color:#62157b">
Div content here</div>
This div background color is #62157b
#62157b Border Color
<div style="border:3px solid #62157b">
Div here</div>
This div border color is #62157b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,21,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62157b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62157b; -webkit-box-shadow: 1px 1px 3px 2px #62157b; box-shadow: 1px 1px 3px 2px #62157b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,21,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62157b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62157b; -webkit-box-shadow: 1px 1px 3px 2px #62157b; box-shadow: 1px 1px 3px 2px #62157b;">
Div content here</div>
This div box has shadow with color #62157b
Comments
No comments written yet.
Please login to write comment.