Color spaces of #71818d
RGB | 113 | 129 | 141 |
---|---|---|---|
HSL | 0.57 | 0.11 | 0.50 |
HSV | 206° | 20° | 55° |
CMYK | 0.20 | 0.09 | 0.00 0.45 |
XYZ | 19.4680 | 21.1343 | 28.2526 |
Yxy | 21.1343 | 0.2827 | 0.3069 |
Hunter Lab | 45.9721 | -4.8609 | -4.2568 |
CIE-Lab | 53.0962 | -3.0938 | -8.4331 |
#71818d color RGB value is (113,129,141).
#71818d hex color red value is 113, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #71818d hue: 0.57 , saturation: 0.11 and the lightness value of 71818d is 0.50.
The process color (four color CMYK) of #71818d color hex is 0.20, 0.09, 0.00, 0.45. Web safe color of #71818d is #669999. Color #71818d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10000001 | 10001101 |
Octal | 161 | 201 | 215 |
Decimal | 113 | 129 | 141 |
Hex | 71 | 81 | 8D |
Shades of #71818d
Tints of #71818d
RGB Percentages of Color #71818d
CMYK Percentages of Color #71818d
Complementary Color
#71818d | #8d7d71 |
#71818d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71818d Color Preview on White Background
Lorem ipsum dolor sit amet.
#71818d Color CSS Codes
.mybgcolor {background-color:#71818d; } .myforecolor {color:#71818d; } .mybordercolor {border:3px solid #71818d; }
#71818d Text Font Color
<p style="color:#71818d">Text here</p>
This sample text font color is #71818d
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.
#71818d Background Color
<div style="background-color:#71818d">
Div content here</div>
This div background color is #71818d
#71818d Border Color
<div style="border:3px solid #71818d">
Div here</div>
This div border color is #71818d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,129,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71818d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71818d; -webkit-box-shadow: 1px 1px 3px 2px #71818d; box-shadow: 1px 1px 3px 2px #71818d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,129,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71818d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71818d; -webkit-box-shadow: 1px 1px 3px 2px #71818d; box-shadow: 1px 1px 3px 2px #71818d;">
Div content here</div>
This div box has shadow with color #71818d
Comments
No comments written yet.
Please login to write comment.