Color spaces of #c42fae
RGB | 196 | 47 | 174 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.48 |
HSV | 309° | 76° | 77° |
CMYK | 0.00 | 0.76 | 0.11 0.23 |
XYZ | 31.4214 | 16.8248 | 41.6358 |
Yxy | 16.8248 | 0.3496 | 0.1872 |
Hunter Lab | 41.0180 | 64.9563 | -31.4703 |
CIE-Lab | 48.0385 | 69.6982 | -34.7550 |
#c42fae color RGB value is (196,47,174).
#c42fae hex color red value is 196, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c42fae hue: 0.86 , saturation: 0.61 and the lightness value of c42fae is 0.48.
The process color (four color CMYK) of #c42fae color hex is 0.00, 0.76, 0.11, 0.23. Web safe color of #c42fae is #cc3399. Color #c42fae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00101111 | 10101110 |
Octal | 304 | 57 | 256 |
Decimal | 196 | 47 | 174 |
Hex | C4 | 2F | AE |
Shades of #c42fae
Tints of #c42fae
RGB Percentages of Color #c42fae
CMYK Percentages of Color #c42fae
Complementary Color
#c42fae | #2fc445 |
#c42fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c42fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c42fae Color CSS Codes
.mybgcolor {background-color:#c42fae; } .myforecolor {color:#c42fae; } .mybordercolor {border:3px solid #c42fae; }
#c42fae Text Font Color
<p style="color:#c42fae">Text here</p>
This sample text font color is #c42fae
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.
#c42fae Background Color
<div style="background-color:#c42fae">
Div content here</div>
This div background color is #c42fae
#c42fae Border Color
<div style="border:3px solid #c42fae">
Div here</div>
This div border color is #c42fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,47,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c42fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c42fae; -webkit-box-shadow: 1px 1px 3px 2px #c42fae; box-shadow: 1px 1px 3px 2px #c42fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,47,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c42fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c42fae; -webkit-box-shadow: 1px 1px 3px 2px #c42fae; box-shadow: 1px 1px 3px 2px #c42fae;">
Div content here</div>
This div box has shadow with color #c42fae
Comments
No comments written yet.
Please login to write comment.