Color spaces of #877fca
RGB | 135 | 127 | 202 |
---|---|---|---|
HSL | 0.68 | 0.41 | 0.65 |
HSV | 246° | 37° | 79° |
CMYK | 0.33 | 0.37 | 0.00 0.21 |
XYZ | 28.2417 | 24.5939 | 59.1357 |
Yxy | 24.5939 | 0.2522 | 0.2196 |
Hunter Lab | 49.5922 | 14.8655 | -35.9851 |
CIE-Lab | 56.6776 | 20.3818 | -37.8712 |
#877fca color RGB value is (135,127,202).
#877fca hex color red value is 135, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #877fca hue: 0.68 , saturation: 0.41 and the lightness value of 877fca is 0.65.
The process color (four color CMYK) of #877fca color hex is 0.33, 0.37, 0.00, 0.21. Web safe color of #877fca is #9966cc. Color #877fca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01111111 | 11001010 |
Octal | 207 | 177 | 312 |
Decimal | 135 | 127 | 202 |
Hex | 87 | 7F | CA |
Shades of #877fca
Tints of #877fca
RGB Percentages of Color #877fca
CMYK Percentages of Color #877fca
Complementary Color
#877fca | #c2ca7f |
#877fca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#877fca Color Preview on White Background
Lorem ipsum dolor sit amet.
#877fca Color CSS Codes
.mybgcolor {background-color:#877fca; } .myforecolor {color:#877fca; } .mybordercolor {border:3px solid #877fca; }
#877fca Text Font Color
<p style="color:#877fca">Text here</p>
This sample text font color is #877fca
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.
#877fca Background Color
<div style="background-color:#877fca">
Div content here</div>
This div background color is #877fca
#877fca Border Color
<div style="border:3px solid #877fca">
Div here</div>
This div border color is #877fca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,127,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #877fca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #877fca; -webkit-box-shadow: 1px 1px 3px 2px #877fca; box-shadow: 1px 1px 3px 2px #877fca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,127,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #877fca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #877fca; -webkit-box-shadow: 1px 1px 3px 2px #877fca; box-shadow: 1px 1px 3px 2px #877fca;">
Div content here</div>
This div box has shadow with color #877fca
Comments
No comments written yet.
Please login to write comment.