Color spaces of #8187ad
RGB | 129 | 135 | 173 |
---|---|---|---|
HSL | 0.64 | 0.21 | 0.59 |
HSV | 232° | 25° | 68° |
CMYK | 0.25 | 0.22 | 0.00 0.32 |
XYZ | 25.2601 | 25.0122 | 43.0317 |
Yxy | 25.0122 | 0.2707 | 0.2681 |
Hunter Lab | 50.0122 | 2.6352 | -16.0060 |
CIE-Lab | 57.0873 | 6.4349 | -20.7581 |
#8187ad color RGB value is (129,135,173).
#8187ad hex color red value is 129, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8187ad hue: 0.64 , saturation: 0.21 and the lightness value of 8187ad is 0.59.
The process color (four color CMYK) of #8187ad color hex is 0.25, 0.22, 0.00, 0.32. Web safe color of #8187ad is #999999. Color #8187ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10000111 | 10101101 |
Octal | 201 | 207 | 255 |
Decimal | 129 | 135 | 173 |
Hex | 81 | 87 | AD |
Shades of #8187ad
Tints of #8187ad
RGB Percentages of Color #8187ad
CMYK Percentages of Color #8187ad
Complementary Color
#8187ad | #ada781 |
#8187ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8187ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8187ad Color CSS Codes
.mybgcolor {background-color:#8187ad; } .myforecolor {color:#8187ad; } .mybordercolor {border:3px solid #8187ad; }
#8187ad Text Font Color
<p style="color:#8187ad">Text here</p>
This sample text font color is #8187ad
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.
#8187ad Background Color
<div style="background-color:#8187ad">
Div content here</div>
This div background color is #8187ad
#8187ad Border Color
<div style="border:3px solid #8187ad">
Div here</div>
This div border color is #8187ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,135,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8187ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8187ad; -webkit-box-shadow: 1px 1px 3px 2px #8187ad; box-shadow: 1px 1px 3px 2px #8187ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,135,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 #8187ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8187ad; -webkit-box-shadow: 1px 1px 3px 2px #8187ad; box-shadow: 1px 1px 3px 2px #8187ad;">
Div content here</div>
This div box has shadow with color #8187ad
Comments
No comments written yet.
Please login to write comment.