Color spaces of #936eff
RGB | 147 | 110 | 255 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.72 |
HSV | 255° | 57° | 100° |
CMYK | 0.42 | 0.57 | 0.00 0.00 |
XYZ | 35.6586 | 24.5749 | 97.4718 |
Yxy | 24.5749 | 0.2261 | 0.1558 |
Hunter Lab | 49.5731 | 41.6446 | -81.8763 |
CIE-Lab | 56.6589 | 47.4315 | -67.4799 |
#936eff color RGB value is (147,110,255).
#936eff hex color red value is 147, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #936eff hue: 0.71 , saturation: 1.00 and the lightness value of 936eff is 0.72.
The process color (four color CMYK) of #936eff color hex is 0.42, 0.57, 0.00, 0.00. Web safe color of #936eff is #9966ff. Color #936eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01101110 | 11111111 |
Octal | 223 | 156 | 377 |
Decimal | 147 | 110 | 255 |
Hex | 93 | 6E | FF |
Shades of #936eff
Tints of #936eff
RGB Percentages of Color #936eff
CMYK Percentages of Color #936eff
Complementary Color
#936eff | #daff6e |
#936eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#936eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#936eff Color CSS Codes
.mybgcolor {background-color:#936eff; } .myforecolor {color:#936eff; } .mybordercolor {border:3px solid #936eff; }
#936eff Text Font Color
<p style="color:#936eff">Text here</p>
This sample text font color is #936eff
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.
#936eff Background Color
<div style="background-color:#936eff">
Div content here</div>
This div background color is #936eff
#936eff Border Color
<div style="border:3px solid #936eff">
Div here</div>
This div border color is #936eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,110,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #936eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #936eff; -webkit-box-shadow: 1px 1px 3px 2px #936eff; box-shadow: 1px 1px 3px 2px #936eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,110,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #936eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #936eff; -webkit-box-shadow: 1px 1px 3px 2px #936eff; box-shadow: 1px 1px 3px 2px #936eff;">
Div content here</div>
This div box has shadow with color #936eff
Comments
No comments written yet.
Please login to write comment.