Color spaces of #9174fe
RGB | 145 | 116 | 254 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.73 |
HSV | 253° | 54° | 100° |
CMYK | 0.43 | 0.54 | 0.00 0.00 |
XYZ | 35.8118 | 25.6663 | 96.8325 |
Yxy | 25.6663 | 0.2262 | 0.1621 |
Hunter Lab | 50.6619 | 37.5194 | -77.8604 |
CIE-Lab | 57.7189 | 43.3779 | -65.2299 |
#9174fe color RGB value is (145,116,254).
#9174fe hex color red value is 145, green value is 116 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9174fe hue: 0.70 , saturation: 0.99 and the lightness value of 9174fe is 0.73.
The process color (four color CMYK) of #9174fe color hex is 0.43, 0.54, 0.00, 0.00. Web safe color of #9174fe is #9966ff. Color #9174fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01110100 | 11111110 |
Octal | 221 | 164 | 376 |
Decimal | 145 | 116 | 254 |
Hex | 91 | 74 | FE |
Shades of #9174fe
Tints of #9174fe
RGB Percentages of Color #9174fe
CMYK Percentages of Color #9174fe
Complementary Color
#9174fe | #e1fe74 |
#9174fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9174fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#9174fe Color CSS Codes
.mybgcolor {background-color:#9174fe; } .myforecolor {color:#9174fe; } .mybordercolor {border:3px solid #9174fe; }
#9174fe Text Font Color
<p style="color:#9174fe">Text here</p>
This sample text font color is #9174fe
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.
#9174fe Background Color
<div style="background-color:#9174fe">
Div content here</div>
This div background color is #9174fe
#9174fe Border Color
<div style="border:3px solid #9174fe">
Div here</div>
This div border color is #9174fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,116,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9174fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9174fe; -webkit-box-shadow: 1px 1px 3px 2px #9174fe; box-shadow: 1px 1px 3px 2px #9174fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,116,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 #9174fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9174fe; -webkit-box-shadow: 1px 1px 3px 2px #9174fe; box-shadow: 1px 1px 3px 2px #9174fe;">
Div content here</div>
This div box has shadow with color #9174fe
Comments
No comments written yet.
Please login to write comment.