Color spaces of #858aaa
RGB | 133 | 138 | 170 |
---|---|---|---|
HSL | 0.64 | 0.18 | 0.59 |
HSV | 232° | 22° | 67° |
CMYK | 0.22 | 0.19 | 0.00 0.33 |
XYZ | 26.0170 | 26.0658 | 41.6902 |
Yxy | 26.0658 | 0.2774 | 0.2780 |
Hunter Lab | 51.0547 | 1.6163 | -12.6767 |
CIE-Lab | 58.0995 | 5.2515 | -17.4717 |
#858aaa color RGB value is (133,138,170).
#858aaa hex color red value is 133, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #858aaa hue: 0.64 , saturation: 0.18 and the lightness value of 858aaa is 0.59.
The process color (four color CMYK) of #858aaa color hex is 0.22, 0.19, 0.00, 0.33. Web safe color of #858aaa is #999999. Color #858aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10001010 | 10101010 |
Octal | 205 | 212 | 252 |
Decimal | 133 | 138 | 170 |
Hex | 85 | 8A | AA |
Shades of #858aaa
Tints of #858aaa
RGB Percentages of Color #858aaa
CMYK Percentages of Color #858aaa
Complementary Color
#858aaa | #aaa585 |
#858aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#858aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#858aaa Color CSS Codes
.mybgcolor {background-color:#858aaa; } .myforecolor {color:#858aaa; } .mybordercolor {border:3px solid #858aaa; }
#858aaa Text Font Color
<p style="color:#858aaa">Text here</p>
This sample text font color is #858aaa
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.
#858aaa Background Color
<div style="background-color:#858aaa">
Div content here</div>
This div background color is #858aaa
#858aaa Border Color
<div style="border:3px solid #858aaa">
Div here</div>
This div border color is #858aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,138,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #858aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #858aaa; -webkit-box-shadow: 1px 1px 3px 2px #858aaa; box-shadow: 1px 1px 3px 2px #858aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,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 #858aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #858aaa; -webkit-box-shadow: 1px 1px 3px 2px #858aaa; box-shadow: 1px 1px 3px 2px #858aaa;">
Div content here</div>
This div box has shadow with color #858aaa
Comments
No comments written yet.
Please login to write comment.