Color spaces of #8184ad
RGB | 129 | 132 | 173 |
---|---|---|---|
HSL | 0.66 | 0.21 | 0.59 |
HSV | 236° | 25° | 68° |
CMYK | 0.25 | 0.24 | 0.00 0.32 |
XYZ | 24.8474 | 24.1868 | 42.8941 |
Yxy | 24.1868 | 0.2703 | 0.2631 |
Hunter Lab | 49.1801 | 4.1190 | -17.2858 |
CIE-Lab | 56.2743 | 8.1787 | -22.0032 |
#8184ad color RGB value is (129,132,173).
#8184ad hex color red value is 129, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8184ad hue: 0.66 , saturation: 0.21 and the lightness value of 8184ad is 0.59.
The process color (four color CMYK) of #8184ad color hex is 0.25, 0.24, 0.00, 0.32. Web safe color of #8184ad is #999999. Color #8184ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10000100 | 10101101 |
Octal | 201 | 204 | 255 |
Decimal | 129 | 132 | 173 |
Hex | 81 | 84 | AD |
Shades of #8184ad
Tints of #8184ad
RGB Percentages of Color #8184ad
CMYK Percentages of Color #8184ad
Complementary Color
#8184ad | #adaa81 |
#8184ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8184ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8184ad Color CSS Codes
.mybgcolor {background-color:#8184ad; } .myforecolor {color:#8184ad; } .mybordercolor {border:3px solid #8184ad; }
#8184ad Text Font Color
<p style="color:#8184ad">Text here</p>
This sample text font color is #8184ad
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.
#8184ad Background Color
<div style="background-color:#8184ad">
Div content here</div>
This div background color is #8184ad
#8184ad Border Color
<div style="border:3px solid #8184ad">
Div here</div>
This div border color is #8184ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,132,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8184ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8184ad; -webkit-box-shadow: 1px 1px 3px 2px #8184ad; box-shadow: 1px 1px 3px 2px #8184ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,132,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8184ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8184ad; -webkit-box-shadow: 1px 1px 3px 2px #8184ad; box-shadow: 1px 1px 3px 2px #8184ad;">
Div content here</div>
This div box has shadow with color #8184ad
Comments
No comments written yet.
Please login to write comment.