Color spaces of #918fae
RGB | 145 | 143 | 174 |
---|---|---|---|
HSL | 0.68 | 0.16 | 0.62 |
HSV | 244° | 18° | 68° |
CMYK | 0.17 | 0.18 | 0.00 0.32 |
XYZ | 29.1395 | 28.7207 | 44.0522 |
Yxy | 28.7207 | 0.2859 | 0.2818 |
Hunter Lab | 53.5917 | 3.2706 | -11.2220 |
CIE-Lab | 60.5343 | 7.2565 | -15.9662 |
#918fae color RGB value is (145,143,174).
#918fae hex color red value is 145, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #918fae hue: 0.68 , saturation: 0.16 and the lightness value of 918fae is 0.62.
The process color (four color CMYK) of #918fae color hex is 0.17, 0.18, 0.00, 0.32. Web safe color of #918fae is #999999. Color #918fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10001111 | 10101110 |
Octal | 221 | 217 | 256 |
Decimal | 145 | 143 | 174 |
Hex | 91 | 8F | AE |
Shades of #918fae
Tints of #918fae
RGB Percentages of Color #918fae
CMYK Percentages of Color #918fae
Complementary Color
#918fae | #acae8f |
#918fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#918fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#918fae Color CSS Codes
.mybgcolor {background-color:#918fae; } .myforecolor {color:#918fae; } .mybordercolor {border:3px solid #918fae; }
#918fae Text Font Color
<p style="color:#918fae">Text here</p>
This sample text font color is #918fae
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.
#918fae Background Color
<div style="background-color:#918fae">
Div content here</div>
This div background color is #918fae
#918fae Border Color
<div style="border:3px solid #918fae">
Div here</div>
This div border color is #918fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,143,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #918fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #918fae; -webkit-box-shadow: 1px 1px 3px 2px #918fae; box-shadow: 1px 1px 3px 2px #918fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,143,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #918fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #918fae; -webkit-box-shadow: 1px 1px 3px 2px #918fae; box-shadow: 1px 1px 3px 2px #918fae;">
Div content here</div>
This div box has shadow with color #918fae
Comments
No comments written yet.
Please login to write comment.