Color spaces of #c080cf
RGB | 192 | 128 | 207 |
---|---|---|---|
HSL | 0.80 | 0.45 | 0.66 |
HSV | 289° | 38° | 81° |
CMYK | 0.07 | 0.38 | 0.00 0.19 |
XYZ | 40.7199 | 31.1498 | 62.8978 |
Yxy | 31.1498 | 0.3021 | 0.2311 |
Hunter Lab | 55.8120 | 32.5609 | -27.7490 |
CIE-Lab | 62.6339 | 37.9897 | -30.9911 |
#c080cf color RGB value is (192,128,207).
#c080cf hex color red value is 192, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c080cf hue: 0.80 , saturation: 0.45 and the lightness value of c080cf is 0.66.
The process color (four color CMYK) of #c080cf color hex is 0.07, 0.38, 0.00, 0.19. Web safe color of #c080cf is #cc99cc. Color #c080cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000000 | 11001111 |
Octal | 300 | 200 | 317 |
Decimal | 192 | 128 | 207 |
Hex | C0 | 80 | CF |
Shades of #c080cf
Tints of #c080cf
RGB Percentages of Color #c080cf
CMYK Percentages of Color #c080cf
Complementary Color
#c080cf | #8fcf80 |
#c080cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c080cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c080cf Color CSS Codes
.mybgcolor {background-color:#c080cf; } .myforecolor {color:#c080cf; } .mybordercolor {border:3px solid #c080cf; }
#c080cf Text Font Color
<p style="color:#c080cf">Text here</p>
This sample text font color is #c080cf
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.
#c080cf Background Color
<div style="background-color:#c080cf">
Div content here</div>
This div background color is #c080cf
#c080cf Border Color
<div style="border:3px solid #c080cf">
Div here</div>
This div border color is #c080cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,128,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c080cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c080cf; -webkit-box-shadow: 1px 1px 3px 2px #c080cf; box-shadow: 1px 1px 3px 2px #c080cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,128,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c080cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c080cf; -webkit-box-shadow: 1px 1px 3px 2px #c080cf; box-shadow: 1px 1px 3px 2px #c080cf;">
Div content here</div>
This div box has shadow with color #c080cf
Comments
No comments written yet.
Please login to write comment.