Color spaces of #887bee
RGB | 136 | 123 | 238 |
---|---|---|---|
HSL | 0.69 | 0.77 | 0.71 |
HSV | 247° | 48° | 93° |
CMYK | 0.43 | 0.48 | 0.00 0.07 |
XYZ | 32.6689 | 25.5732 | 84.1032 |
Yxy | 25.5732 | 0.2295 | 0.1797 |
Hunter Lab | 50.5700 | 26.8161 | -63.2066 |
CIE-Lab | 57.6297 | 32.8730 | -56.5571 |
#887bee color RGB value is (136,123,238).
#887bee hex color red value is 136, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #887bee hue: 0.69 , saturation: 0.77 and the lightness value of 887bee is 0.71.
The process color (four color CMYK) of #887bee color hex is 0.43, 0.48, 0.00, 0.07. Web safe color of #887bee is #9966ff. Color #887bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01111011 | 11101110 |
Octal | 210 | 173 | 356 |
Decimal | 136 | 123 | 238 |
Hex | 88 | 7B | EE |
Shades of #887bee
Tints of #887bee
RGB Percentages of Color #887bee
CMYK Percentages of Color #887bee
Complementary Color
#887bee | #e1ee7b |
#887bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#887bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#887bee Color CSS Codes
.mybgcolor {background-color:#887bee; } .myforecolor {color:#887bee; } .mybordercolor {border:3px solid #887bee; }
#887bee Text Font Color
<p style="color:#887bee">Text here</p>
This sample text font color is #887bee
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.
#887bee Background Color
<div style="background-color:#887bee">
Div content here</div>
This div background color is #887bee
#887bee Border Color
<div style="border:3px solid #887bee">
Div here</div>
This div border color is #887bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,123,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #887bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887bee; -webkit-box-shadow: 1px 1px 3px 2px #887bee; box-shadow: 1px 1px 3px 2px #887bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,123,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #887bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #887bee; -webkit-box-shadow: 1px 1px 3px 2px #887bee; box-shadow: 1px 1px 3px 2px #887bee;">
Div content here</div>
This div box has shadow with color #887bee
Comments
No comments written yet.
Please login to write comment.