Color spaces of #991fec
RGB | 153 | 31 | 236 |
---|---|---|---|
HSL | 0.77 | 0.84 | 0.52 |
HSV | 276° | 87° | 93° |
CMYK | 0.35 | 0.87 | 0.00 0.07 |
XYZ | 28.7672 | 13.8084 | 80.5060 |
Yxy | 13.8084 | 0.2337 | 0.1122 |
Hunter Lab | 37.1597 | 73.1566 | -102.4394 |
CIE-Lab | 43.9569 | 77.2690 | -77.4764 |
#991fec color RGB value is (153,31,236).
#991fec hex color red value is 153, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #991fec hue: 0.77 , saturation: 0.84 and the lightness value of 991fec is 0.52.
The process color (four color CMYK) of #991fec color hex is 0.35, 0.87, 0.00, 0.07. Web safe color of #991fec is #9933ff. Color #991fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00011111 | 11101100 |
Octal | 231 | 37 | 354 |
Decimal | 153 | 31 | 236 |
Hex | 99 | 1F | EC |
Shades of #991fec
Tints of #991fec
RGB Percentages of Color #991fec
CMYK Percentages of Color #991fec
Complementary Color
#991fec | #72ec1f |
#991fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#991fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#991fec Color CSS Codes
.mybgcolor {background-color:#991fec; } .myforecolor {color:#991fec; } .mybordercolor {border:3px solid #991fec; }
#991fec Text Font Color
<p style="color:#991fec">Text here</p>
This sample text font color is #991fec
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.
#991fec Background Color
<div style="background-color:#991fec">
Div content here</div>
This div background color is #991fec
#991fec Border Color
<div style="border:3px solid #991fec">
Div here</div>
This div border color is #991fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,31,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #991fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #991fec; -webkit-box-shadow: 1px 1px 3px 2px #991fec; box-shadow: 1px 1px 3px 2px #991fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,31,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 #991fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #991fec; -webkit-box-shadow: 1px 1px 3px 2px #991fec; box-shadow: 1px 1px 3px 2px #991fec;">
Div content here</div>
This div box has shadow with color #991fec
Comments
No comments written yet.
Please login to write comment.