Color spaces of #951dbe
RGB | 149 | 29 | 190 |
---|---|---|---|
HSL | 0.79 | 0.74 | 0.43 |
HSV | 285° | 85° | 75° |
CMYK | 0.22 | 0.85 | 0.00 0.25 |
XYZ | 22.1281 | 10.9860 | 49.6694 |
Yxy | 10.9860 | 0.2673 | 0.1327 |
Hunter Lab | 33.1451 | 61.1648 | -65.6470 |
CIE-Lab | 39.5569 | 68.1205 | -58.1717 |
#951dbe color RGB value is (149,29,190).
#951dbe hex color red value is 149, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #951dbe hue: 0.79 , saturation: 0.74 and the lightness value of 951dbe is 0.43.
The process color (four color CMYK) of #951dbe color hex is 0.22, 0.85, 0.00, 0.25. Web safe color of #951dbe is #9933cc. Color #951dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00011101 | 10111110 |
Octal | 225 | 35 | 276 |
Decimal | 149 | 29 | 190 |
Hex | 95 | 1D | BE |
Shades of #951dbe
Tints of #951dbe
RGB Percentages of Color #951dbe
CMYK Percentages of Color #951dbe
Complementary Color
#951dbe | #46be1d |
#951dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#951dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#951dbe Color CSS Codes
.mybgcolor {background-color:#951dbe; } .myforecolor {color:#951dbe; } .mybordercolor {border:3px solid #951dbe; }
#951dbe Text Font Color
<p style="color:#951dbe">Text here</p>
This sample text font color is #951dbe
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.
#951dbe Background Color
<div style="background-color:#951dbe">
Div content here</div>
This div background color is #951dbe
#951dbe Border Color
<div style="border:3px solid #951dbe">
Div here</div>
This div border color is #951dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,29,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #951dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #951dbe; -webkit-box-shadow: 1px 1px 3px 2px #951dbe; box-shadow: 1px 1px 3px 2px #951dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,29,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #951dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #951dbe; -webkit-box-shadow: 1px 1px 3px 2px #951dbe; box-shadow: 1px 1px 3px 2px #951dbe;">
Div content here</div>
This div box has shadow with color #951dbe
Comments
No comments written yet.
Please login to write comment.