Color spaces of #918fec
RGB | 145 | 143 | 236 |
---|---|---|---|
HSL | 0.67 | 0.71 | 0.74 |
HSV | 241° | 39° | 93° |
CMYK | 0.39 | 0.39 | 0.00 0.07 |
XYZ | 36.6398 | 31.7208 | 83.5485 |
Yxy | 31.7208 | 0.2412 | 0.2088 |
Hunter Lab | 56.3212 | 17.5611 | -48.5276 |
CIE-Lab | 63.1115 | 22.8964 | -46.7014 |
#918fec color RGB value is (145,143,236).
#918fec hex color red value is 145, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #918fec hue: 0.67 , saturation: 0.71 and the lightness value of 918fec is 0.74.
The process color (four color CMYK) of #918fec color hex is 0.39, 0.39, 0.00, 0.07. Web safe color of #918fec is #9999ff. Color #918fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10001111 | 11101100 |
Octal | 221 | 217 | 354 |
Decimal | 145 | 143 | 236 |
Hex | 91 | 8F | EC |
Shades of #918fec
Tints of #918fec
RGB Percentages of Color #918fec
CMYK Percentages of Color #918fec
Complementary Color
#918fec | #eaec8f |
#918fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#918fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#918fec Color CSS Codes
.mybgcolor {background-color:#918fec; } .myforecolor {color:#918fec; } .mybordercolor {border:3px solid #918fec; }
#918fec Text Font Color
<p style="color:#918fec">Text here</p>
This sample text font color is #918fec
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.
#918fec Background Color
<div style="background-color:#918fec">
Div content here</div>
This div background color is #918fec
#918fec Border Color
<div style="border:3px solid #918fec">
Div here</div>
This div border color is #918fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,143,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #918fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #918fec; -webkit-box-shadow: 1px 1px 3px 2px #918fec; box-shadow: 1px 1px 3px 2px #918fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,143,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 #918fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #918fec; -webkit-box-shadow: 1px 1px 3px 2px #918fec; box-shadow: 1px 1px 3px 2px #918fec;">
Div content here</div>
This div box has shadow with color #918fec
Comments
No comments written yet.
Please login to write comment.