Color spaces of #916cec
RGB | 145 | 108 | 236 |
---|---|---|---|
HSL | 0.71 | 0.77 | 0.67 |
HSV | 257° | 54° | 93° |
CMYK | 0.39 | 0.54 | 0.00 0.07 |
XYZ | 32.1799 | 22.8010 | 82.0618 |
Yxy | 22.8010 | 0.2348 | 0.1664 |
Hunter Lab | 47.7504 | 36.7314 | -68.4680 |
CIE-Lab | 54.8668 | 43.0259 | -59.8239 |
#916cec color RGB value is (145,108,236).
#916cec hex color red value is 145, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #916cec hue: 0.71 , saturation: 0.77 and the lightness value of 916cec is 0.67.
The process color (four color CMYK) of #916cec color hex is 0.39, 0.54, 0.00, 0.07. Web safe color of #916cec is #9966ff. Color #916cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01101100 | 11101100 |
Octal | 221 | 154 | 354 |
Decimal | 145 | 108 | 236 |
Hex | 91 | 6C | EC |
Shades of #916cec
Tints of #916cec
RGB Percentages of Color #916cec
CMYK Percentages of Color #916cec
Complementary Color
#916cec | #c7ec6c |
#916cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#916cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#916cec Color CSS Codes
.mybgcolor {background-color:#916cec; } .myforecolor {color:#916cec; } .mybordercolor {border:3px solid #916cec; }
#916cec Text Font Color
<p style="color:#916cec">Text here</p>
This sample text font color is #916cec
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.
#916cec Background Color
<div style="background-color:#916cec">
Div content here</div>
This div background color is #916cec
#916cec Border Color
<div style="border:3px solid #916cec">
Div here</div>
This div border color is #916cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,108,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #916cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #916cec; -webkit-box-shadow: 1px 1px 3px 2px #916cec; box-shadow: 1px 1px 3px 2px #916cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,108,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #916cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #916cec; -webkit-box-shadow: 1px 1px 3px 2px #916cec; box-shadow: 1px 1px 3px 2px #916cec;">
Div content here</div>
This div box has shadow with color #916cec
Comments
No comments written yet.
Please login to write comment.