Color spaces of #998acc
RGB | 153 | 138 | 204 |
---|---|---|---|
HSL | 0.70 | 0.39 | 0.67 |
HSV | 254° | 32° | 80° |
CMYK | 0.25 | 0.32 | 0.00 0.20 |
XYZ | 33.1244 | 29.3089 | 61.0381 |
Yxy | 29.3089 | 0.2683 | 0.2374 |
Hunter Lab | 54.1377 | 14.4751 | -28.9507 |
CIE-Lab | 61.0533 | 19.7364 | -32.0582 |
#998acc color RGB value is (153,138,204).
#998acc hex color red value is 153, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #998acc hue: 0.70 , saturation: 0.39 and the lightness value of 998acc is 0.67.
The process color (four color CMYK) of #998acc color hex is 0.25, 0.32, 0.00, 0.20. Web safe color of #998acc is #9999cc. Color #998acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10001010 | 11001100 |
Octal | 231 | 212 | 314 |
Decimal | 153 | 138 | 204 |
Hex | 99 | 8A | CC |
Shades of #998acc
Tints of #998acc
RGB Percentages of Color #998acc
CMYK Percentages of Color #998acc
Complementary Color
#998acc | #bdcc8a |
#998acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#998acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#998acc Color CSS Codes
.mybgcolor {background-color:#998acc; } .myforecolor {color:#998acc; } .mybordercolor {border:3px solid #998acc; }
#998acc Text Font Color
<p style="color:#998acc">Text here</p>
This sample text font color is #998acc
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.
#998acc Background Color
<div style="background-color:#998acc">
Div content here</div>
This div background color is #998acc
#998acc Border Color
<div style="border:3px solid #998acc">
Div here</div>
This div border color is #998acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,138,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #998acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #998acc; -webkit-box-shadow: 1px 1px 3px 2px #998acc; box-shadow: 1px 1px 3px 2px #998acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,138,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #998acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #998acc; -webkit-box-shadow: 1px 1px 3px 2px #998acc; box-shadow: 1px 1px 3px 2px #998acc;">
Div content here</div>
This div box has shadow with color #998acc
Comments
No comments written yet.
Please login to write comment.