Color spaces of #c080ad
RGB | 192 | 128 | 173 |
---|---|---|---|
HSL | 0.88 | 0.34 | 0.63 |
HSV | 318° | 33° | 75° |
CMYK | 0.00 | 0.33 | 0.10 0.25 |
XYZ | 37.0002 | 29.6619 | 43.3104 |
Yxy | 29.6619 | 0.3364 | 0.2697 |
Hunter Lab | 54.4627 | 25.9573 | -9.0253 |
CIE-Lab | 61.3614 | 31.6289 | -13.7052 |
#c080ad color RGB value is (192,128,173).
#c080ad hex color red value is 192, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c080ad hue: 0.88 , saturation: 0.34 and the lightness value of c080ad is 0.63.
The process color (four color CMYK) of #c080ad color hex is 0.00, 0.33, 0.10, 0.25. Web safe color of #c080ad is #cc9999. Color #c080ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000000 | 10101101 |
Octal | 300 | 200 | 255 |
Decimal | 192 | 128 | 173 |
Hex | C0 | 80 | AD |
Shades of #c080ad
Tints of #c080ad
RGB Percentages of Color #c080ad
CMYK Percentages of Color #c080ad
Complementary Color
#c080ad | #80c093 |
#c080ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c080ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c080ad Color CSS Codes
.mybgcolor {background-color:#c080ad; } .myforecolor {color:#c080ad; } .mybordercolor {border:3px solid #c080ad; }
#c080ad Text Font Color
<p style="color:#c080ad">Text here</p>
This sample text font color is #c080ad
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.
#c080ad Background Color
<div style="background-color:#c080ad">
Div content here</div>
This div background color is #c080ad
#c080ad Border Color
<div style="border:3px solid #c080ad">
Div here</div>
This div border color is #c080ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,128,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c080ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c080ad; -webkit-box-shadow: 1px 1px 3px 2px #c080ad; box-shadow: 1px 1px 3px 2px #c080ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,128,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c080ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c080ad; -webkit-box-shadow: 1px 1px 3px 2px #c080ad; box-shadow: 1px 1px 3px 2px #c080ad;">
Div content here</div>
This div box has shadow with color #c080ad
Comments
No comments written yet.
Please login to write comment.