Color spaces of #c921fc
RGB | 201 | 33 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.56 |
HSV | 286° | 87° | 99° |
CMYK | 0.20 | 0.87 | 0.00 0.01 |
XYZ | 42.2019 | 20.5335 | 93.8345 |
Yxy | 20.5335 | 0.2695 | 0.1311 |
Hunter Lab | 45.3139 | 86.9419 | -91.0560 |
CIE-Lab | 52.4351 | 86.4684 | -72.3341 |
#c921fc color RGB value is (201,33,252).
#c921fc hex color red value is 201, green value is 33 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c921fc hue: 0.79 , saturation: 0.97 and the lightness value of c921fc is 0.56.
The process color (four color CMYK) of #c921fc color hex is 0.20, 0.87, 0.00, 0.01. Web safe color of #c921fc is #cc33ff. Color #c921fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00100001 | 11111100 |
Octal | 311 | 41 | 374 |
Decimal | 201 | 33 | 252 |
Hex | C9 | 21 | FC |
Shades of #c921fc
Tints of #c921fc
RGB Percentages of Color #c921fc
CMYK Percentages of Color #c921fc
Complementary Color
#c921fc | #54fc21 |
#c921fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c921fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c921fc Color CSS Codes
.mybgcolor {background-color:#c921fc; } .myforecolor {color:#c921fc; } .mybordercolor {border:3px solid #c921fc; }
#c921fc Text Font Color
<p style="color:#c921fc">Text here</p>
This sample text font color is #c921fc
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.
#c921fc Background Color
<div style="background-color:#c921fc">
Div content here</div>
This div background color is #c921fc
#c921fc Border Color
<div style="border:3px solid #c921fc">
Div here</div>
This div border color is #c921fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,33,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c921fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c921fc; -webkit-box-shadow: 1px 1px 3px 2px #c921fc; box-shadow: 1px 1px 3px 2px #c921fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,33,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c921fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c921fc; -webkit-box-shadow: 1px 1px 3px 2px #c921fc; box-shadow: 1px 1px 3px 2px #c921fc;">
Div content here</div>
This div box has shadow with color #c921fc
Comments
No comments written yet.
Please login to write comment.