Color spaces of #828aaa
RGB | 130 | 138 | 170 |
---|---|---|---|
HSL | 0.63 | 0.19 | 0.59 |
HSV | 228° | 24° | 67° |
CMYK | 0.24 | 0.19 | 0.00 0.33 |
XYZ | 25.5501 | 25.8251 | 41.6683 |
Yxy | 25.8251 | 0.2746 | 0.2776 |
Hunter Lab | 50.8184 | 0.8127 | -13.0417 |
CIE-Lab | 57.8707 | 4.2839 | -17.8408 |
#828aaa color RGB value is (130,138,170).
#828aaa hex color red value is 130, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #828aaa hue: 0.63 , saturation: 0.19 and the lightness value of 828aaa is 0.59.
The process color (four color CMYK) of #828aaa color hex is 0.24, 0.19, 0.00, 0.33. Web safe color of #828aaa is #999999. Color #828aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10001010 | 10101010 |
Octal | 202 | 212 | 252 |
Decimal | 130 | 138 | 170 |
Hex | 82 | 8A | AA |
Shades of #828aaa
Tints of #828aaa
RGB Percentages of Color #828aaa
CMYK Percentages of Color #828aaa
Complementary Color
#828aaa | #aaa282 |
#828aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#828aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#828aaa Color CSS Codes
.mybgcolor {background-color:#828aaa; } .myforecolor {color:#828aaa; } .mybordercolor {border:3px solid #828aaa; }
#828aaa Text Font Color
<p style="color:#828aaa">Text here</p>
This sample text font color is #828aaa
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.
#828aaa Background Color
<div style="background-color:#828aaa">
Div content here</div>
This div background color is #828aaa
#828aaa Border Color
<div style="border:3px solid #828aaa">
Div here</div>
This div border color is #828aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,138,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #828aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #828aaa; -webkit-box-shadow: 1px 1px 3px 2px #828aaa; box-shadow: 1px 1px 3px 2px #828aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,138,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #828aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #828aaa; -webkit-box-shadow: 1px 1px 3px 2px #828aaa; box-shadow: 1px 1px 3px 2px #828aaa;">
Div content here</div>
This div box has shadow with color #828aaa
Comments
No comments written yet.
Please login to write comment.