Color spaces of #72063e
RGB | 114 | 6 | 62 |
---|---|---|---|
HSL | 0.91 | 0.90 | 0.24 |
HSV | 329° | 95° | 45° |
CMYK | 0.00 | 0.95 | 0.46 0.55 |
XYZ | 7.8741 | 4.0555 | 4.9252 |
Yxy | 4.0555 | 0.4672 | 0.2406 |
Hunter Lab | 20.1383 | 34.5518 | -0.4037 |
CIE-Lab | 23.8541 | 46.1822 | -2.5470 |
#72063e color RGB value is (114,6,62).
#72063e hex color red value is 114, green value is 6 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #72063e hue: 0.91 , saturation: 0.90 and the lightness value of 72063e is 0.24.
The process color (four color CMYK) of #72063e color hex is 0.00, 0.95, 0.46, 0.55. Web safe color of #72063e is #660033. Color #72063e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 00000110 | 00111110 |
Octal | 162 | 6 | 76 |
Decimal | 114 | 6 | 62 |
Hex | 72 | 6 | 3E |
Shades of #72063e
Tints of #72063e
RGB Percentages of Color #72063e
CMYK Percentages of Color #72063e
Complementary Color
#72063e | #06723a |
#72063e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72063e Color Preview on White Background
Lorem ipsum dolor sit amet.
#72063e Color CSS Codes
.mybgcolor {background-color:#72063e; } .myforecolor {color:#72063e; } .mybordercolor {border:3px solid #72063e; }
#72063e Text Font Color
<p style="color:#72063e">Text here</p>
This sample text font color is #72063e
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.
#72063e Background Color
<div style="background-color:#72063e">
Div content here</div>
This div background color is #72063e
#72063e Border Color
<div style="border:3px solid #72063e">
Div here</div>
This div border color is #72063e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,6,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72063e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72063e; -webkit-box-shadow: 1px 1px 3px 2px #72063e; box-shadow: 1px 1px 3px 2px #72063e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,6,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72063e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72063e; -webkit-box-shadow: 1px 1px 3px 2px #72063e; box-shadow: 1px 1px 3px 2px #72063e;">
Div content here</div>
This div box has shadow with color #72063e
Comments
No comments written yet.
Please login to write comment.