Color spaces of #c142fd
RGB | 193 | 66 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.63 |
HSV | 281° | 74° | 99° |
CMYK | 0.24 | 0.74 | 0.00 0.01 |
XYZ | 41.6702 | 22.3257 | 95.0415 |
Yxy | 22.3257 | 0.2620 | 0.1404 |
Hunter Lab | 47.2501 | 74.7329 | -86.1842 |
CIE-Lab | 54.3709 | 76.5158 | -69.8092 |
#c142fd color RGB value is (193,66,253).
#c142fd hex color red value is 193, green value is 66 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c142fd hue: 0.78 , saturation: 0.98 and the lightness value of c142fd is 0.63.
The process color (four color CMYK) of #c142fd color hex is 0.24, 0.74, 0.00, 0.01. Web safe color of #c142fd is #cc33ff. Color #c142fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01000010 | 11111101 |
Octal | 301 | 102 | 375 |
Decimal | 193 | 66 | 253 |
Hex | C1 | 42 | FD |
Shades of #c142fd
Tints of #c142fd
RGB Percentages of Color #c142fd
CMYK Percentages of Color #c142fd
Complementary Color
#c142fd | #7efd42 |
#c142fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c142fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c142fd Color CSS Codes
.mybgcolor {background-color:#c142fd; } .myforecolor {color:#c142fd; } .mybordercolor {border:3px solid #c142fd; }
#c142fd Text Font Color
<p style="color:#c142fd">Text here</p>
This sample text font color is #c142fd
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.
#c142fd Background Color
<div style="background-color:#c142fd">
Div content here</div>
This div background color is #c142fd
#c142fd Border Color
<div style="border:3px solid #c142fd">
Div here</div>
This div border color is #c142fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,66,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c142fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c142fd; -webkit-box-shadow: 1px 1px 3px 2px #c142fd; box-shadow: 1px 1px 3px 2px #c142fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,66,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 #c142fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c142fd; -webkit-box-shadow: 1px 1px 3px 2px #c142fd; box-shadow: 1px 1px 3px 2px #c142fd;">
Div content here</div>
This div box has shadow with color #c142fd
Comments
No comments written yet.
Please login to write comment.