Color spaces of #838889
RGB | 131 | 136 | 137 |
---|---|---|---|
HSL | 0.53 | 0.02 | 0.53 |
HSV | 190° | 4° | 54° |
CMYK | 0.04 | 0.01 | 0.00 0.46 |
XYZ | 22.6796 | 24.2398 | 27.1503 |
Yxy | 24.2398 | 0.3062 | 0.3273 |
Hunter Lab | 49.2339 | -3.9334 | 1.7680 |
CIE-Lab | 56.3271 | -1.6305 | -1.1814 |
#838889 color RGB value is (131,136,137).
#838889 hex color red value is 131, green value is 136 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #838889 hue: 0.53 , saturation: 0.02 and the lightness value of 838889 is 0.53.
The process color (four color CMYK) of #838889 color hex is 0.04, 0.01, 0.00, 0.46. Web safe color of #838889 is #999999. Color #838889 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001000 | 10001001 |
Octal | 203 | 210 | 211 |
Decimal | 131 | 136 | 137 |
Hex | 83 | 88 | 89 |
Shades of #838889
Tints of #838889
RGB Percentages of Color #838889
CMYK Percentages of Color #838889
Complementary Color
#838889 | #898483 |
#838889 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838889 Color Preview on White Background
Lorem ipsum dolor sit amet.
#838889 Color CSS Codes
.mybgcolor {background-color:#838889; } .myforecolor {color:#838889; } .mybordercolor {border:3px solid #838889; }
#838889 Text Font Color
<p style="color:#838889">Text here</p>
This sample text font color is #838889
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.
#838889 Background Color
<div style="background-color:#838889">
Div content here</div>
This div background color is #838889
#838889 Border Color
<div style="border:3px solid #838889">
Div here</div>
This div border color is #838889
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,136,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838889; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838889; -webkit-box-shadow: 1px 1px 3px 2px #838889; box-shadow: 1px 1px 3px 2px #838889; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,136,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838889">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838889; -webkit-box-shadow: 1px 1px 3px 2px #838889; box-shadow: 1px 1px 3px 2px #838889;">
Div content here</div>
This div box has shadow with color #838889
#838889 Color Palettes
Comments
No comments written yet.
Please login to write comment.