Color spaces of #62152a
RGB | 98 | 21 | 42 |
---|---|---|---|
HSL | 0.95 | 0.65 | 0.23 |
HSV | 344° | 79° | 38° |
CMYK | 0.00 | 0.79 | 0.57 0.62 |
XYZ | 5.7231 | 3.3002 | 2.5258 |
Yxy | 3.3002 | 0.4955 | 0.2858 |
Hunter Lab | 18.1665 | 24.4428 | 4.4730 |
CIE-Lab | 21.2081 | 35.5952 | 7.1124 |
#62152a color RGB value is (98,21,42).
#62152a hex color red value is 98, green value is 21 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #62152a hue: 0.95 , saturation: 0.65 and the lightness value of 62152a is 0.23.
The process color (four color CMYK) of #62152a color hex is 0.00, 0.79, 0.57, 0.62. Web safe color of #62152a is #660033. Color #62152a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00010101 | 00101010 |
Octal | 142 | 25 | 52 |
Decimal | 98 | 21 | 42 |
Hex | 62 | 15 | 2A |
Shades of #62152a
Tints of #62152a
RGB Percentages of Color #62152a
CMYK Percentages of Color #62152a
Complementary Color
#62152a | #15624d |
#62152a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62152a Color Preview on White Background
Lorem ipsum dolor sit amet.
#62152a Color CSS Codes
.mybgcolor {background-color:#62152a; } .myforecolor {color:#62152a; } .mybordercolor {border:3px solid #62152a; }
#62152a Text Font Color
<p style="color:#62152a">Text here</p>
This sample text font color is #62152a
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.
#62152a Background Color
<div style="background-color:#62152a">
Div content here</div>
This div background color is #62152a
#62152a Border Color
<div style="border:3px solid #62152a">
Div here</div>
This div border color is #62152a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,21,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62152a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62152a; -webkit-box-shadow: 1px 1px 3px 2px #62152a; box-shadow: 1px 1px 3px 2px #62152a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,21,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62152a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62152a; -webkit-box-shadow: 1px 1px 3px 2px #62152a; box-shadow: 1px 1px 3px 2px #62152a;">
Div content here</div>
This div box has shadow with color #62152a
Comments
No comments written yet.
Please login to write comment.