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