Color spaces of #956eed
RGB | 149 | 110 | 237 |
---|---|---|---|
HSL | 0.72 | 0.78 | 0.68 |
HSV | 258° | 54° | 93° |
CMYK | 0.37 | 0.54 | 0.00 0.07 |
XYZ | 33.2564 | 23.6558 | 82.9340 |
Yxy | 23.6558 | 0.2378 | 0.1692 |
Hunter Lab | 48.6372 | 36.9368 | -67.0526 |
CIE-Lab | 55.7415 | 43.0988 | -58.9582 |
#956eed color RGB value is (149,110,237).
#956eed hex color red value is 149, green value is 110 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #956eed hue: 0.72 , saturation: 0.78 and the lightness value of 956eed is 0.68.
The process color (four color CMYK) of #956eed color hex is 0.37, 0.54, 0.00, 0.07. Web safe color of #956eed is #9966ff. Color #956eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01101110 | 11101101 |
Octal | 225 | 156 | 355 |
Decimal | 149 | 110 | 237 |
Hex | 95 | 6E | ED |
Shades of #956eed
Tints of #956eed
RGB Percentages of Color #956eed
CMYK Percentages of Color #956eed
Complementary Color
#956eed | #c6ed6e |
#956eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#956eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#956eed Color CSS Codes
.mybgcolor {background-color:#956eed; } .myforecolor {color:#956eed; } .mybordercolor {border:3px solid #956eed; }
#956eed Text Font Color
<p style="color:#956eed">Text here</p>
This sample text font color is #956eed
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.
#956eed Background Color
<div style="background-color:#956eed">
Div content here</div>
This div background color is #956eed
#956eed Border Color
<div style="border:3px solid #956eed">
Div here</div>
This div border color is #956eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,110,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #956eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #956eed; -webkit-box-shadow: 1px 1px 3px 2px #956eed; box-shadow: 1px 1px 3px 2px #956eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,110,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #956eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #956eed; -webkit-box-shadow: 1px 1px 3px 2px #956eed; box-shadow: 1px 1px 3px 2px #956eed;">
Div content here</div>
This div box has shadow with color #956eed
Comments
No comments written yet.
Please login to write comment.