Color spaces of #c056ab
RGB | 192 | 86 | 171 |
---|---|---|---|
HSL | 0.87 | 0.46 | 0.55 |
HSV | 312° | 55° | 75° |
CMYK | 0.00 | 0.55 | 0.11 0.25 |
XYZ | 32.4167 | 20.8023 | 40.8348 |
Yxy | 20.8023 | 0.3447 | 0.2212 |
Hunter Lab | 45.6095 | 47.0511 | -21.1564 |
CIE-Lab | 52.7324 | 53.0783 | -25.7251 |
#c056ab color RGB value is (192,86,171).
#c056ab hex color red value is 192, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c056ab hue: 0.87 , saturation: 0.46 and the lightness value of c056ab is 0.55.
The process color (four color CMYK) of #c056ab color hex is 0.00, 0.55, 0.11, 0.25. Web safe color of #c056ab is #cc6699. Color #c056ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01010110 | 10101011 |
Octal | 300 | 126 | 253 |
Decimal | 192 | 86 | 171 |
Hex | C0 | 56 | AB |
Shades of #c056ab
Tints of #c056ab
RGB Percentages of Color #c056ab
CMYK Percentages of Color #c056ab
Complementary Color
#c056ab | #56c06b |
#c056ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c056ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c056ab Color CSS Codes
.mybgcolor {background-color:#c056ab; } .myforecolor {color:#c056ab; } .mybordercolor {border:3px solid #c056ab; }
#c056ab Text Font Color
<p style="color:#c056ab">Text here</p>
This sample text font color is #c056ab
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.
#c056ab Background Color
<div style="background-color:#c056ab">
Div content here</div>
This div background color is #c056ab
#c056ab Border Color
<div style="border:3px solid #c056ab">
Div here</div>
This div border color is #c056ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,86,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c056ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c056ab; -webkit-box-shadow: 1px 1px 3px 2px #c056ab; box-shadow: 1px 1px 3px 2px #c056ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,86,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c056ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c056ab; -webkit-box-shadow: 1px 1px 3px 2px #c056ab; box-shadow: 1px 1px 3px 2px #c056ab;">
Div content here</div>
This div box has shadow with color #c056ab
Comments
No comments written yet.
Please login to write comment.