Color spaces of #9c0fac
RGB | 156 | 15 | 172 |
---|---|---|---|
HSL | 0.82 | 0.84 | 0.37 |
HSV | 294° | 91° | 67° |
CMYK | 0.09 | 0.91 | 0.00 0.33 |
XYZ | 21.3275 | 10.3881 | 39.9107 |
Yxy | 10.3881 | 0.2978 | 0.1450 |
Hunter Lab | 32.2306 | 61.7129 | -50.8566 |
CIE-Lab | 38.5302 | 68.7908 | -49.1155 |
#9c0fac color RGB value is (156,15,172).
#9c0fac hex color red value is 156, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9c0fac hue: 0.82 , saturation: 0.84 and the lightness value of 9c0fac is 0.37.
The process color (four color CMYK) of #9c0fac color hex is 0.09, 0.91, 0.00, 0.33. Web safe color of #9c0fac is #990099. Color #9c0fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 00001111 | 10101100 |
Octal | 234 | 17 | 254 |
Decimal | 156 | 15 | 172 |
Hex | 9C | F | AC |
Shades of #9c0fac
Tints of #9c0fac
RGB Percentages of Color #9c0fac
CMYK Percentages of Color #9c0fac
Complementary Color
#9c0fac | #1fac0f |
#9c0fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9c0fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9c0fac Color CSS Codes
.mybgcolor {background-color:#9c0fac; } .myforecolor {color:#9c0fac; } .mybordercolor {border:3px solid #9c0fac; }
#9c0fac Text Font Color
<p style="color:#9c0fac">Text here</p>
This sample text font color is #9c0fac
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.
#9c0fac Background Color
<div style="background-color:#9c0fac">
Div content here</div>
This div background color is #9c0fac
#9c0fac Border Color
<div style="border:3px solid #9c0fac">
Div here</div>
This div border color is #9c0fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,15,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9c0fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9c0fac; -webkit-box-shadow: 1px 1px 3px 2px #9c0fac; box-shadow: 1px 1px 3px 2px #9c0fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,15,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9c0fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9c0fac; -webkit-box-shadow: 1px 1px 3px 2px #9c0fac; box-shadow: 1px 1px 3px 2px #9c0fac;">
Div content here</div>
This div box has shadow with color #9c0fac
Comments
No comments written yet.
Please login to write comment.