Color spaces of #71154c
RGB | 113 | 21 | 76 |
---|---|---|---|
HSL | 0.90 | 0.69 | 0.26 |
HSV | 324° | 81° | 44° |
CMYK | 0.00 | 0.81 | 0.33 0.56 |
XYZ | 8.3827 | 4.5688 | 7.2775 |
Yxy | 4.5688 | 0.4144 | 0.2259 |
Hunter Lab | 21.3748 | 32.5979 | -5.2242 |
CIE-Lab | 25.4692 | 43.8160 | -9.6668 |
#71154c color RGB value is (113,21,76).
#71154c hex color red value is 113, green value is 21 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #71154c hue: 0.90 , saturation: 0.69 and the lightness value of 71154c is 0.26.
The process color (four color CMYK) of #71154c color hex is 0.00, 0.81, 0.33, 0.56. Web safe color of #71154c is #660033. Color #71154c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00010101 | 01001100 |
Octal | 161 | 25 | 114 |
Decimal | 113 | 21 | 76 |
Hex | 71 | 15 | 4C |
Shades of #71154c
Tints of #71154c
RGB Percentages of Color #71154c
CMYK Percentages of Color #71154c
Complementary Color
#71154c | #15713a |
#71154c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71154c Color Preview on White Background
Lorem ipsum dolor sit amet.
#71154c Color CSS Codes
.mybgcolor {background-color:#71154c; } .myforecolor {color:#71154c; } .mybordercolor {border:3px solid #71154c; }
#71154c Text Font Color
<p style="color:#71154c">Text here</p>
This sample text font color is #71154c
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.
#71154c Background Color
<div style="background-color:#71154c">
Div content here</div>
This div background color is #71154c
#71154c Border Color
<div style="border:3px solid #71154c">
Div here</div>
This div border color is #71154c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,21,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71154c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71154c; -webkit-box-shadow: 1px 1px 3px 2px #71154c; box-shadow: 1px 1px 3px 2px #71154c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,21,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71154c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71154c; -webkit-box-shadow: 1px 1px 3px 2px #71154c; box-shadow: 1px 1px 3px 2px #71154c;">
Div content here</div>
This div box has shadow with color #71154c
Comments
No comments written yet.
Please login to write comment.