Color spaces of #c541fd
RGB | 197 | 65 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.62 |
HSV | 282° | 74° | 99° |
CMYK | 0.22 | 0.74 | 0.00 0.01 |
XYZ | 42.6459 | 22.7428 | 95.0706 |
Yxy | 22.7428 | 0.2658 | 0.1417 |
Hunter Lab | 47.6894 | 76.1658 | -84.8142 |
CIE-Lab | 54.8064 | 77.5803 | -69.0778 |
#c541fd color RGB value is (197,65,253).
#c541fd hex color red value is 197, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c541fd hue: 0.78 , saturation: 0.98 and the lightness value of c541fd is 0.62.
The process color (four color CMYK) of #c541fd color hex is 0.22, 0.74, 0.00, 0.01. Web safe color of #c541fd is #cc33ff. Color #c541fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01000001 | 11111101 |
Octal | 305 | 101 | 375 |
Decimal | 197 | 65 | 253 |
Hex | C5 | 41 | FD |
Shades of #c541fd
Tints of #c541fd
RGB Percentages of Color #c541fd
CMYK Percentages of Color #c541fd
Complementary Color
#c541fd | #79fd41 |
#c541fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c541fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c541fd Color CSS Codes
.mybgcolor {background-color:#c541fd; } .myforecolor {color:#c541fd; } .mybordercolor {border:3px solid #c541fd; }
#c541fd Text Font Color
<p style="color:#c541fd">Text here</p>
This sample text font color is #c541fd
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.
#c541fd Background Color
<div style="background-color:#c541fd">
Div content here</div>
This div background color is #c541fd
#c541fd Border Color
<div style="border:3px solid #c541fd">
Div here</div>
This div border color is #c541fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,65,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c541fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c541fd; -webkit-box-shadow: 1px 1px 3px 2px #c541fd; box-shadow: 1px 1px 3px 2px #c541fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,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 #c541fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c541fd; -webkit-box-shadow: 1px 1px 3px 2px #c541fd; box-shadow: 1px 1px 3px 2px #c541fd;">
Div content here</div>
This div box has shadow with color #c541fd
Comments
No comments written yet.
Please login to write comment.