Color spaces of #917afc
RGB | 145 | 122 | 252 |
---|---|---|---|
HSL | 0.70 | 0.96 | 0.73 |
HSV | 251° | 52° | 99° |
CMYK | 0.42 | 0.52 | 0.00 0.01 |
XYZ | 36.2073 | 26.9671 | 95.3923 |
Yxy | 26.9671 | 0.2283 | 0.1701 |
Hunter Lab | 51.9299 | 33.5792 | -72.5616 |
CIE-Lab | 58.9439 | 39.4226 | -62.1596 |
#917afc color RGB value is (145,122,252).
#917afc hex color red value is 145, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #917afc hue: 0.70 , saturation: 0.96 and the lightness value of 917afc is 0.73.
The process color (four color CMYK) of #917afc color hex is 0.42, 0.52, 0.00, 0.01. Web safe color of #917afc is #9966ff. Color #917afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111010 | 11111100 |
Octal | 221 | 172 | 374 |
Decimal | 145 | 122 | 252 |
Hex | 91 | 7A | FC |
Shades of #917afc
Tints of #917afc
RGB Percentages of Color #917afc
CMYK Percentages of Color #917afc
Complementary Color
#917afc | #e5fc7a |
#917afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#917afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#917afc Color CSS Codes
.mybgcolor {background-color:#917afc; } .myforecolor {color:#917afc; } .mybordercolor {border:3px solid #917afc; }
#917afc Text Font Color
<p style="color:#917afc">Text here</p>
This sample text font color is #917afc
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.
#917afc Background Color
<div style="background-color:#917afc">
Div content here</div>
This div background color is #917afc
#917afc Border Color
<div style="border:3px solid #917afc">
Div here</div>
This div border color is #917afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,122,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #917afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #917afc; -webkit-box-shadow: 1px 1px 3px 2px #917afc; box-shadow: 1px 1px 3px 2px #917afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,122,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 #917afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #917afc; -webkit-box-shadow: 1px 1px 3px 2px #917afc; box-shadow: 1px 1px 3px 2px #917afc;">
Div content here</div>
This div box has shadow with color #917afc
Comments
No comments written yet.
Please login to write comment.