Color spaces of #c456be
RGB | 196 | 86 | 190 |
---|---|---|---|
HSL | 0.84 | 0.48 | 0.55 |
HSV | 303° | 56° | 77° |
CMYK | 0.00 | 0.56 | 0.03 0.23 |
XYZ | 35.3870 | 22.1090 | 51.1176 |
Yxy | 22.1090 | 0.3258 | 0.2036 |
Hunter Lab | 47.0202 | 52.0522 | -31.5424 |
CIE-Lab | 54.1425 | 57.3601 | -34.5061 |
#c456be color RGB value is (196,86,190).
#c456be hex color red value is 196, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c456be hue: 0.84 , saturation: 0.48 and the lightness value of c456be is 0.55.
The process color (four color CMYK) of #c456be color hex is 0.00, 0.56, 0.03, 0.23. Web safe color of #c456be is #cc66cc. Color #c456be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010110 | 10111110 |
Octal | 304 | 126 | 276 |
Decimal | 196 | 86 | 190 |
Hex | C4 | 56 | BE |
Shades of #c456be
Tints of #c456be
RGB Percentages of Color #c456be
CMYK Percentages of Color #c456be
Complementary Color
#c456be | #56c45c |
#c456be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c456be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c456be Color CSS Codes
.mybgcolor {background-color:#c456be; } .myforecolor {color:#c456be; } .mybordercolor {border:3px solid #c456be; }
#c456be Text Font Color
<p style="color:#c456be">Text here</p>
This sample text font color is #c456be
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.
#c456be Background Color
<div style="background-color:#c456be">
Div content here</div>
This div background color is #c456be
#c456be Border Color
<div style="border:3px solid #c456be">
Div here</div>
This div border color is #c456be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,86,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c456be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c456be; -webkit-box-shadow: 1px 1px 3px 2px #c456be; box-shadow: 1px 1px 3px 2px #c456be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,86,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c456be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c456be; -webkit-box-shadow: 1px 1px 3px 2px #c456be; box-shadow: 1px 1px 3px 2px #c456be;">
Div content here</div>
This div box has shadow with color #c456be
Comments
No comments written yet.
Please login to write comment.