Color spaces of #988ffc
RGB | 152 | 143 | 252 |
---|---|---|---|
HSL | 0.68 | 0.95 | 0.77 |
HSV | 245° | 43° | 99° |
CMYK | 0.40 | 0.43 | 0.00 0.01 |
XYZ | 40.3420 | 33.3486 | 96.4061 |
Yxy | 33.3486 | 0.2372 | 0.1961 |
Hunter Lab | 57.7482 | 23.6378 | -58.5562 |
CIE-Lab | 64.4422 | 29.0257 | -53.3553 |
#988ffc color RGB value is (152,143,252).
#988ffc hex color red value is 152, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #988ffc hue: 0.68 , saturation: 0.95 and the lightness value of 988ffc is 0.77.
The process color (four color CMYK) of #988ffc color hex is 0.40, 0.43, 0.00, 0.01. Web safe color of #988ffc is #9999ff. Color #988ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10001111 | 11111100 |
Octal | 230 | 217 | 374 |
Decimal | 152 | 143 | 252 |
Hex | 98 | 8F | FC |
Shades of #988ffc
Tints of #988ffc
RGB Percentages of Color #988ffc
CMYK Percentages of Color #988ffc
Complementary Color
#988ffc | #f3fc8f |
#988ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#988ffc Color CSS Codes
.mybgcolor {background-color:#988ffc; } .myforecolor {color:#988ffc; } .mybordercolor {border:3px solid #988ffc; }
#988ffc Text Font Color
<p style="color:#988ffc">Text here</p>
This sample text font color is #988ffc
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.
#988ffc Background Color
<div style="background-color:#988ffc">
Div content here</div>
This div background color is #988ffc
#988ffc Border Color
<div style="border:3px solid #988ffc">
Div here</div>
This div border color is #988ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,143,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988ffc; -webkit-box-shadow: 1px 1px 3px 2px #988ffc; box-shadow: 1px 1px 3px 2px #988ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,143,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #988ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988ffc; -webkit-box-shadow: 1px 1px 3px 2px #988ffc; box-shadow: 1px 1px 3px 2px #988ffc;">
Div content here</div>
This div box has shadow with color #988ffc
Comments
No comments written yet.
Please login to write comment.