Color spaces of #c21cea
RGB | 194 | 28 | 234 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.51 |
HSV | 288° | 88° | 92° |
CMYK | 0.17 | 0.88 | 0.00 0.08 |
XYZ | 37.5147 | 18.2404 | 79.3854 |
Yxy | 18.2404 | 0.2776 | 0.1350 |
Hunter Lab | 42.7088 | 82.0511 | -80.3098 |
CIE-Lab | 49.7864 | 83.2056 | -66.5825 |
#c21cea color RGB value is (194,28,234).
#c21cea hex color red value is 194, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c21cea hue: 0.80 , saturation: 0.83 and the lightness value of c21cea is 0.51.
The process color (four color CMYK) of #c21cea color hex is 0.17, 0.88, 0.00, 0.08. Web safe color of #c21cea is #cc33ff. Color #c21cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00011100 | 11101010 |
Octal | 302 | 34 | 352 |
Decimal | 194 | 28 | 234 |
Hex | C2 | 1C | EA |
Shades of #c21cea
Tints of #c21cea
RGB Percentages of Color #c21cea
CMYK Percentages of Color #c21cea
Complementary Color
#c21cea | #44ea1c |
#c21cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c21cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c21cea Color CSS Codes
.mybgcolor {background-color:#c21cea; } .myforecolor {color:#c21cea; } .mybordercolor {border:3px solid #c21cea; }
#c21cea Text Font Color
<p style="color:#c21cea">Text here</p>
This sample text font color is #c21cea
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.
#c21cea Background Color
<div style="background-color:#c21cea">
Div content here</div>
This div background color is #c21cea
#c21cea Border Color
<div style="border:3px solid #c21cea">
Div here</div>
This div border color is #c21cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,28,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c21cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c21cea; -webkit-box-shadow: 1px 1px 3px 2px #c21cea; box-shadow: 1px 1px 3px 2px #c21cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,28,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 #c21cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c21cea; -webkit-box-shadow: 1px 1px 3px 2px #c21cea; box-shadow: 1px 1px 3px 2px #c21cea;">
Div content here</div>
This div box has shadow with color #c21cea
Comments
No comments written yet.
Please login to write comment.