Color spaces of #868faa
RGB | 134 | 143 | 170 |
---|---|---|---|
HSL | 0.63 | 0.17 | 0.60 |
HSV | 225° | 21° | 67° |
CMYK | 0.21 | 0.16 | 0.00 0.33 |
XYZ | 26.9097 | 27.6155 | 41.9422 |
Yxy | 27.6155 | 0.2790 | 0.2863 |
Hunter Lab | 52.5505 | -0.5582 | -10.5359 |
CIE-Lab | 59.5398 | 2.7147 | -15.2805 |
#868faa color RGB value is (134,143,170).
#868faa hex color red value is 134, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #868faa hue: 0.63 , saturation: 0.17 and the lightness value of 868faa is 0.60.
The process color (four color CMYK) of #868faa color hex is 0.21, 0.16, 0.00, 0.33. Web safe color of #868faa is #999999. Color #868faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10001111 | 10101010 |
Octal | 206 | 217 | 252 |
Decimal | 134 | 143 | 170 |
Hex | 86 | 8F | AA |
Shades of #868faa
Tints of #868faa
RGB Percentages of Color #868faa
CMYK Percentages of Color #868faa
Complementary Color
#868faa | #aaa186 |
#868faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#868faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#868faa Color CSS Codes
.mybgcolor {background-color:#868faa; } .myforecolor {color:#868faa; } .mybordercolor {border:3px solid #868faa; }
#868faa Text Font Color
<p style="color:#868faa">Text here</p>
This sample text font color is #868faa
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.
#868faa Background Color
<div style="background-color:#868faa">
Div content here</div>
This div background color is #868faa
#868faa Border Color
<div style="border:3px solid #868faa">
Div here</div>
This div border color is #868faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #868faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #868faa; -webkit-box-shadow: 1px 1px 3px 2px #868faa; box-shadow: 1px 1px 3px 2px #868faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #868faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #868faa; -webkit-box-shadow: 1px 1px 3px 2px #868faa; box-shadow: 1px 1px 3px 2px #868faa;">
Div content here</div>
This div box has shadow with color #868faa
Comments
No comments written yet.
Please login to write comment.