Color spaces of #c120fd
RGB | 193 | 32 | 253 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.56 |
HSV | 284° | 87° | 99° |
CMYK | 0.24 | 0.87 | 0.00 0.01 |
XYZ | 40.2385 | 19.4623 | 94.5643 |
Yxy | 19.4623 | 0.2608 | 0.1262 |
Hunter Lab | 44.1161 | 85.6075 | -96.2088 |
CIE-Lab | 51.2237 | 85.6801 | -74.9149 |
#c120fd color RGB value is (193,32,253).
#c120fd hex color red value is 193, green value is 32 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c120fd hue: 0.79 , saturation: 0.98 and the lightness value of c120fd is 0.56.
The process color (four color CMYK) of #c120fd color hex is 0.24, 0.87, 0.00, 0.01. Web safe color of #c120fd is #cc33ff. Color #c120fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00100000 | 11111101 |
Octal | 301 | 40 | 375 |
Decimal | 193 | 32 | 253 |
Hex | C1 | 20 | FD |
Shades of #c120fd
Tints of #c120fd
RGB Percentages of Color #c120fd
CMYK Percentages of Color #c120fd
Complementary Color
#c120fd | #5cfd20 |
#c120fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c120fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c120fd Color CSS Codes
.mybgcolor {background-color:#c120fd; } .myforecolor {color:#c120fd; } .mybordercolor {border:3px solid #c120fd; }
#c120fd Text Font Color
<p style="color:#c120fd">Text here</p>
This sample text font color is #c120fd
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.
#c120fd Background Color
<div style="background-color:#c120fd">
Div content here</div>
This div background color is #c120fd
#c120fd Border Color
<div style="border:3px solid #c120fd">
Div here</div>
This div border color is #c120fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,32,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c120fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c120fd; -webkit-box-shadow: 1px 1px 3px 2px #c120fd; box-shadow: 1px 1px 3px 2px #c120fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,32,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 #c120fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c120fd; -webkit-box-shadow: 1px 1px 3px 2px #c120fd; box-shadow: 1px 1px 3px 2px #c120fd;">
Div content here</div>
This div box has shadow with color #c120fd
Comments
No comments written yet.
Please login to write comment.