Color spaces of #c050fe
RGB | 192 | 80 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.65 |
HSV | 279° | 69° | 100° |
CMYK | 0.24 | 0.69 | 0.00 0.00 |
XYZ | 42.4963 | 24.0995 | 96.1778 |
Yxy | 24.0995 | 0.2611 | 0.1481 |
Hunter Lab | 49.0912 | 68.6105 | -81.7950 |
CIE-Lab | 56.1873 | 71.1802 | -67.4362 |
#c050fe color RGB value is (192,80,254).
#c050fe hex color red value is 192, green value is 80 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c050fe hue: 0.77 , saturation: 0.99 and the lightness value of c050fe is 0.65.
The process color (four color CMYK) of #c050fe color hex is 0.24, 0.69, 0.00, 0.00. Web safe color of #c050fe is #cc66ff. Color #c050fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01010000 | 11111110 |
Octal | 300 | 120 | 376 |
Decimal | 192 | 80 | 254 |
Hex | C0 | 50 | FE |
Shades of #c050fe
Tints of #c050fe
RGB Percentages of Color #c050fe
CMYK Percentages of Color #c050fe
Complementary Color
#c050fe | #8efe50 |
#c050fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c050fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c050fe Color CSS Codes
.mybgcolor {background-color:#c050fe; } .myforecolor {color:#c050fe; } .mybordercolor {border:3px solid #c050fe; }
#c050fe Text Font Color
<p style="color:#c050fe">Text here</p>
This sample text font color is #c050fe
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.
#c050fe Background Color
<div style="background-color:#c050fe">
Div content here</div>
This div background color is #c050fe
#c050fe Border Color
<div style="border:3px solid #c050fe">
Div here</div>
This div border color is #c050fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,80,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c050fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c050fe; -webkit-box-shadow: 1px 1px 3px 2px #c050fe; box-shadow: 1px 1px 3px 2px #c050fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,80,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c050fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c050fe; -webkit-box-shadow: 1px 1px 3px 2px #c050fe; box-shadow: 1px 1px 3px 2px #c050fe;">
Div content here</div>
This div box has shadow with color #c050fe
Comments
No comments written yet.
Please login to write comment.