Color spaces of #978dde
RGB | 151 | 141 | 222 |
---|---|---|---|
HSL | 0.69 | 0.55 | 0.71 |
HSV | 247° | 36° | 87° |
CMYK | 0.32 | 0.36 | 0.00 0.13 |
XYZ | 35.4722 | 30.9030 | 73.2025 |
Yxy | 30.9030 | 0.2541 | 0.2214 |
Hunter Lab | 55.5905 | 16.6173 | -39.1608 |
CIE-Lab | 62.4257 | 21.9451 | -39.9905 |
#978dde color RGB value is (151,141,222).
#978dde hex color red value is 151, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #978dde hue: 0.69 , saturation: 0.55 and the lightness value of 978dde is 0.71.
The process color (four color CMYK) of #978dde color hex is 0.32, 0.36, 0.00, 0.13. Web safe color of #978dde is #9999cc. Color #978dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10001101 | 11011110 |
Octal | 227 | 215 | 336 |
Decimal | 151 | 141 | 222 |
Hex | 97 | 8D | DE |
Shades of #978dde
Tints of #978dde
RGB Percentages of Color #978dde
CMYK Percentages of Color #978dde
Complementary Color
#978dde | #d4de8d |
#978dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#978dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#978dde Color CSS Codes
.mybgcolor {background-color:#978dde; } .myforecolor {color:#978dde; } .mybordercolor {border:3px solid #978dde; }
#978dde Text Font Color
<p style="color:#978dde">Text here</p>
This sample text font color is #978dde
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.
#978dde Background Color
<div style="background-color:#978dde">
Div content here</div>
This div background color is #978dde
#978dde Border Color
<div style="border:3px solid #978dde">
Div here</div>
This div border color is #978dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,141,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #978dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #978dde; -webkit-box-shadow: 1px 1px 3px 2px #978dde; box-shadow: 1px 1px 3px 2px #978dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,141,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #978dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #978dde; -webkit-box-shadow: 1px 1px 3px 2px #978dde; box-shadow: 1px 1px 3px 2px #978dde;">
Div content here</div>
This div box has shadow with color #978dde
Comments
No comments written yet.
Please login to write comment.