Color spaces of #974adb
RGB | 151 | 74 | 219 |
---|---|---|---|
HSL | 0.76 | 0.67 | 0.57 |
HSV | 272° | 66° | 86° |
CMYK | 0.31 | 0.66 | 0.00 0.14 |
XYZ | 27.9975 | 16.5913 | 68.7447 |
Yxy | 16.5913 | 0.2470 | 0.1464 |
Hunter Lab | 40.7324 | 51.4106 | -71.5519 |
CIE-Lab | 47.7409 | 57.9375 | -61.6778 |
#974adb color RGB value is (151,74,219).
#974adb hex color red value is 151, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #974adb hue: 0.76 , saturation: 0.67 and the lightness value of 974adb is 0.57.
The process color (four color CMYK) of #974adb color hex is 0.31, 0.66, 0.00, 0.14. Web safe color of #974adb is #9933cc. Color #974adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01001010 | 11011011 |
Octal | 227 | 112 | 333 |
Decimal | 151 | 74 | 219 |
Hex | 97 | 4A | DB |
Shades of #974adb
Tints of #974adb
RGB Percentages of Color #974adb
CMYK Percentages of Color #974adb
Complementary Color
#974adb | #8edb4a |
#974adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#974adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#974adb Color CSS Codes
.mybgcolor {background-color:#974adb; } .myforecolor {color:#974adb; } .mybordercolor {border:3px solid #974adb; }
#974adb Text Font Color
<p style="color:#974adb">Text here</p>
This sample text font color is #974adb
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.
#974adb Background Color
<div style="background-color:#974adb">
Div content here</div>
This div background color is #974adb
#974adb Border Color
<div style="border:3px solid #974adb">
Div here</div>
This div border color is #974adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,74,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #974adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #974adb; -webkit-box-shadow: 1px 1px 3px 2px #974adb; box-shadow: 1px 1px 3px 2px #974adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,74,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #974adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #974adb; -webkit-box-shadow: 1px 1px 3px 2px #974adb; box-shadow: 1px 1px 3px 2px #974adb;">
Div content here</div>
This div box has shadow with color #974adb
Comments
No comments written yet.
Please login to write comment.