Color spaces of #827882
RGB | 130 | 120 | 130 |
---|---|---|---|
HSL | 0.83 | 0.04 | 0.49 |
HSV | 300° | 8° | 51° |
CMYK | 0.00 | 0.08 | 0.00 0.49 |
XYZ | 19.9517 | 19.7905 | 23.8875 |
Yxy | 19.7905 | 0.3136 | 0.3110 |
Hunter Lab | 44.4865 | 2.2038 | -0.6958 |
CIE-Lab | 51.5995 | 5.7783 | -4.0731 |
#827882 color RGB value is (130,120,130).
#827882 hex color red value is 130, green value is 120 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #827882 hue: 0.83 , saturation: 0.04 and the lightness value of 827882 is 0.49.
The process color (four color CMYK) of #827882 color hex is 0.00, 0.08, 0.00, 0.49. Web safe color of #827882 is #996699. Color #827882 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01111000 | 10000010 |
Octal | 202 | 170 | 202 |
Decimal | 130 | 120 | 130 |
Hex | 82 | 78 | 82 |
Shades of #827882
Tints of #827882
RGB Percentages of Color #827882
CMYK Percentages of Color #827882
Complementary Color
#827882 | #788278 |
#827882 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#827882 Color Preview on White Background
Lorem ipsum dolor sit amet.
#827882 Color CSS Codes
.mybgcolor {background-color:#827882; } .myforecolor {color:#827882; } .mybordercolor {border:3px solid #827882; }
#827882 Text Font Color
<p style="color:#827882">Text here</p>
This sample text font color is #827882
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.
#827882 Background Color
<div style="background-color:#827882">
Div content here</div>
This div background color is #827882
#827882 Border Color
<div style="border:3px solid #827882">
Div here</div>
This div border color is #827882
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,120,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #827882; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #827882; -webkit-box-shadow: 1px 1px 3px 2px #827882; box-shadow: 1px 1px 3px 2px #827882; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,120,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #827882">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #827882; -webkit-box-shadow: 1px 1px 3px 2px #827882; box-shadow: 1px 1px 3px 2px #827882;">
Div content here</div>
This div box has shadow with color #827882
Comments
No comments written yet.
Please login to write comment.