Color spaces of #c40aea
RGB | 196 | 10 | 234 |
---|---|---|---|
HSL | 0.81 | 0.92 | 0.48 |
HSV | 290° | 96° | 92° |
CMYK | 0.16 | 0.96 | 0.00 0.08 |
XYZ | 37.7248 | 17.8934 | 79.3073 |
Yxy | 17.8934 | 0.2796 | 0.1326 |
Hunter Lab | 42.3006 | 85.1650 | -81.5495 |
CIE-Lab | 49.3666 | 85.6987 | -67.2473 |
#c40aea color RGB value is (196,10,234).
#c40aea hex color red value is 196, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c40aea hue: 0.81 , saturation: 0.92 and the lightness value of c40aea is 0.48.
The process color (four color CMYK) of #c40aea color hex is 0.16, 0.96, 0.00, 0.08. Web safe color of #c40aea is #cc00ff. Color #c40aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001010 | 11101010 |
Octal | 304 | 12 | 352 |
Decimal | 196 | 10 | 234 |
Hex | C4 | A | EA |
Shades of #c40aea
Tints of #c40aea
RGB Percentages of Color #c40aea
CMYK Percentages of Color #c40aea
Complementary Color
#c40aea | #30ea0a |
#c40aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40aea Color CSS Codes
.mybgcolor {background-color:#c40aea; } .myforecolor {color:#c40aea; } .mybordercolor {border:3px solid #c40aea; }
#c40aea Text Font Color
<p style="color:#c40aea">Text here</p>
This sample text font color is #c40aea
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.
#c40aea Background Color
<div style="background-color:#c40aea">
Div content here</div>
This div background color is #c40aea
#c40aea Border Color
<div style="border:3px solid #c40aea">
Div here</div>
This div border color is #c40aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,10,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40aea; -webkit-box-shadow: 1px 1px 3px 2px #c40aea; box-shadow: 1px 1px 3px 2px #c40aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,10,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40aea; -webkit-box-shadow: 1px 1px 3px 2px #c40aea; box-shadow: 1px 1px 3px 2px #c40aea;">
Div content here</div>
This div box has shadow with color #c40aea
Comments
No comments written yet.
Please login to write comment.