Color spaces of #c024ae
RGB | 192 | 36 | 174 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.45 |
HSV | 307° | 81° | 75° |
CMYK | 0.00 | 0.81 | 0.09 0.25 |
XYZ | 30.0091 | 15.5242 | 41.4592 |
Yxy | 15.5242 | 0.3450 | 0.1785 |
Hunter Lab | 39.4008 | 67.0010 | -34.8070 |
CIE-Lab | 46.3440 | 71.7429 | -37.4711 |
#c024ae color RGB value is (192,36,174).
#c024ae hex color red value is 192, green value is 36 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c024ae hue: 0.85 , saturation: 0.68 and the lightness value of c024ae is 0.45.
The process color (four color CMYK) of #c024ae color hex is 0.00, 0.81, 0.09, 0.25. Web safe color of #c024ae is #cc3399. Color #c024ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100100 | 10101110 |
Octal | 300 | 44 | 256 |
Decimal | 192 | 36 | 174 |
Hex | C0 | 24 | AE |
Shades of #c024ae
Tints of #c024ae
RGB Percentages of Color #c024ae
CMYK Percentages of Color #c024ae
Complementary Color
#c024ae | #24c036 |
#c024ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c024ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c024ae Color CSS Codes
.mybgcolor {background-color:#c024ae; } .myforecolor {color:#c024ae; } .mybordercolor {border:3px solid #c024ae; }
#c024ae Text Font Color
<p style="color:#c024ae">Text here</p>
This sample text font color is #c024ae
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.
#c024ae Background Color
<div style="background-color:#c024ae">
Div content here</div>
This div background color is #c024ae
#c024ae Border Color
<div style="border:3px solid #c024ae">
Div here</div>
This div border color is #c024ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,36,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c024ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c024ae; -webkit-box-shadow: 1px 1px 3px 2px #c024ae; box-shadow: 1px 1px 3px 2px #c024ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,36,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 #c024ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c024ae; -webkit-box-shadow: 1px 1px 3px 2px #c024ae; box-shadow: 1px 1px 3px 2px #c024ae;">
Div content here</div>
This div box has shadow with color #c024ae
Comments
No comments written yet.
Please login to write comment.