Color spaces of #720639
RGB | 114 | 6 | 57 |
---|---|---|---|
HSL | 0.92 | 0.90 | 0.24 |
HSV | 332° | 95° | 45° |
CMYK | 0.00 | 0.95 | 0.50 0.55 |
XYZ | 7.7431 | 4.0031 | 4.2355 |
Yxy | 4.0031 | 0.4845 | 0.2505 |
Hunter Lab | 20.0077 | 34.0668 | 1.4541 |
CIE-Lab | 23.6817 | 45.7098 | 0.6508 |
#720639 color RGB value is (114,6,57).
#720639 hex color red value is 114, green value is 6 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #720639 hue: 0.92 , saturation: 0.90 and the lightness value of 720639 is 0.24.
The process color (four color CMYK) of #720639 color hex is 0.00, 0.95, 0.50, 0.55. Web safe color of #720639 is #660033. Color #720639 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 00000110 | 00111001 |
Octal | 162 | 6 | 71 |
Decimal | 114 | 6 | 57 |
Hex | 72 | 6 | 39 |
Shades of #720639
Tints of #720639
RGB Percentages of Color #720639
CMYK Percentages of Color #720639
Complementary Color
#720639 | #06723f |
#720639 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#720639 Color Preview on White Background
Lorem ipsum dolor sit amet.
#720639 Color CSS Codes
.mybgcolor {background-color:#720639; } .myforecolor {color:#720639; } .mybordercolor {border:3px solid #720639; }
#720639 Text Font Color
<p style="color:#720639">Text here</p>
This sample text font color is #720639
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.
#720639 Background Color
<div style="background-color:#720639">
Div content here</div>
This div background color is #720639
#720639 Border Color
<div style="border:3px solid #720639">
Div here</div>
This div border color is #720639
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,6,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #720639; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #720639; -webkit-box-shadow: 1px 1px 3px 2px #720639; box-shadow: 1px 1px 3px 2px #720639; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,6,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #720639">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #720639; -webkit-box-shadow: 1px 1px 3px 2px #720639; box-shadow: 1px 1px 3px 2px #720639;">
Div content here</div>
This div box has shadow with color #720639
Comments
No comments written yet.
Please login to write comment.