Color spaces of #8f9edb
RGB | 143 | 158 | 219 |
---|---|---|---|
HSL | 0.63 | 0.51 | 0.71 |
HSV | 228° | 35° | 86° |
CMYK | 0.35 | 0.28 | 0.00 0.14 |
XYZ | 36.3407 | 35.4078 | 71.9369 |
Yxy | 35.4078 | 0.2529 | 0.2464 |
Hunter Lab | 59.5045 | 4.8811 | -30.0245 |
CIE-Lab | 66.0649 | 9.1729 | -32.7003 |
#8f9edb color RGB value is (143,158,219).
#8f9edb hex color red value is 143, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8f9edb hue: 0.63 , saturation: 0.51 and the lightness value of 8f9edb is 0.71.
The process color (four color CMYK) of #8f9edb color hex is 0.35, 0.28, 0.00, 0.14. Web safe color of #8f9edb is #9999cc. Color #8f9edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10011110 | 11011011 |
Octal | 217 | 236 | 333 |
Decimal | 143 | 158 | 219 |
Hex | 8F | 9E | DB |
Shades of #8f9edb
Tints of #8f9edb
RGB Percentages of Color #8f9edb
CMYK Percentages of Color #8f9edb
Complementary Color
#8f9edb | #dbcc8f |
#8f9edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8f9edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8f9edb Color CSS Codes
.mybgcolor {background-color:#8f9edb; } .myforecolor {color:#8f9edb; } .mybordercolor {border:3px solid #8f9edb; }
#8f9edb Text Font Color
<p style="color:#8f9edb">Text here</p>
This sample text font color is #8f9edb
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.
#8f9edb Background Color
<div style="background-color:#8f9edb">
Div content here</div>
This div background color is #8f9edb
#8f9edb Border Color
<div style="border:3px solid #8f9edb">
Div here</div>
This div border color is #8f9edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,158,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8f9edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8f9edb; -webkit-box-shadow: 1px 1px 3px 2px #8f9edb; box-shadow: 1px 1px 3px 2px #8f9edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,158,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8f9edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f9edb; -webkit-box-shadow: 1px 1px 3px 2px #8f9edb; box-shadow: 1px 1px 3px 2px #8f9edb;">
Div content here</div>
This div box has shadow with color #8f9edb
Comments
No comments written yet.
Please login to write comment.