Color spaces of #887bbe
RGB | 136 | 123 | 190 |
---|---|---|---|
HSL | 0.70 | 0.34 | 0.61 |
HSV | 252° | 35° | 75° |
CMYK | 0.28 | 0.35 | 0.00 0.25 |
XYZ | 26.5306 | 23.1179 | 51.7791 |
Yxy | 23.1179 | 0.2616 | 0.2279 |
Hunter Lab | 48.0811 | 14.3524 | -30.1934 |
CIE-Lab | 55.1936 | 19.8992 | -33.3615 |
#887bbe color RGB value is (136,123,190).
#887bbe hex color red value is 136, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #887bbe hue: 0.70 , saturation: 0.34 and the lightness value of 887bbe is 0.61.
The process color (four color CMYK) of #887bbe color hex is 0.28, 0.35, 0.00, 0.25. Web safe color of #887bbe is #9966cc. Color #887bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01111011 | 10111110 |
Octal | 210 | 173 | 276 |
Decimal | 136 | 123 | 190 |
Hex | 88 | 7B | BE |
Shades of #887bbe
Tints of #887bbe
RGB Percentages of Color #887bbe
CMYK Percentages of Color #887bbe
Complementary Color
#887bbe | #b1be7b |
#887bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#887bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#887bbe Color CSS Codes
.mybgcolor {background-color:#887bbe; } .myforecolor {color:#887bbe; } .mybordercolor {border:3px solid #887bbe; }
#887bbe Text Font Color
<p style="color:#887bbe">Text here</p>
This sample text font color is #887bbe
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.
#887bbe Background Color
<div style="background-color:#887bbe">
Div content here</div>
This div background color is #887bbe
#887bbe Border Color
<div style="border:3px solid #887bbe">
Div here</div>
This div border color is #887bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,123,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #887bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887bbe; -webkit-box-shadow: 1px 1px 3px 2px #887bbe; box-shadow: 1px 1px 3px 2px #887bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,123,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #887bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #887bbe; -webkit-box-shadow: 1px 1px 3px 2px #887bbe; box-shadow: 1px 1px 3px 2px #887bbe;">
Div content here</div>
This div box has shadow with color #887bbe
Comments
No comments written yet.
Please login to write comment.