Color spaces of #9214fe
RGB | 146 | 20 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.54 |
HSV | 272° | 92° | 100° |
CMYK | 0.43 | 0.92 | 0.00 0.00 |
XYZ | 29.9936 | 13.7671 | 94.8424 |
Yxy | 13.7671 | 0.2164 | 0.0993 |
Hunter Lab | 37.1040 | 79.3610 | -125.5795 |
CIE-Lab | 43.8971 | 82.2313 | -87.7340 |
#9214fe color RGB value is (146,20,254).
#9214fe hex color red value is 146, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9214fe hue: 0.76 , saturation: 0.99 and the lightness value of 9214fe is 0.54.
The process color (four color CMYK) of #9214fe color hex is 0.43, 0.92, 0.00, 0.00. Web safe color of #9214fe is #9900ff. Color #9214fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00010100 | 11111110 |
Octal | 222 | 24 | 376 |
Decimal | 146 | 20 | 254 |
Hex | 92 | 14 | FE |
Shades of #9214fe
Tints of #9214fe
RGB Percentages of Color #9214fe
CMYK Percentages of Color #9214fe
Complementary Color
#9214fe | #80fe14 |
#9214fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9214fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#9214fe Color CSS Codes
.mybgcolor {background-color:#9214fe; } .myforecolor {color:#9214fe; } .mybordercolor {border:3px solid #9214fe; }
#9214fe Text Font Color
<p style="color:#9214fe">Text here</p>
This sample text font color is #9214fe
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.
#9214fe Background Color
<div style="background-color:#9214fe">
Div content here</div>
This div background color is #9214fe
#9214fe Border Color
<div style="border:3px solid #9214fe">
Div here</div>
This div border color is #9214fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,20,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9214fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9214fe; -webkit-box-shadow: 1px 1px 3px 2px #9214fe; box-shadow: 1px 1px 3px 2px #9214fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,20,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9214fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9214fe; -webkit-box-shadow: 1px 1px 3px 2px #9214fe; box-shadow: 1px 1px 3px 2px #9214fe;">
Div content here</div>
This div box has shadow with color #9214fe
Comments
No comments written yet.
Please login to write comment.