Color spaces of #c132fa
RGB | 193 | 50 | 250 |
---|---|---|---|
HSL | 0.79 | 0.95 | 0.59 |
HSV | 283° | 80° | 98° |
CMYK | 0.23 | 0.80 | 0.00 0.02 |
XYZ | 40.3882 | 20.5208 | 92.2747 |
Yxy | 20.5208 | 0.2637 | 0.1340 |
Hunter Lab | 45.2999 | 79.8711 | -89.0623 |
CIE-Lab | 52.4210 | 80.9845 | -71.2980 |
#c132fa color RGB value is (193,50,250).
#c132fa hex color red value is 193, green value is 50 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c132fa hue: 0.79 , saturation: 0.95 and the lightness value of c132fa is 0.59.
The process color (four color CMYK) of #c132fa color hex is 0.23, 0.80, 0.00, 0.02. Web safe color of #c132fa is #cc33ff. Color #c132fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00110010 | 11111010 |
Octal | 301 | 62 | 372 |
Decimal | 193 | 50 | 250 |
Hex | C1 | 32 | FA |
Shades of #c132fa
Tints of #c132fa
RGB Percentages of Color #c132fa
CMYK Percentages of Color #c132fa
Complementary Color
#c132fa | #6bfa32 |
#c132fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c132fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c132fa Color CSS Codes
.mybgcolor {background-color:#c132fa; } .myforecolor {color:#c132fa; } .mybordercolor {border:3px solid #c132fa; }
#c132fa Text Font Color
<p style="color:#c132fa">Text here</p>
This sample text font color is #c132fa
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.
#c132fa Background Color
<div style="background-color:#c132fa">
Div content here</div>
This div background color is #c132fa
#c132fa Border Color
<div style="border:3px solid #c132fa">
Div here</div>
This div border color is #c132fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,50,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c132fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c132fa; -webkit-box-shadow: 1px 1px 3px 2px #c132fa; box-shadow: 1px 1px 3px 2px #c132fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,50,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c132fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c132fa; -webkit-box-shadow: 1px 1px 3px 2px #c132fa; box-shadow: 1px 1px 3px 2px #c132fa;">
Div content here</div>
This div box has shadow with color #c132fa
Comments
No comments written yet.
Please login to write comment.