Color spaces of #917fec
RGB | 145 | 127 | 236 |
---|---|---|---|
HSL | 0.69 | 0.74 | 0.71 |
HSV | 250° | 46° | 93° |
CMYK | 0.39 | 0.46 | 0.00 0.07 |
XYZ | 34.4067 | 27.2546 | 82.8041 |
Yxy | 27.2546 | 0.2382 | 0.1887 |
Hunter Lab | 52.2059 | 26.2813 | -57.4960 |
CIE-Lab | 59.2093 | 32.1679 | -52.8840 |
#917fec color RGB value is (145,127,236).
#917fec hex color red value is 145, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #917fec hue: 0.69 , saturation: 0.74 and the lightness value of 917fec is 0.71.
The process color (four color CMYK) of #917fec color hex is 0.39, 0.46, 0.00, 0.07. Web safe color of #917fec is #9966ff. Color #917fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111111 | 11101100 |
Octal | 221 | 177 | 354 |
Decimal | 145 | 127 | 236 |
Hex | 91 | 7F | EC |
Shades of #917fec
Tints of #917fec
RGB Percentages of Color #917fec
CMYK Percentages of Color #917fec
Complementary Color
#917fec | #daec7f |
#917fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#917fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#917fec Color CSS Codes
.mybgcolor {background-color:#917fec; } .myforecolor {color:#917fec; } .mybordercolor {border:3px solid #917fec; }
#917fec Text Font Color
<p style="color:#917fec">Text here</p>
This sample text font color is #917fec
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.
#917fec Background Color
<div style="background-color:#917fec">
Div content here</div>
This div background color is #917fec
#917fec Border Color
<div style="border:3px solid #917fec">
Div here</div>
This div border color is #917fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,127,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #917fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #917fec; -webkit-box-shadow: 1px 1px 3px 2px #917fec; box-shadow: 1px 1px 3px 2px #917fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,127,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 #917fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #917fec; -webkit-box-shadow: 1px 1px 3px 2px #917fec; box-shadow: 1px 1px 3px 2px #917fec;">
Div content here</div>
This div box has shadow with color #917fec
Comments
No comments written yet.
Please login to write comment.