Color spaces of #c05fda
RGB | 192 | 95 | 218 |
---|---|---|---|
HSL | 0.80 | 0.62 | 0.61 |
HSV | 287° | 56° | 85° |
CMYK | 0.12 | 0.56 | 0.00 0.15 |
XYZ | 38.4853 | 24.4528 | 69.0211 |
Yxy | 24.4528 | 0.2916 | 0.1853 |
Hunter Lab | 49.4498 | 52.3842 | -48.1411 |
CIE-Lab | 56.5383 | 57.2386 | -46.7395 |
#c05fda color RGB value is (192,95,218).
#c05fda hex color red value is 192, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c05fda hue: 0.80 , saturation: 0.62 and the lightness value of c05fda is 0.61.
The process color (four color CMYK) of #c05fda color hex is 0.12, 0.56, 0.00, 0.15. Web safe color of #c05fda is #cc66cc. Color #c05fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01011111 | 11011010 |
Octal | 300 | 137 | 332 |
Decimal | 192 | 95 | 218 |
Hex | C0 | 5F | DA |
Shades of #c05fda
Tints of #c05fda
RGB Percentages of Color #c05fda
CMYK Percentages of Color #c05fda
Complementary Color
#c05fda | #79da5f |
#c05fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c05fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c05fda Color CSS Codes
.mybgcolor {background-color:#c05fda; } .myforecolor {color:#c05fda; } .mybordercolor {border:3px solid #c05fda; }
#c05fda Text Font Color
<p style="color:#c05fda">Text here</p>
This sample text font color is #c05fda
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.
#c05fda Background Color
<div style="background-color:#c05fda">
Div content here</div>
This div background color is #c05fda
#c05fda Border Color
<div style="border:3px solid #c05fda">
Div here</div>
This div border color is #c05fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,95,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c05fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c05fda; -webkit-box-shadow: 1px 1px 3px 2px #c05fda; box-shadow: 1px 1px 3px 2px #c05fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,95,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c05fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c05fda; -webkit-box-shadow: 1px 1px 3px 2px #c05fda; box-shadow: 1px 1px 3px 2px #c05fda;">
Div content here</div>
This div box has shadow with color #c05fda
Comments
No comments written yet.
Please login to write comment.