Color spaces of #9191de
RGB | 145 | 145 | 222 |
---|---|---|---|
HSL | 0.67 | 0.54 | 0.72 |
HSV | 240° | 35° | 87° |
CMYK | 0.35 | 0.35 | 0.00 0.13 |
XYZ | 34.9873 | 31.5445 | 73.3519 |
Yxy | 31.5445 | 0.2501 | 0.2255 |
Hunter Lab | 56.1645 | 12.9075 | -38.1187 |
CIE-Lab | 62.9646 | 17.9742 | -39.1804 |
#9191de color RGB value is (145,145,222).
#9191de hex color red value is 145, green value is 145 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9191de hue: 0.67 , saturation: 0.54 and the lightness value of 9191de is 0.72.
The process color (four color CMYK) of #9191de color hex is 0.35, 0.35, 0.00, 0.13. Web safe color of #9191de is #9999cc. Color #9191de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10010001 | 11011110 |
Octal | 221 | 221 | 336 |
Decimal | 145 | 145 | 222 |
Hex | 91 | 91 | DE |
Shades of #9191de
Tints of #9191de
RGB Percentages of Color #9191de
CMYK Percentages of Color #9191de
Complementary Color
#9191de | #dede91 |
#9191de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9191de Color Preview on White Background
Lorem ipsum dolor sit amet.
#9191de Color CSS Codes
.mybgcolor {background-color:#9191de; } .myforecolor {color:#9191de; } .mybordercolor {border:3px solid #9191de; }
#9191de Text Font Color
<p style="color:#9191de">Text here</p>
This sample text font color is #9191de
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.
#9191de Background Color
<div style="background-color:#9191de">
Div content here</div>
This div background color is #9191de
#9191de Border Color
<div style="border:3px solid #9191de">
Div here</div>
This div border color is #9191de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,145,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9191de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9191de; -webkit-box-shadow: 1px 1px 3px 2px #9191de; box-shadow: 1px 1px 3px 2px #9191de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,145,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9191de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9191de; -webkit-box-shadow: 1px 1px 3px 2px #9191de; box-shadow: 1px 1px 3px 2px #9191de;">
Div content here</div>
This div box has shadow with color #9191de
Comments
No comments written yet.
Please login to write comment.