Color spaces of #c013ac
RGB | 192 | 19 | 172 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.41 |
HSV | 307° | 90° | 75° |
CMYK | 0.00 | 0.90 | 0.10 0.25 |
XYZ | 29.4175 | 14.6508 | 40.3071 |
Yxy | 14.6508 | 0.3487 | 0.1736 |
Hunter Lab | 38.2764 | 70.2035 | -35.6422 |
CIE-Lab | 45.1522 | 74.6278 | -38.1706 |
#c013ac color RGB value is (192,19,172).
#c013ac hex color red value is 192, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c013ac hue: 0.85 , saturation: 0.82 and the lightness value of c013ac is 0.41.
The process color (four color CMYK) of #c013ac color hex is 0.00, 0.90, 0.10, 0.25. Web safe color of #c013ac is #cc0099. Color #c013ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00010011 | 10101100 |
Octal | 300 | 23 | 254 |
Decimal | 192 | 19 | 172 |
Hex | C0 | 13 | AC |
Shades of #c013ac
Tints of #c013ac
RGB Percentages of Color #c013ac
CMYK Percentages of Color #c013ac
Complementary Color
#c013ac | #13c027 |
#c013ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c013ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c013ac Color CSS Codes
.mybgcolor {background-color:#c013ac; } .myforecolor {color:#c013ac; } .mybordercolor {border:3px solid #c013ac; }
#c013ac Text Font Color
<p style="color:#c013ac">Text here</p>
This sample text font color is #c013ac
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.
#c013ac Background Color
<div style="background-color:#c013ac">
Div content here</div>
This div background color is #c013ac
#c013ac Border Color
<div style="border:3px solid #c013ac">
Div here</div>
This div border color is #c013ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,19,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c013ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c013ac; -webkit-box-shadow: 1px 1px 3px 2px #c013ac; box-shadow: 1px 1px 3px 2px #c013ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,19,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 #c013ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c013ac; -webkit-box-shadow: 1px 1px 3px 2px #c013ac; box-shadow: 1px 1px 3px 2px #c013ac;">
Div content here</div>
This div box has shadow with color #c013ac
Comments
No comments written yet.
Please login to write comment.