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