Color spaces of #867fce
RGB | 134 | 127 | 206 |
---|---|---|---|
HSL | 0.68 | 0.45 | 0.65 |
HSV | 245° | 38° | 81° |
CMYK | 0.35 | 0.38 | 0.00 0.19 |
XYZ | 28.5615 | 24.7033 | 61.6554 |
Yxy | 24.7033 | 0.2485 | 0.2150 |
Hunter Lab | 49.7024 | 15.5958 | -38.7570 |
CIE-Lab | 56.7852 | 21.1726 | -39.9711 |
#867fce color RGB value is (134,127,206).
#867fce hex color red value is 134, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #867fce hue: 0.68 , saturation: 0.45 and the lightness value of 867fce is 0.65.
The process color (four color CMYK) of #867fce color hex is 0.35, 0.38, 0.00, 0.19. Web safe color of #867fce is #9966cc. Color #867fce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01111111 | 11001110 |
Octal | 206 | 177 | 316 |
Decimal | 134 | 127 | 206 |
Hex | 86 | 7F | CE |
Shades of #867fce
Tints of #867fce
RGB Percentages of Color #867fce
CMYK Percentages of Color #867fce
Complementary Color
#867fce | #c7ce7f |
#867fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#867fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#867fce Color CSS Codes
.mybgcolor {background-color:#867fce; } .myforecolor {color:#867fce; } .mybordercolor {border:3px solid #867fce; }
#867fce Text Font Color
<p style="color:#867fce">Text here</p>
This sample text font color is #867fce
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.
#867fce Background Color
<div style="background-color:#867fce">
Div content here</div>
This div background color is #867fce
#867fce Border Color
<div style="border:3px solid #867fce">
Div here</div>
This div border color is #867fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,127,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #867fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #867fce; -webkit-box-shadow: 1px 1px 3px 2px #867fce; box-shadow: 1px 1px 3px 2px #867fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,127,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 #867fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #867fce; -webkit-box-shadow: 1px 1px 3px 2px #867fce; box-shadow: 1px 1px 3px 2px #867fce;">
Div content here</div>
This div box has shadow with color #867fce
Comments
No comments written yet.
Please login to write comment.