Color spaces of #711348
RGB | 113 | 19 | 72 |
---|---|---|---|
HSL | 0.91 | 0.71 | 0.26 |
HSV | 326° | 83° | 44° |
CMYK | 0.00 | 0.83 | 0.36 0.56 |
XYZ | 8.2126 | 4.4443 | 6.5559 |
Yxy | 4.4443 | 0.4275 | 0.2313 |
Hunter Lab | 21.0815 | 32.6446 | -3.6809 |
CIE-Lab | 25.0890 | 43.9389 | -7.5457 |
#711348 color RGB value is (113,19,72).
#711348 hex color red value is 113, green value is 19 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #711348 hue: 0.91 , saturation: 0.71 and the lightness value of 711348 is 0.26.
The process color (four color CMYK) of #711348 color hex is 0.00, 0.83, 0.36, 0.56. Web safe color of #711348 is #660033. Color #711348 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00010011 | 01001000 |
Octal | 161 | 23 | 110 |
Decimal | 113 | 19 | 72 |
Hex | 71 | 13 | 48 |
Shades of #711348
Tints of #711348
RGB Percentages of Color #711348
CMYK Percentages of Color #711348
Complementary Color
#711348 | #13713c |
#711348 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#711348 Color Preview on White Background
Lorem ipsum dolor sit amet.
#711348 Color CSS Codes
.mybgcolor {background-color:#711348; } .myforecolor {color:#711348; } .mybordercolor {border:3px solid #711348; }
#711348 Text Font Color
<p style="color:#711348">Text here</p>
This sample text font color is #711348
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.
#711348 Background Color
<div style="background-color:#711348">
Div content here</div>
This div background color is #711348
#711348 Border Color
<div style="border:3px solid #711348">
Div here</div>
This div border color is #711348
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,19,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #711348; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711348; -webkit-box-shadow: 1px 1px 3px 2px #711348; box-shadow: 1px 1px 3px 2px #711348; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,19,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #711348">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #711348; -webkit-box-shadow: 1px 1px 3px 2px #711348; box-shadow: 1px 1px 3px 2px #711348;">
Div content here</div>
This div box has shadow with color #711348
Comments
No comments written yet.
Please login to write comment.