Color spaces of #c426ac
RGB | 196 | 38 | 172 |
---|---|---|---|
HSL | 0.86 | 0.68 | 0.46 |
HSV | 309° | 81° | 77° |
CMYK | 0.00 | 0.81 | 0.12 0.23 |
XYZ | 30.9045 | 16.1005 | 40.5086 |
Yxy | 16.1005 | 0.3531 | 0.1840 |
Hunter Lab | 40.1254 | 67.2607 | -31.7684 |
CIE-Lab | 47.1061 | 71.8111 | -35.0406 |
#c426ac color RGB value is (196,38,172).
#c426ac hex color red value is 196, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c426ac hue: 0.86 , saturation: 0.68 and the lightness value of c426ac is 0.46.
The process color (four color CMYK) of #c426ac color hex is 0.00, 0.81, 0.12, 0.23. Web safe color of #c426ac is #cc3399. Color #c426ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00100110 | 10101100 |
Octal | 304 | 46 | 254 |
Decimal | 196 | 38 | 172 |
Hex | C4 | 26 | AC |
Shades of #c426ac
Tints of #c426ac
RGB Percentages of Color #c426ac
CMYK Percentages of Color #c426ac
Complementary Color
#c426ac | #26c43e |
#c426ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c426ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c426ac Color CSS Codes
.mybgcolor {background-color:#c426ac; } .myforecolor {color:#c426ac; } .mybordercolor {border:3px solid #c426ac; }
#c426ac Text Font Color
<p style="color:#c426ac">Text here</p>
This sample text font color is #c426ac
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.
#c426ac Background Color
<div style="background-color:#c426ac">
Div content here</div>
This div background color is #c426ac
#c426ac Border Color
<div style="border:3px solid #c426ac">
Div here</div>
This div border color is #c426ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,38,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c426ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c426ac; -webkit-box-shadow: 1px 1px 3px 2px #c426ac; box-shadow: 1px 1px 3px 2px #c426ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,38,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 #c426ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c426ac; -webkit-box-shadow: 1px 1px 3px 2px #c426ac; box-shadow: 1px 1px 3px 2px #c426ac;">
Div content here</div>
This div box has shadow with color #c426ac
Comments
No comments written yet.
Please login to write comment.