Color spaces of #8590ae
RGB | 133 | 144 | 174 |
---|---|---|---|
HSL | 0.62 | 0.20 | 0.60 |
HSV | 224° | 24° | 68° |
CMYK | 0.24 | 0.17 | 0.00 0.32 |
XYZ | 27.2861 | 27.9891 | 44.0087 |
Yxy | 27.9891 | 0.2748 | 0.2819 |
Hunter Lab | 52.9047 | -0.5202 | -12.2870 |
CIE-Lab | 59.8789 | 2.7766 | -17.0475 |
#8590ae color RGB value is (133,144,174).
#8590ae hex color red value is 133, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8590ae hue: 0.62 , saturation: 0.20 and the lightness value of 8590ae is 0.60.
The process color (four color CMYK) of #8590ae color hex is 0.24, 0.17, 0.00, 0.32. Web safe color of #8590ae is #999999. Color #8590ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10010000 | 10101110 |
Octal | 205 | 220 | 256 |
Decimal | 133 | 144 | 174 |
Hex | 85 | 90 | AE |
Shades of #8590ae
Tints of #8590ae
RGB Percentages of Color #8590ae
CMYK Percentages of Color #8590ae
Complementary Color
#8590ae | #aea385 |
#8590ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8590ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#8590ae Color CSS Codes
.mybgcolor {background-color:#8590ae; } .myforecolor {color:#8590ae; } .mybordercolor {border:3px solid #8590ae; }
#8590ae Text Font Color
<p style="color:#8590ae">Text here</p>
This sample text font color is #8590ae
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.
#8590ae Background Color
<div style="background-color:#8590ae">
Div content here</div>
This div background color is #8590ae
#8590ae Border Color
<div style="border:3px solid #8590ae">
Div here</div>
This div border color is #8590ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,144,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8590ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8590ae; -webkit-box-shadow: 1px 1px 3px 2px #8590ae; box-shadow: 1px 1px 3px 2px #8590ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,144,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8590ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8590ae; -webkit-box-shadow: 1px 1px 3px 2px #8590ae; box-shadow: 1px 1px 3px 2px #8590ae;">
Div content here</div>
This div box has shadow with color #8590ae
Comments
No comments written yet.
Please login to write comment.