Color spaces of #73818f
RGB | 115 | 129 | 143 |
---|---|---|---|
HSL | 0.58 | 0.11 | 0.51 |
HSV | 210° | 20° | 56° |
CMYK | 0.20 | 0.10 | 0.00 0.44 |
XYZ | 19.8784 | 21.3285 | 29.0557 |
Yxy | 21.3285 | 0.2829 | 0.3036 |
Hunter Lab | 46.1828 | -3.9883 | -4.9741 |
CIE-Lab | 53.3072 | -1.9466 | -9.2667 |
#73818f color RGB value is (115,129,143).
#73818f hex color red value is 115, green value is 129 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #73818f hue: 0.58 , saturation: 0.11 and the lightness value of 73818f is 0.51.
The process color (four color CMYK) of #73818f color hex is 0.20, 0.10, 0.00, 0.44. Web safe color of #73818f is #669999. Color #73818f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10000001 | 10001111 |
Octal | 163 | 201 | 217 |
Decimal | 115 | 129 | 143 |
Hex | 73 | 81 | 8F |
Shades of #73818f
Tints of #73818f
RGB Percentages of Color #73818f
CMYK Percentages of Color #73818f
Complementary Color
#73818f | #8f8173 |
#73818f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73818f Color Preview on White Background
Lorem ipsum dolor sit amet.
#73818f Color CSS Codes
.mybgcolor {background-color:#73818f; } .myforecolor {color:#73818f; } .mybordercolor {border:3px solid #73818f; }
#73818f Text Font Color
<p style="color:#73818f">Text here</p>
This sample text font color is #73818f
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.
#73818f Background Color
<div style="background-color:#73818f">
Div content here</div>
This div background color is #73818f
#73818f Border Color
<div style="border:3px solid #73818f">
Div here</div>
This div border color is #73818f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,129,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73818f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73818f; -webkit-box-shadow: 1px 1px 3px 2px #73818f; box-shadow: 1px 1px 3px 2px #73818f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,129,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73818f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73818f; -webkit-box-shadow: 1px 1px 3px 2px #73818f; box-shadow: 1px 1px 3px 2px #73818f;">
Div content here</div>
This div box has shadow with color #73818f
Comments
No comments written yet.
Please login to write comment.