Color spaces of #8f9ccd
RGB | 143 | 156 | 205 |
---|---|---|---|
HSL | 0.63 | 0.38 | 0.68 |
HSV | 227° | 30° | 80° |
CMYK | 0.30 | 0.24 | 0.00 0.20 |
XYZ | 34.2356 | 34.0244 | 62.5206 |
Yxy | 34.0244 | 0.2618 | 0.2602 |
Hunter Lab | 58.3304 | 2.6879 | -22.7178 |
CIE-Lab | 64.9819 | 6.6940 | -26.6091 |
#8f9ccd color RGB value is (143,156,205).
#8f9ccd hex color red value is 143, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8f9ccd hue: 0.63 , saturation: 0.38 and the lightness value of 8f9ccd is 0.68.
The process color (four color CMYK) of #8f9ccd color hex is 0.30, 0.24, 0.00, 0.20. Web safe color of #8f9ccd is #9999cc. Color #8f9ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10011100 | 11001101 |
Octal | 217 | 234 | 315 |
Decimal | 143 | 156 | 205 |
Hex | 8F | 9C | CD |
Shades of #8f9ccd
Tints of #8f9ccd
RGB Percentages of Color #8f9ccd
CMYK Percentages of Color #8f9ccd
Complementary Color
#8f9ccd | #cdc08f |
#8f9ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8f9ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8f9ccd Color CSS Codes
.mybgcolor {background-color:#8f9ccd; } .myforecolor {color:#8f9ccd; } .mybordercolor {border:3px solid #8f9ccd; }
#8f9ccd Text Font Color
<p style="color:#8f9ccd">Text here</p>
This sample text font color is #8f9ccd
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.
#8f9ccd Background Color
<div style="background-color:#8f9ccd">
Div content here</div>
This div background color is #8f9ccd
#8f9ccd Border Color
<div style="border:3px solid #8f9ccd">
Div here</div>
This div border color is #8f9ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,156,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8f9ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8f9ccd; -webkit-box-shadow: 1px 1px 3px 2px #8f9ccd; box-shadow: 1px 1px 3px 2px #8f9ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,156,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8f9ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f9ccd; -webkit-box-shadow: 1px 1px 3px 2px #8f9ccd; box-shadow: 1px 1px 3px 2px #8f9ccd;">
Div content here</div>
This div box has shadow with color #8f9ccd
Comments
No comments written yet.
Please login to write comment.