Color spaces of #c256af
RGB | 194 | 86 | 175 |
---|---|---|---|
HSL | 0.86 | 0.47 | 0.55 |
HSV | 311° | 56° | 76° |
CMYK | 0.00 | 0.56 | 0.10 0.24 |
XYZ | 33.3138 | 21.2201 | 42.8975 |
Yxy | 21.2201 | 0.3419 | 0.2178 |
Hunter Lab | 46.0653 | 48.4746 | -22.9671 |
CIE-Lab | 53.1895 | 54.3012 | -27.3257 |
#c256af color RGB value is (194,86,175).
#c256af hex color red value is 194, green value is 86 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c256af hue: 0.86 , saturation: 0.47 and the lightness value of c256af is 0.55.
The process color (four color CMYK) of #c256af color hex is 0.00, 0.56, 0.10, 0.24. Web safe color of #c256af is #cc6699. Color #c256af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01010110 | 10101111 |
Octal | 302 | 126 | 257 |
Decimal | 194 | 86 | 175 |
Hex | C2 | 56 | AF |
Shades of #c256af
Tints of #c256af
RGB Percentages of Color #c256af
CMYK Percentages of Color #c256af
Complementary Color
#c256af | #56c269 |
#c256af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c256af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c256af Color CSS Codes
.mybgcolor {background-color:#c256af; } .myforecolor {color:#c256af; } .mybordercolor {border:3px solid #c256af; }
#c256af Text Font Color
<p style="color:#c256af">Text here</p>
This sample text font color is #c256af
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.
#c256af Background Color
<div style="background-color:#c256af">
Div content here</div>
This div background color is #c256af
#c256af Border Color
<div style="border:3px solid #c256af">
Div here</div>
This div border color is #c256af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,86,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c256af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c256af; -webkit-box-shadow: 1px 1px 3px 2px #c256af; box-shadow: 1px 1px 3px 2px #c256af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,86,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c256af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c256af; -webkit-box-shadow: 1px 1px 3px 2px #c256af; box-shadow: 1px 1px 3px 2px #c256af;">
Div content here</div>
This div box has shadow with color #c256af
Comments
No comments written yet.
Please login to write comment.