Color spaces of #877dfa
RGB | 135 | 125 | 250 |
---|---|---|---|
HSL | 0.68 | 0.93 | 0.74 |
HSV | 245° | 50° | 98° |
CMYK | 0.46 | 0.50 | 0.00 0.02 |
XYZ | 34.5806 | 26.7203 | 93.7774 |
Yxy | 26.7203 | 0.2230 | 0.1723 |
Hunter Lab | 51.6917 | 28.9521 | -71.3778 |
CIE-Lab | 58.7145 | 34.8996 | -61.4689 |
#877dfa color RGB value is (135,125,250).
#877dfa hex color red value is 135, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #877dfa hue: 0.68 , saturation: 0.93 and the lightness value of 877dfa is 0.74.
The process color (four color CMYK) of #877dfa color hex is 0.46, 0.50, 0.00, 0.02. Web safe color of #877dfa is #9966ff. Color #877dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01111101 | 11111010 |
Octal | 207 | 175 | 372 |
Decimal | 135 | 125 | 250 |
Hex | 87 | 7D | FA |
Shades of #877dfa
Tints of #877dfa
RGB Percentages of Color #877dfa
CMYK Percentages of Color #877dfa
Complementary Color
#877dfa | #f0fa7d |
#877dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#877dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#877dfa Color CSS Codes
.mybgcolor {background-color:#877dfa; } .myforecolor {color:#877dfa; } .mybordercolor {border:3px solid #877dfa; }
#877dfa Text Font Color
<p style="color:#877dfa">Text here</p>
This sample text font color is #877dfa
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.
#877dfa Background Color
<div style="background-color:#877dfa">
Div content here</div>
This div background color is #877dfa
#877dfa Border Color
<div style="border:3px solid #877dfa">
Div here</div>
This div border color is #877dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,125,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #877dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #877dfa; -webkit-box-shadow: 1px 1px 3px 2px #877dfa; box-shadow: 1px 1px 3px 2px #877dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,125,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #877dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #877dfa; -webkit-box-shadow: 1px 1px 3px 2px #877dfa; box-shadow: 1px 1px 3px 2px #877dfa;">
Div content here</div>
This div box has shadow with color #877dfa
Comments
No comments written yet.
Please login to write comment.