Color spaces of #826fba
RGB | 130 | 111 | 186 |
---|---|---|---|
HSL | 0.71 | 0.35 | 0.58 |
HSV | 255° | 40° | 73° |
CMYK | 0.30 | 0.40 | 0.00 0.27 |
XYZ | 23.7533 | 19.6599 | 48.9972 |
Yxy | 19.6599 | 0.2570 | 0.2127 |
Hunter Lab | 44.3395 | 18.0309 | -34.4806 |
CIE-Lab | 51.4505 | 24.2081 | -36.9678 |
#826fba color RGB value is (130,111,186).
#826fba hex color red value is 130, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #826fba hue: 0.71 , saturation: 0.35 and the lightness value of 826fba is 0.58.
The process color (four color CMYK) of #826fba color hex is 0.30, 0.40, 0.00, 0.27. Web safe color of #826fba is #9966cc. Color #826fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01101111 | 10111010 |
Octal | 202 | 157 | 272 |
Decimal | 130 | 111 | 186 |
Hex | 82 | 6F | BA |
Shades of #826fba
Tints of #826fba
RGB Percentages of Color #826fba
CMYK Percentages of Color #826fba
Complementary Color
#826fba | #a7ba6f |
#826fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#826fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#826fba Color CSS Codes
.mybgcolor {background-color:#826fba; } .myforecolor {color:#826fba; } .mybordercolor {border:3px solid #826fba; }
#826fba Text Font Color
<p style="color:#826fba">Text here</p>
This sample text font color is #826fba
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.
#826fba Background Color
<div style="background-color:#826fba">
Div content here</div>
This div background color is #826fba
#826fba Border Color
<div style="border:3px solid #826fba">
Div here</div>
This div border color is #826fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,111,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #826fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #826fba; -webkit-box-shadow: 1px 1px 3px 2px #826fba; box-shadow: 1px 1px 3px 2px #826fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,111,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 #826fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #826fba; -webkit-box-shadow: 1px 1px 3px 2px #826fba; box-shadow: 1px 1px 3px 2px #826fba;">
Div content here</div>
This div box has shadow with color #826fba
Comments
No comments written yet.
Please login to write comment.