Color spaces of #950acf
RGB | 149 | 10 | 207 |
---|---|---|---|
HSL | 0.78 | 0.91 | 0.43 |
HSV | 282° | 95° | 81° |
CMYK | 0.28 | 0.95 | 0.00 0.19 |
XYZ | 23.7655 | 11.1116 | 59.9237 |
Yxy | 11.1116 | 0.2507 | 0.1172 |
Hunter Lab | 33.3341 | 68.9268 | -83.2501 |
CIE-Lab | 39.7678 | 74.6184 | -67.7476 |
#950acf color RGB value is (149,10,207).
#950acf hex color red value is 149, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #950acf hue: 0.78 , saturation: 0.91 and the lightness value of 950acf is 0.43.
The process color (four color CMYK) of #950acf color hex is 0.28, 0.95, 0.00, 0.19. Web safe color of #950acf is #9900cc. Color #950acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00001010 | 11001111 |
Octal | 225 | 12 | 317 |
Decimal | 149 | 10 | 207 |
Hex | 95 | A | CF |
Shades of #950acf
Tints of #950acf
RGB Percentages of Color #950acf
CMYK Percentages of Color #950acf
Complementary Color
#950acf | #44cf0a |
#950acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#950acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#950acf Color CSS Codes
.mybgcolor {background-color:#950acf; } .myforecolor {color:#950acf; } .mybordercolor {border:3px solid #950acf; }
#950acf Text Font Color
<p style="color:#950acf">Text here</p>
This sample text font color is #950acf
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.
#950acf Background Color
<div style="background-color:#950acf">
Div content here</div>
This div background color is #950acf
#950acf Border Color
<div style="border:3px solid #950acf">
Div here</div>
This div border color is #950acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,10,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #950acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #950acf; -webkit-box-shadow: 1px 1px 3px 2px #950acf; box-shadow: 1px 1px 3px 2px #950acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,10,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 #950acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #950acf; -webkit-box-shadow: 1px 1px 3px 2px #950acf; box-shadow: 1px 1px 3px 2px #950acf;">
Div content here</div>
This div box has shadow with color #950acf
Comments
No comments written yet.
Please login to write comment.