Color spaces of #958adb
RGB | 149 | 138 | 219 |
---|---|---|---|
HSL | 0.69 | 0.53 | 0.70 |
HSV | 248° | 37° | 86° |
CMYK | 0.32 | 0.37 | 0.00 0.14 |
XYZ | 34.2691 | 29.6810 | 70.9407 |
Yxy | 29.6810 | 0.2541 | 0.2200 |
Hunter Lab | 54.4803 | 16.9393 | -39.0674 |
CIE-Lab | 61.3780 | 22.3442 | -39.9734 |
#958adb color RGB value is (149,138,219).
#958adb hex color red value is 149, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #958adb hue: 0.69 , saturation: 0.53 and the lightness value of 958adb is 0.70.
The process color (four color CMYK) of #958adb color hex is 0.32, 0.37, 0.00, 0.14. Web safe color of #958adb is #9999cc. Color #958adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10001010 | 11011011 |
Octal | 225 | 212 | 333 |
Decimal | 149 | 138 | 219 |
Hex | 95 | 8A | DB |
Shades of #958adb
Tints of #958adb
RGB Percentages of Color #958adb
CMYK Percentages of Color #958adb
Complementary Color
#958adb | #d0db8a |
#958adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#958adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#958adb Color CSS Codes
.mybgcolor {background-color:#958adb; } .myforecolor {color:#958adb; } .mybordercolor {border:3px solid #958adb; }
#958adb Text Font Color
<p style="color:#958adb">Text here</p>
This sample text font color is #958adb
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.
#958adb Background Color
<div style="background-color:#958adb">
Div content here</div>
This div background color is #958adb
#958adb Border Color
<div style="border:3px solid #958adb">
Div here</div>
This div border color is #958adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,138,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #958adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #958adb; -webkit-box-shadow: 1px 1px 3px 2px #958adb; box-shadow: 1px 1px 3px 2px #958adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,138,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 #958adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #958adb; -webkit-box-shadow: 1px 1px 3px 2px #958adb; box-shadow: 1px 1px 3px 2px #958adb;">
Div content here</div>
This div box has shadow with color #958adb
#958adb Color Palettes
Comments
No comments written yet.
Please login to write comment.