Color spaces of #838aba
RGB | 131 | 138 | 186 |
---|---|---|---|
HSL | 0.65 | 0.28 | 0.62 |
HSV | 232° | 30° | 73° |
CMYK | 0.30 | 0.26 | 0.00 0.27 |
XYZ | 27.3115 | 26.5474 | 50.1391 |
Yxy | 26.5474 | 0.2626 | 0.2553 |
Hunter Lab | 51.5242 | 4.4505 | -21.6293 |
CIE-Lab | 58.5530 | 8.5938 | -25.9035 |
#838aba color RGB value is (131,138,186).
#838aba hex color red value is 131, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #838aba hue: 0.65 , saturation: 0.28 and the lightness value of 838aba is 0.62.
The process color (four color CMYK) of #838aba color hex is 0.30, 0.26, 0.00, 0.27. Web safe color of #838aba is #9999cc. Color #838aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10001010 | 10111010 |
Octal | 203 | 212 | 272 |
Decimal | 131 | 138 | 186 |
Hex | 83 | 8A | BA |
Shades of #838aba
Tints of #838aba
RGB Percentages of Color #838aba
CMYK Percentages of Color #838aba
Complementary Color
#838aba | #bab383 |
#838aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#838aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#838aba Color CSS Codes
.mybgcolor {background-color:#838aba; } .myforecolor {color:#838aba; } .mybordercolor {border:3px solid #838aba; }
#838aba Text Font Color
<p style="color:#838aba">Text here</p>
This sample text font color is #838aba
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.
#838aba Background Color
<div style="background-color:#838aba">
Div content here</div>
This div background color is #838aba
#838aba Border Color
<div style="border:3px solid #838aba">
Div here</div>
This div border color is #838aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,138,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #838aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #838aba; -webkit-box-shadow: 1px 1px 3px 2px #838aba; box-shadow: 1px 1px 3px 2px #838aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,138,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #838aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #838aba; -webkit-box-shadow: 1px 1px 3px 2px #838aba; box-shadow: 1px 1px 3px 2px #838aba;">
Div content here</div>
This div box has shadow with color #838aba
Comments
No comments written yet.
Please login to write comment.