Color spaces of #c231fd
RGB | 194 | 49 | 253 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.59 |
HSV | 283° | 81° | 99° |
CMYK | 0.23 | 0.81 | 0.00 0.01 |
XYZ | 41.0761 | 20.7578 | 94.7702 |
Yxy | 20.7578 | 0.2623 | 0.1325 |
Hunter Lab | 45.5607 | 81.1986 | -91.4357 |
CIE-Lab | 52.6834 | 81.9757 | -72.5366 |
#c231fd color RGB value is (194,49,253).
#c231fd hex color red value is 194, green value is 49 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c231fd hue: 0.79 , saturation: 0.98 and the lightness value of c231fd is 0.59.
The process color (four color CMYK) of #c231fd color hex is 0.23, 0.81, 0.00, 0.01. Web safe color of #c231fd is #cc33ff. Color #c231fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00110001 | 11111101 |
Octal | 302 | 61 | 375 |
Decimal | 194 | 49 | 253 |
Hex | C2 | 31 | FD |
Shades of #c231fd
Tints of #c231fd
RGB Percentages of Color #c231fd
CMYK Percentages of Color #c231fd
Complementary Color
#c231fd | #6cfd31 |
#c231fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c231fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c231fd Color CSS Codes
.mybgcolor {background-color:#c231fd; } .myforecolor {color:#c231fd; } .mybordercolor {border:3px solid #c231fd; }
#c231fd Text Font Color
<p style="color:#c231fd">Text here</p>
This sample text font color is #c231fd
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.
#c231fd Background Color
<div style="background-color:#c231fd">
Div content here</div>
This div background color is #c231fd
#c231fd Border Color
<div style="border:3px solid #c231fd">
Div here</div>
This div border color is #c231fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,49,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c231fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c231fd; -webkit-box-shadow: 1px 1px 3px 2px #c231fd; box-shadow: 1px 1px 3px 2px #c231fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,49,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 #c231fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c231fd; -webkit-box-shadow: 1px 1px 3px 2px #c231fd; box-shadow: 1px 1px 3px 2px #c231fd;">
Div content here</div>
This div box has shadow with color #c231fd
Comments
No comments written yet.
Please login to write comment.