Color spaces of #998fea
RGB | 153 | 143 | 234 |
---|---|---|---|
HSL | 0.68 | 0.68 | 0.74 |
HSV | 247° | 39° | 92° |
CMYK | 0.35 | 0.39 | 0.00 0.08 |
XYZ | 37.8106 | 32.3577 | 82.0947 |
Yxy | 32.3577 | 0.2483 | 0.2125 |
Hunter Lab | 56.8838 | 19.1020 | -45.7486 |
CIE-Lab | 63.6374 | 24.4647 | -44.7263 |
#998fea color RGB value is (153,143,234).
#998fea hex color red value is 153, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #998fea hue: 0.68 , saturation: 0.68 and the lightness value of 998fea is 0.74.
The process color (four color CMYK) of #998fea color hex is 0.35, 0.39, 0.00, 0.08. Web safe color of #998fea is #9999ff. Color #998fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10001111 | 11101010 |
Octal | 231 | 217 | 352 |
Decimal | 153 | 143 | 234 |
Hex | 99 | 8F | EA |
Shades of #998fea
Tints of #998fea
RGB Percentages of Color #998fea
CMYK Percentages of Color #998fea
Complementary Color
#998fea | #e0ea8f |
#998fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#998fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#998fea Color CSS Codes
.mybgcolor {background-color:#998fea; } .myforecolor {color:#998fea; } .mybordercolor {border:3px solid #998fea; }
#998fea Text Font Color
<p style="color:#998fea">Text here</p>
This sample text font color is #998fea
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.
#998fea Background Color
<div style="background-color:#998fea">
Div content here</div>
This div background color is #998fea
#998fea Border Color
<div style="border:3px solid #998fea">
Div here</div>
This div border color is #998fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,143,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #998fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #998fea; -webkit-box-shadow: 1px 1px 3px 2px #998fea; box-shadow: 1px 1px 3px 2px #998fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,143,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #998fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #998fea; -webkit-box-shadow: 1px 1px 3px 2px #998fea; box-shadow: 1px 1px 3px 2px #998fea;">
Div content here</div>
This div box has shadow with color #998fea
Comments
No comments written yet.
Please login to write comment.