Color spaces of #988fce
RGB | 152 | 143 | 206 |
---|---|---|---|
HSL | 0.69 | 0.39 | 0.68 |
HSV | 249° | 31° | 81° |
CMYK | 0.26 | 0.31 | 0.00 0.19 |
XYZ | 33.9119 | 30.7766 | 62.5456 |
Yxy | 30.7766 | 0.2665 | 0.2419 |
Hunter Lab | 55.4767 | 12.0297 | -28.0112 |
CIE-Lab | 62.3186 | 17.0491 | -31.2233 |
#988fce color RGB value is (152,143,206).
#988fce hex color red value is 152, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #988fce hue: 0.69 , saturation: 0.39 and the lightness value of 988fce is 0.68.
The process color (four color CMYK) of #988fce color hex is 0.26, 0.31, 0.00, 0.19. Web safe color of #988fce is #9999cc. Color #988fce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10001111 | 11001110 |
Octal | 230 | 217 | 316 |
Decimal | 152 | 143 | 206 |
Hex | 98 | 8F | CE |
Shades of #988fce
Tints of #988fce
RGB Percentages of Color #988fce
CMYK Percentages of Color #988fce
Complementary Color
#988fce | #c5ce8f |
#988fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#988fce Color CSS Codes
.mybgcolor {background-color:#988fce; } .myforecolor {color:#988fce; } .mybordercolor {border:3px solid #988fce; }
#988fce Text Font Color
<p style="color:#988fce">Text here</p>
This sample text font color is #988fce
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.
#988fce Background Color
<div style="background-color:#988fce">
Div content here</div>
This div background color is #988fce
#988fce Border Color
<div style="border:3px solid #988fce">
Div here</div>
This div border color is #988fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,143,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988fce; -webkit-box-shadow: 1px 1px 3px 2px #988fce; box-shadow: 1px 1px 3px 2px #988fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,143,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 #988fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988fce; -webkit-box-shadow: 1px 1px 3px 2px #988fce; box-shadow: 1px 1px 3px 2px #988fce;">
Div content here</div>
This div box has shadow with color #988fce
Comments
No comments written yet.
Please login to write comment.