Color spaces of #c24866
RGB | 194 | 72 | 102 |
---|---|---|---|
HSL | 0.96 | 0.50 | 0.52 |
HSV | 345° | 63° | 76° |
CMYK | 0.00 | 0.63 | 0.47 0.24 |
XYZ | 26.9638 | 17.0634 | 14.4428 |
Yxy | 17.0634 | 0.4612 | 0.2918 |
Hunter Lab | 41.3079 | 44.2275 | 8.1855 |
CIE-Lab | 48.3398 | 51.2101 | 8.9322 |
#c24866 color RGB value is (194,72,102).
#c24866 hex color red value is 194, green value is 72 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c24866 hue: 0.96 , saturation: 0.50 and the lightness value of c24866 is 0.52.
The process color (four color CMYK) of #c24866 color hex is 0.00, 0.63, 0.47, 0.24. Web safe color of #c24866 is #cc3366. Color #c24866 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01001000 | 01100110 |
Octal | 302 | 110 | 146 |
Decimal | 194 | 72 | 102 |
Hex | C2 | 48 | 66 |
Shades of #c24866
Tints of #c24866
RGB Percentages of Color #c24866
CMYK Percentages of Color #c24866
Complementary Color
#c24866 | #48c2a4 |
#c24866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c24866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c24866 Color CSS Codes
.mybgcolor {background-color:#c24866; } .myforecolor {color:#c24866; } .mybordercolor {border:3px solid #c24866; }
#c24866 Text Font Color
<p style="color:#c24866">Text here</p>
This sample text font color is #c24866
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.
#c24866 Background Color
<div style="background-color:#c24866">
Div content here</div>
This div background color is #c24866
#c24866 Border Color
<div style="border:3px solid #c24866">
Div here</div>
This div border color is #c24866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,72,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c24866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c24866; -webkit-box-shadow: 1px 1px 3px 2px #c24866; box-shadow: 1px 1px 3px 2px #c24866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,72,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c24866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c24866; -webkit-box-shadow: 1px 1px 3px 2px #c24866; box-shadow: 1px 1px 3px 2px #c24866;">
Div content here</div>
This div box has shadow with color #c24866
Comments
No comments written yet.
Please login to write comment.