Color spaces of #917ffc
RGB | 145 | 127 | 252 |
---|---|---|---|
HSL | 0.69 | 0.95 | 0.74 |
HSV | 249° | 50° | 99° |
CMYK | 0.42 | 0.50 | 0.00 0.01 |
XYZ | 36.8371 | 28.2268 | 95.6022 |
Yxy | 28.2268 | 0.2293 | 0.1757 |
Hunter Lab | 53.1289 | 30.7880 | -69.4985 |
CIE-Lab | 60.0931 | 36.5586 | -60.3185 |
#917ffc color RGB value is (145,127,252).
#917ffc hex color red value is 145, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #917ffc hue: 0.69 , saturation: 0.95 and the lightness value of 917ffc is 0.74.
The process color (four color CMYK) of #917ffc color hex is 0.42, 0.50, 0.00, 0.01. Web safe color of #917ffc is #9966ff. Color #917ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111111 | 11111100 |
Octal | 221 | 177 | 374 |
Decimal | 145 | 127 | 252 |
Hex | 91 | 7F | FC |
Shades of #917ffc
Tints of #917ffc
RGB Percentages of Color #917ffc
CMYK Percentages of Color #917ffc
Complementary Color
#917ffc | #eafc7f |
#917ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#917ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#917ffc Color CSS Codes
.mybgcolor {background-color:#917ffc; } .myforecolor {color:#917ffc; } .mybordercolor {border:3px solid #917ffc; }
#917ffc Text Font Color
<p style="color:#917ffc">Text here</p>
This sample text font color is #917ffc
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.
#917ffc Background Color
<div style="background-color:#917ffc">
Div content here</div>
This div background color is #917ffc
#917ffc Border Color
<div style="border:3px solid #917ffc">
Div here</div>
This div border color is #917ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,127,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #917ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #917ffc; -webkit-box-shadow: 1px 1px 3px 2px #917ffc; box-shadow: 1px 1px 3px 2px #917ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,127,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #917ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #917ffc; -webkit-box-shadow: 1px 1px 3px 2px #917ffc; box-shadow: 1px 1px 3px 2px #917ffc;">
Div content here</div>
This div box has shadow with color #917ffc
Comments
No comments written yet.
Please login to write comment.