Color spaces of #887186
RGB | 136 | 113 | 134 |
---|---|---|---|
HSL | 0.85 | 0.09 | 0.49 |
HSV | 305° | 17° | 53° |
CMYK | 0.00 | 0.17 | 0.01 0.47 |
XYZ | 20.3615 | 18.7657 | 25.1032 |
Yxy | 18.7657 | 0.3170 | 0.2922 |
Hunter Lab | 43.3194 | 8.0918 | -4.0344 |
CIE-Lab | 50.4120 | 12.9178 | -8.1331 |
#887186 color RGB value is (136,113,134).
#887186 hex color red value is 136, green value is 113 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #887186 hue: 0.85 , saturation: 0.09 and the lightness value of 887186 is 0.49.
The process color (four color CMYK) of #887186 color hex is 0.00, 0.17, 0.01, 0.47. Web safe color of #887186 is #996699. Color #887186 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01110001 | 10000110 |
Octal | 210 | 161 | 206 |
Decimal | 136 | 113 | 134 |
Hex | 88 | 71 | 86 |
Shades of #887186
Tints of #887186
RGB Percentages of Color #887186
CMYK Percentages of Color #887186
Complementary Color
#887186 | #718873 |
#887186 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#887186 Color Preview on White Background
Lorem ipsum dolor sit amet.
#887186 Color CSS Codes
.mybgcolor {background-color:#887186; } .myforecolor {color:#887186; } .mybordercolor {border:3px solid #887186; }
#887186 Text Font Color
<p style="color:#887186">Text here</p>
This sample text font color is #887186
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.
#887186 Background Color
<div style="background-color:#887186">
Div content here</div>
This div background color is #887186
#887186 Border Color
<div style="border:3px solid #887186">
Div here</div>
This div border color is #887186
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,113,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #887186; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887186; -webkit-box-shadow: 1px 1px 3px 2px #887186; box-shadow: 1px 1px 3px 2px #887186; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,113,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #887186">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #887186; -webkit-box-shadow: 1px 1px 3px 2px #887186; box-shadow: 1px 1px 3px 2px #887186;">
Div content here</div>
This div box has shadow with color #887186
Comments
No comments written yet.
Please login to write comment.