Color spaces of #877ece
RGB | 135 | 126 | 206 |
---|---|---|---|
HSL | 0.69 | 0.45 | 0.65 |
HSV | 247° | 39° | 81° |
CMYK | 0.34 | 0.39 | 0.00 0.19 |
XYZ | 28.5931 | 24.5288 | 61.6200 |
Yxy | 24.5288 | 0.2492 | 0.2138 |
Hunter Lab | 49.5266 | 16.3817 | -39.0989 |
CIE-Lab | 56.6134 | 22.0365 | -40.2356 |
#877ece color RGB value is (135,126,206).
#877ece hex color red value is 135, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #877ece hue: 0.69 , saturation: 0.45 and the lightness value of 877ece is 0.65.
The process color (four color CMYK) of #877ece color hex is 0.34, 0.39, 0.00, 0.19. Web safe color of #877ece is #9966cc. Color #877ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01111110 | 11001110 |
Octal | 207 | 176 | 316 |
Decimal | 135 | 126 | 206 |
Hex | 87 | 7E | CE |
Shades of #877ece
Tints of #877ece
RGB Percentages of Color #877ece
CMYK Percentages of Color #877ece
Complementary Color
#877ece | #c5ce7e |
#877ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#877ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#877ece Color CSS Codes
.mybgcolor {background-color:#877ece; } .myforecolor {color:#877ece; } .mybordercolor {border:3px solid #877ece; }
#877ece Text Font Color
<p style="color:#877ece">Text here</p>
This sample text font color is #877ece
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.
#877ece Background Color
<div style="background-color:#877ece">
Div content here</div>
This div background color is #877ece
#877ece Border Color
<div style="border:3px solid #877ece">
Div here</div>
This div border color is #877ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,126,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #877ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #877ece; -webkit-box-shadow: 1px 1px 3px 2px #877ece; box-shadow: 1px 1px 3px 2px #877ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,126,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #877ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #877ece; -webkit-box-shadow: 1px 1px 3px 2px #877ece; box-shadow: 1px 1px 3px 2px #877ece;">
Div content here</div>
This div box has shadow with color #877ece
Comments
No comments written yet.
Please login to write comment.