Color spaces of #975fdb
RGB | 151 | 95 | 219 |
---|---|---|---|
HSL | 0.74 | 0.63 | 0.62 |
HSV | 267° | 57° | 86° |
CMYK | 0.31 | 0.57 | 0.00 0.14 |
XYZ | 29.6409 | 19.8782 | 69.2925 |
Yxy | 19.8782 | 0.2495 | 0.1673 |
Hunter Lab | 44.5850 | 40.6463 | -60.9371 |
CIE-Lab | 51.6992 | 47.2617 | -55.3077 |
#975fdb color RGB value is (151,95,219).
#975fdb hex color red value is 151, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #975fdb hue: 0.74 , saturation: 0.63 and the lightness value of 975fdb is 0.62.
The process color (four color CMYK) of #975fdb color hex is 0.31, 0.57, 0.00, 0.14. Web safe color of #975fdb is #9966cc. Color #975fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01011111 | 11011011 |
Octal | 227 | 137 | 333 |
Decimal | 151 | 95 | 219 |
Hex | 97 | 5F | DB |
Shades of #975fdb
Tints of #975fdb
RGB Percentages of Color #975fdb
CMYK Percentages of Color #975fdb
Complementary Color
#975fdb | #a3db5f |
#975fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#975fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#975fdb Color CSS Codes
.mybgcolor {background-color:#975fdb; } .myforecolor {color:#975fdb; } .mybordercolor {border:3px solid #975fdb; }
#975fdb Text Font Color
<p style="color:#975fdb">Text here</p>
This sample text font color is #975fdb
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.
#975fdb Background Color
<div style="background-color:#975fdb">
Div content here</div>
This div background color is #975fdb
#975fdb Border Color
<div style="border:3px solid #975fdb">
Div here</div>
This div border color is #975fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,95,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #975fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #975fdb; -webkit-box-shadow: 1px 1px 3px 2px #975fdb; box-shadow: 1px 1px 3px 2px #975fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,95,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 #975fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #975fdb; -webkit-box-shadow: 1px 1px 3px 2px #975fdb; box-shadow: 1px 1px 3px 2px #975fdb;">
Div content here</div>
This div box has shadow with color #975fdb
Comments
No comments written yet.
Please login to write comment.