Color spaces of #c941fd
RGB | 201 | 65 | 253 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.62 |
HSV | 283° | 74° | 99° |
CMYK | 0.21 | 0.74 | 0.00 0.01 |
XYZ | 43.7073 | 23.2899 | 95.1203 |
Yxy | 23.2899 | 0.2696 | 0.1437 |
Hunter Lab | 48.2596 | 77.2078 | -83.0796 |
CIE-Lab | 55.3697 | 78.3020 | -68.1399 |
#c941fd color RGB value is (201,65,253).
#c941fd hex color red value is 201, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c941fd hue: 0.79 , saturation: 0.98 and the lightness value of c941fd is 0.62.
The process color (four color CMYK) of #c941fd color hex is 0.21, 0.74, 0.00, 0.01. Web safe color of #c941fd is #cc33ff. Color #c941fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01000001 | 11111101 |
Octal | 311 | 101 | 375 |
Decimal | 201 | 65 | 253 |
Hex | C9 | 41 | FD |
Shades of #c941fd
Tints of #c941fd
RGB Percentages of Color #c941fd
CMYK Percentages of Color #c941fd
Complementary Color
#c941fd | #75fd41 |
#c941fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c941fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c941fd Color CSS Codes
.mybgcolor {background-color:#c941fd; } .myforecolor {color:#c941fd; } .mybordercolor {border:3px solid #c941fd; }
#c941fd Text Font Color
<p style="color:#c941fd">Text here</p>
This sample text font color is #c941fd
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.
#c941fd Background Color
<div style="background-color:#c941fd">
Div content here</div>
This div background color is #c941fd
#c941fd Border Color
<div style="border:3px solid #c941fd">
Div here</div>
This div border color is #c941fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,65,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c941fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c941fd; -webkit-box-shadow: 1px 1px 3px 2px #c941fd; box-shadow: 1px 1px 3px 2px #c941fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,65,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c941fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c941fd; -webkit-box-shadow: 1px 1px 3px 2px #c941fd; box-shadow: 1px 1px 3px 2px #c941fd;">
Div content here</div>
This div box has shadow with color #c941fd
Comments
No comments written yet.
Please login to write comment.