Color spaces of #9519cf
RGB | 149 | 25 | 207 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.45 |
HSV | 281° | 88° | 81° |
CMYK | 0.28 | 0.88 | 0.00 0.19 |
XYZ | 24.0045 | 11.5898 | 60.0034 |
Yxy | 11.5898 | 0.2511 | 0.1212 |
Hunter Lab | 34.0438 | 66.2849 | -80.6701 |
CIE-Lab | 40.5566 | 72.2708 | -66.4602 |
#9519cf color RGB value is (149,25,207).
#9519cf hex color red value is 149, green value is 25 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9519cf hue: 0.78 , saturation: 0.78 and the lightness value of 9519cf is 0.45.
The process color (four color CMYK) of #9519cf color hex is 0.28, 0.88, 0.00, 0.19. Web safe color of #9519cf is #9900cc. Color #9519cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00011001 | 11001111 |
Octal | 225 | 31 | 317 |
Decimal | 149 | 25 | 207 |
Hex | 95 | 19 | CF |
Shades of #9519cf
Tints of #9519cf
RGB Percentages of Color #9519cf
CMYK Percentages of Color #9519cf
Complementary Color
#9519cf | #53cf19 |
#9519cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9519cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9519cf Color CSS Codes
.mybgcolor {background-color:#9519cf; } .myforecolor {color:#9519cf; } .mybordercolor {border:3px solid #9519cf; }
#9519cf Text Font Color
<p style="color:#9519cf">Text here</p>
This sample text font color is #9519cf
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.
#9519cf Background Color
<div style="background-color:#9519cf">
Div content here</div>
This div background color is #9519cf
#9519cf Border Color
<div style="border:3px solid #9519cf">
Div here</div>
This div border color is #9519cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,25,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9519cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9519cf; -webkit-box-shadow: 1px 1px 3px 2px #9519cf; box-shadow: 1px 1px 3px 2px #9519cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,25,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9519cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9519cf; -webkit-box-shadow: 1px 1px 3px 2px #9519cf; box-shadow: 1px 1px 3px 2px #9519cf;">
Div content here</div>
This div box has shadow with color #9519cf
Comments
No comments written yet.
Please login to write comment.