Color spaces of #c221ec
RGB | 194 | 33 | 236 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.53 |
HSV | 288° | 86° | 93° |
CMYK | 0.18 | 0.86 | 0.00 0.07 |
XYZ | 37.9323 | 18.6132 | 80.9503 |
Yxy | 18.6132 | 0.2759 | 0.1354 |
Hunter Lab | 43.1430 | 81.4409 | -81.0472 |
CIE-Lab | 50.2316 | 82.6427 | -66.9901 |
#c221ec color RGB value is (194,33,236).
#c221ec hex color red value is 194, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c221ec hue: 0.80 , saturation: 0.84 and the lightness value of c221ec is 0.53.
The process color (four color CMYK) of #c221ec color hex is 0.18, 0.86, 0.00, 0.07. Web safe color of #c221ec is #cc33ff. Color #c221ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00100001 | 11101100 |
Octal | 302 | 41 | 354 |
Decimal | 194 | 33 | 236 |
Hex | C2 | 21 | EC |
Shades of #c221ec
Tints of #c221ec
RGB Percentages of Color #c221ec
CMYK Percentages of Color #c221ec
Complementary Color
#c221ec | #4bec21 |
#c221ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c221ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c221ec Color CSS Codes
.mybgcolor {background-color:#c221ec; } .myforecolor {color:#c221ec; } .mybordercolor {border:3px solid #c221ec; }
#c221ec Text Font Color
<p style="color:#c221ec">Text here</p>
This sample text font color is #c221ec
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.
#c221ec Background Color
<div style="background-color:#c221ec">
Div content here</div>
This div background color is #c221ec
#c221ec Border Color
<div style="border:3px solid #c221ec">
Div here</div>
This div border color is #c221ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,33,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c221ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c221ec; -webkit-box-shadow: 1px 1px 3px 2px #c221ec; box-shadow: 1px 1px 3px 2px #c221ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,33,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c221ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c221ec; -webkit-box-shadow: 1px 1px 3px 2px #c221ec; box-shadow: 1px 1px 3px 2px #c221ec;">
Div content here</div>
This div box has shadow with color #c221ec
Comments
No comments written yet.
Please login to write comment.