Color spaces of #c21fcf
RGB | 194 | 31 | 207 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.47 |
HSV | 296° | 85° | 81° |
CMYK | 0.06 | 0.85 | 0.00 0.19 |
XYZ | 34.0006 | 16.9543 | 60.5120 |
Yxy | 16.9543 | 0.3050 | 0.1521 |
Hunter Lab | 41.1756 | 75.3384 | -58.3102 |
CIE-Lab | 48.2024 | 78.2037 | -53.7398 |
#c21fcf color RGB value is (194,31,207).
#c21fcf hex color red value is 194, green value is 31 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c21fcf hue: 0.82 , saturation: 0.74 and the lightness value of c21fcf is 0.47.
The process color (four color CMYK) of #c21fcf color hex is 0.06, 0.85, 0.00, 0.19. Web safe color of #c21fcf is #cc33cc. Color #c21fcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00011111 | 11001111 |
Octal | 302 | 37 | 317 |
Decimal | 194 | 31 | 207 |
Hex | C2 | 1F | CF |
Shades of #c21fcf
Tints of #c21fcf
RGB Percentages of Color #c21fcf
CMYK Percentages of Color #c21fcf
Complementary Color
#c21fcf | #2ccf1f |
#c21fcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c21fcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c21fcf Color CSS Codes
.mybgcolor {background-color:#c21fcf; } .myforecolor {color:#c21fcf; } .mybordercolor {border:3px solid #c21fcf; }
#c21fcf Text Font Color
<p style="color:#c21fcf">Text here</p>
This sample text font color is #c21fcf
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.
#c21fcf Background Color
<div style="background-color:#c21fcf">
Div content here</div>
This div background color is #c21fcf
#c21fcf Border Color
<div style="border:3px solid #c21fcf">
Div here</div>
This div border color is #c21fcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,31,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c21fcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c21fcf; -webkit-box-shadow: 1px 1px 3px 2px #c21fcf; box-shadow: 1px 1px 3px 2px #c21fcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,31,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c21fcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c21fcf; -webkit-box-shadow: 1px 1px 3px 2px #c21fcf; box-shadow: 1px 1px 3px 2px #c21fcf;">
Div content here</div>
This div box has shadow with color #c21fcf
Comments
No comments written yet.
Please login to write comment.