Color spaces of #998dff
RGB | 153 | 141 | 255 |
---|---|---|---|
HSL | 0.68 | 1.00 | 0.78 |
HSV | 246° | 45° | 100° |
CMYK | 0.40 | 0.45 | 0.00 0.00 |
XYZ | 40.7117 | 33.0421 | 98.8398 |
Yxy | 33.0421 | 0.2359 | 0.1914 |
Hunter Lab | 57.4823 | 25.8283 | -61.7106 |
CIE-Lab | 64.1950 | 31.2356 | -55.3842 |
#998dff color RGB value is (153,141,255).
#998dff hex color red value is 153, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #998dff hue: 0.68 , saturation: 1.00 and the lightness value of 998dff is 0.78.
The process color (four color CMYK) of #998dff color hex is 0.40, 0.45, 0.00, 0.00. Web safe color of #998dff is #9999ff. Color #998dff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10001101 | 11111111 |
Octal | 231 | 215 | 377 |
Decimal | 153 | 141 | 255 |
Hex | 99 | 8D | FF |
Shades of #998dff
Tints of #998dff
RGB Percentages of Color #998dff
CMYK Percentages of Color #998dff
Complementary Color
#998dff | #f3ff8d |
#998dff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#998dff Color Preview on White Background
Lorem ipsum dolor sit amet.
#998dff Color CSS Codes
.mybgcolor {background-color:#998dff; } .myforecolor {color:#998dff; } .mybordercolor {border:3px solid #998dff; }
#998dff Text Font Color
<p style="color:#998dff">Text here</p>
This sample text font color is #998dff
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.
#998dff Background Color
<div style="background-color:#998dff">
Div content here</div>
This div background color is #998dff
#998dff Border Color
<div style="border:3px solid #998dff">
Div here</div>
This div border color is #998dff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,141,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #998dff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #998dff; -webkit-box-shadow: 1px 1px 3px 2px #998dff; box-shadow: 1px 1px 3px 2px #998dff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,141,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #998dff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #998dff; -webkit-box-shadow: 1px 1px 3px 2px #998dff; box-shadow: 1px 1px 3px 2px #998dff;">
Div content here</div>
This div box has shadow with color #998dff
#998dff Color Palettes
Comments
No comments written yet.
Please login to write comment.