Color spaces of #838bab
RGB | 131 | 139 | 171 |
---|---|---|---|
HSL | 0.63 | 0.19 | 0.59 |
HSV | 228° | 23° | 67° |
CMYK | 0.23 | 0.19 | 0.00 0.33 |
XYZ | 25.9434 | 26.2308 | 42.2238 |
Yxy | 26.2308 | 0.2748 | 0.2779 |
Hunter Lab | 51.2160 | 0.7909 | -13.0290 |
CIE-Lab | 58.2555 | 4.2725 | -17.8197 |
#838bab color RGB value is (131,139,171).
#838bab hex color red value is 131, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #838bab hue: 0.63 , saturation: 0.19 and the lightness value of 838bab is 0.59.
The process color (four color CMYK) of #838bab color hex is 0.23, 0.19, 0.00, 0.33. Web safe color of #838bab is #999999. Color #838bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001011 | 10101011 |
Octal | 203 | 213 | 253 |
Decimal | 131 | 139 | 171 |
Hex | 83 | 8B | AB |
Shades of #838bab
Tints of #838bab
RGB Percentages of Color #838bab
CMYK Percentages of Color #838bab
Complementary Color
#838bab | #aba383 |
#838bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#838bab Color CSS Codes
.mybgcolor {background-color:#838bab; } .myforecolor {color:#838bab; } .mybordercolor {border:3px solid #838bab; }
#838bab Text Font Color
<p style="color:#838bab">Text here</p>
This sample text font color is #838bab
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.
#838bab Background Color
<div style="background-color:#838bab">
Div content here</div>
This div background color is #838bab
#838bab Border Color
<div style="border:3px solid #838bab">
Div here</div>
This div border color is #838bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,139,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838bab; -webkit-box-shadow: 1px 1px 3px 2px #838bab; box-shadow: 1px 1px 3px 2px #838bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,139,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838bab; -webkit-box-shadow: 1px 1px 3px 2px #838bab; box-shadow: 1px 1px 3px 2px #838bab;">
Div content here</div>
This div box has shadow with color #838bab
Comments
No comments written yet.
Please login to write comment.