Color spaces of #c32bfc
RGB | 195 | 43 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.58 |
HSV | 284° | 83° | 99° |
CMYK | 0.23 | 0.83 | 0.00 0.01 |
XYZ | 40.9402 | 20.3581 | 93.8672 |
Yxy | 20.3581 | 0.2638 | 0.1312 |
Hunter Lab | 45.1200 | 83.0045 | -91.7625 |
CIE-Lab | 52.2397 | 83.4708 | -72.6932 |
#c32bfc color RGB value is (195,43,252).
#c32bfc hex color red value is 195, green value is 43 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c32bfc hue: 0.79 , saturation: 0.97 and the lightness value of c32bfc is 0.58.
The process color (four color CMYK) of #c32bfc color hex is 0.23, 0.83, 0.00, 0.01. Web safe color of #c32bfc is #cc33ff. Color #c32bfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00101011 | 11111100 |
Octal | 303 | 53 | 374 |
Decimal | 195 | 43 | 252 |
Hex | C3 | 2B | FC |
Shades of #c32bfc
Tints of #c32bfc
RGB Percentages of Color #c32bfc
CMYK Percentages of Color #c32bfc
Complementary Color
#c32bfc | #64fc2b |
#c32bfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c32bfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c32bfc Color CSS Codes
.mybgcolor {background-color:#c32bfc; } .myforecolor {color:#c32bfc; } .mybordercolor {border:3px solid #c32bfc; }
#c32bfc Text Font Color
<p style="color:#c32bfc">Text here</p>
This sample text font color is #c32bfc
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.
#c32bfc Background Color
<div style="background-color:#c32bfc">
Div content here</div>
This div background color is #c32bfc
#c32bfc Border Color
<div style="border:3px solid #c32bfc">
Div here</div>
This div border color is #c32bfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,43,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c32bfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c32bfc; -webkit-box-shadow: 1px 1px 3px 2px #c32bfc; box-shadow: 1px 1px 3px 2px #c32bfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,43,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c32bfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c32bfc; -webkit-box-shadow: 1px 1px 3px 2px #c32bfc; box-shadow: 1px 1px 3px 2px #c32bfc;">
Div content here</div>
This div box has shadow with color #c32bfc
Related Colors
Comments
No comments written yet.
Please login to write comment.