Color spaces of #9158df
RGB | 145 | 88 | 223 |
---|---|---|---|
HSL | 0.74 | 0.68 | 0.61 |
HSV | 265° | 61° | 87° |
CMYK | 0.35 | 0.61 | 0.00 0.13 |
XYZ | 28.4861 | 18.3269 | 71.8481 |
Yxy | 18.3269 | 0.2401 | 0.1544 |
Hunter Lab | 42.8099 | 43.8581 | -69.5397 |
CIE-Lab | 49.8902 | 50.5973 | -60.5161 |
#9158df color RGB value is (145,88,223).
#9158df hex color red value is 145, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9158df hue: 0.74 , saturation: 0.68 and the lightness value of 9158df is 0.61.
The process color (four color CMYK) of #9158df color hex is 0.35, 0.61, 0.00, 0.13. Web safe color of #9158df is #9966cc. Color #9158df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01011000 | 11011111 |
Octal | 221 | 130 | 337 |
Decimal | 145 | 88 | 223 |
Hex | 91 | 58 | DF |
Shades of #9158df
Tints of #9158df
RGB Percentages of Color #9158df
CMYK Percentages of Color #9158df
Complementary Color
#9158df | #a6df58 |
#9158df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9158df Color Preview on White Background
Lorem ipsum dolor sit amet.
#9158df Color CSS Codes
.mybgcolor {background-color:#9158df; } .myforecolor {color:#9158df; } .mybordercolor {border:3px solid #9158df; }
#9158df Text Font Color
<p style="color:#9158df">Text here</p>
This sample text font color is #9158df
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.
#9158df Background Color
<div style="background-color:#9158df">
Div content here</div>
This div background color is #9158df
#9158df Border Color
<div style="border:3px solid #9158df">
Div here</div>
This div border color is #9158df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,88,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9158df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9158df; -webkit-box-shadow: 1px 1px 3px 2px #9158df; box-shadow: 1px 1px 3px 2px #9158df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,88,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9158df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9158df; -webkit-box-shadow: 1px 1px 3px 2px #9158df; box-shadow: 1px 1px 3px 2px #9158df;">
Div content here</div>
This div box has shadow with color #9158df
Comments
No comments written yet.
Please login to write comment.