Color spaces of #8857bf
RGB | 136 | 87 | 191 |
---|---|---|---|
HSL | 0.75 | 0.45 | 0.55 |
HSV | 268° | 54° | 75° |
CMYK | 0.29 | 0.54 | 0.00 0.25 |
XYZ | 22.9655 | 15.8122 | 51.1319 |
Yxy | 15.8122 | 0.2554 | 0.1759 |
Hunter Lab | 39.7646 | 33.5024 | -48.4038 |
CIE-Lab | 46.7271 | 41.0463 | -47.3057 |
#8857bf color RGB value is (136,87,191).
#8857bf hex color red value is 136, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8857bf hue: 0.75 , saturation: 0.45 and the lightness value of 8857bf is 0.55.
The process color (four color CMYK) of #8857bf color hex is 0.29, 0.54, 0.00, 0.25. Web safe color of #8857bf is #9966cc. Color #8857bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01010111 | 10111111 |
Octal | 210 | 127 | 277 |
Decimal | 136 | 87 | 191 |
Hex | 88 | 57 | BF |
Shades of #8857bf
Tints of #8857bf
RGB Percentages of Color #8857bf
CMYK Percentages of Color #8857bf
Complementary Color
#8857bf | #8ebf57 |
#8857bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8857bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8857bf Color CSS Codes
.mybgcolor {background-color:#8857bf; } .myforecolor {color:#8857bf; } .mybordercolor {border:3px solid #8857bf; }
#8857bf Text Font Color
<p style="color:#8857bf">Text here</p>
This sample text font color is #8857bf
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.
#8857bf Background Color
<div style="background-color:#8857bf">
Div content here</div>
This div background color is #8857bf
#8857bf Border Color
<div style="border:3px solid #8857bf">
Div here</div>
This div border color is #8857bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,87,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8857bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8857bf; -webkit-box-shadow: 1px 1px 3px 2px #8857bf; box-shadow: 1px 1px 3px 2px #8857bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,87,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8857bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8857bf; -webkit-box-shadow: 1px 1px 3px 2px #8857bf; box-shadow: 1px 1px 3px 2px #8857bf;">
Div content here</div>
This div box has shadow with color #8857bf
Comments
No comments written yet.
Please login to write comment.