Color spaces of #8477ae
RGB | 132 | 119 | 174 |
---|---|---|---|
HSL | 0.71 | 0.25 | 0.57 |
HSV | 254° | 32° | 68° |
CMYK | 0.24 | 0.32 | 0.00 0.32 |
XYZ | 23.7525 | 21.1552 | 42.8759 |
Yxy | 21.1552 | 0.2706 | 0.2410 |
Hunter Lab | 45.9948 | 11.6896 | -23.0732 |
CIE-Lab | 53.1189 | 17.0129 | -27.4228 |
#8477ae color RGB value is (132,119,174).
#8477ae hex color red value is 132, green value is 119 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8477ae hue: 0.71 , saturation: 0.25 and the lightness value of 8477ae is 0.57.
The process color (four color CMYK) of #8477ae color hex is 0.24, 0.32, 0.00, 0.32. Web safe color of #8477ae is #996699. Color #8477ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01110111 | 10101110 |
Octal | 204 | 167 | 256 |
Decimal | 132 | 119 | 174 |
Hex | 84 | 77 | AE |
Shades of #8477ae
Tints of #8477ae
RGB Percentages of Color #8477ae
CMYK Percentages of Color #8477ae
Complementary Color
#8477ae | #a1ae77 |
#8477ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8477ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#8477ae Color CSS Codes
.mybgcolor {background-color:#8477ae; } .myforecolor {color:#8477ae; } .mybordercolor {border:3px solid #8477ae; }
#8477ae Text Font Color
<p style="color:#8477ae">Text here</p>
This sample text font color is #8477ae
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.
#8477ae Background Color
<div style="background-color:#8477ae">
Div content here</div>
This div background color is #8477ae
#8477ae Border Color
<div style="border:3px solid #8477ae">
Div here</div>
This div border color is #8477ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,119,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8477ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8477ae; -webkit-box-shadow: 1px 1px 3px 2px #8477ae; box-shadow: 1px 1px 3px 2px #8477ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,119,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 #8477ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8477ae; -webkit-box-shadow: 1px 1px 3px 2px #8477ae; box-shadow: 1px 1px 3px 2px #8477ae;">
Div content here</div>
This div box has shadow with color #8477ae
Comments
No comments written yet.
Please login to write comment.