Color spaces of #956abe
RGB | 149 | 106 | 190 |
---|---|---|---|
HSL | 0.75 | 0.39 | 0.58 |
HSV | 271° | 44° | 75° |
CMYK | 0.22 | 0.44 | 0.00 0.25 |
XYZ | 26.8427 | 20.4153 | 51.2410 |
Yxy | 20.4153 | 0.2725 | 0.2073 |
Hunter Lab | 45.1833 | 26.9733 | -35.6107 |
CIE-Lab | 52.3035 | 33.6325 | -37.8017 |
#956abe color RGB value is (149,106,190).
#956abe hex color red value is 149, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #956abe hue: 0.75 , saturation: 0.39 and the lightness value of 956abe is 0.58.
The process color (four color CMYK) of #956abe color hex is 0.22, 0.44, 0.00, 0.25. Web safe color of #956abe is #9966cc. Color #956abe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01101010 | 10111110 |
Octal | 225 | 152 | 276 |
Decimal | 149 | 106 | 190 |
Hex | 95 | 6A | BE |
Shades of #956abe
Tints of #956abe
RGB Percentages of Color #956abe
CMYK Percentages of Color #956abe
Complementary Color
#956abe | #93be6a |
#956abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#956abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#956abe Color CSS Codes
.mybgcolor {background-color:#956abe; } .myforecolor {color:#956abe; } .mybordercolor {border:3px solid #956abe; }
#956abe Text Font Color
<p style="color:#956abe">Text here</p>
This sample text font color is #956abe
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.
#956abe Background Color
<div style="background-color:#956abe">
Div content here</div>
This div background color is #956abe
#956abe Border Color
<div style="border:3px solid #956abe">
Div here</div>
This div border color is #956abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,106,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #956abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #956abe; -webkit-box-shadow: 1px 1px 3px 2px #956abe; box-shadow: 1px 1px 3px 2px #956abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,106,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #956abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #956abe; -webkit-box-shadow: 1px 1px 3px 2px #956abe; box-shadow: 1px 1px 3px 2px #956abe;">
Div content here</div>
This div box has shadow with color #956abe
Comments
No comments written yet.
Please login to write comment.