Color spaces of #887dad
RGB | 136 | 125 | 173 |
---|---|---|---|
HSL | 0.70 | 0.23 | 0.58 |
HSV | 254° | 28° | 68° |
CMYK | 0.21 | 0.28 | 0.00 0.32 |
XYZ | 25.0298 | 22.9186 | 42.6397 |
Yxy | 22.9186 | 0.2763 | 0.2530 |
Hunter Lab | 47.8734 | 9.5474 | -19.2969 |
CIE-Lab | 54.9884 | 14.5020 | -23.9299 |
#887dad color RGB value is (136,125,173).
#887dad hex color red value is 136, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #887dad hue: 0.70 , saturation: 0.23 and the lightness value of 887dad is 0.58.
The process color (four color CMYK) of #887dad color hex is 0.21, 0.28, 0.00, 0.32. Web safe color of #887dad is #996699. Color #887dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01111101 | 10101101 |
Octal | 210 | 175 | 255 |
Decimal | 136 | 125 | 173 |
Hex | 88 | 7D | AD |
Shades of #887dad
Tints of #887dad
RGB Percentages of Color #887dad
CMYK Percentages of Color #887dad
Complementary Color
#887dad | #a2ad7d |
#887dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#887dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#887dad Color CSS Codes
.mybgcolor {background-color:#887dad; } .myforecolor {color:#887dad; } .mybordercolor {border:3px solid #887dad; }
#887dad Text Font Color
<p style="color:#887dad">Text here</p>
This sample text font color is #887dad
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.
#887dad Background Color
<div style="background-color:#887dad">
Div content here</div>
This div background color is #887dad
#887dad Border Color
<div style="border:3px solid #887dad">
Div here</div>
This div border color is #887dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,125,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #887dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887dad; -webkit-box-shadow: 1px 1px 3px 2px #887dad; box-shadow: 1px 1px 3px 2px #887dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,125,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 #887dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #887dad; -webkit-box-shadow: 1px 1px 3px 2px #887dad; box-shadow: 1px 1px 3px 2px #887dad;">
Div content here</div>
This div box has shadow with color #887dad
Comments
No comments written yet.
Please login to write comment.