Color spaces of #c492ba
RGB | 196 | 146 | 186 |
---|---|---|---|
HSL | 0.87 | 0.30 | 0.67 |
HSV | 312° | 26° | 77° |
CMYK | 0.00 | 0.26 | 0.05 0.23 |
XYZ | 41.9068 | 35.8387 | 51.1632 |
Yxy | 35.8387 | 0.3251 | 0.2780 |
Hunter Lab | 59.8654 | 20.1885 | -8.7656 |
CIE-Lab | 66.3965 | 25.3988 | -13.4247 |
#c492ba color RGB value is (196,146,186).
#c492ba hex color red value is 196, green value is 146 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c492ba hue: 0.87 , saturation: 0.30 and the lightness value of c492ba is 0.67.
The process color (four color CMYK) of #c492ba color hex is 0.00, 0.26, 0.05, 0.23. Web safe color of #c492ba is #cc99cc. Color #c492ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10010010 | 10111010 |
Octal | 304 | 222 | 272 |
Decimal | 196 | 146 | 186 |
Hex | C4 | 92 | BA |
Shades of #c492ba
Tints of #c492ba
RGB Percentages of Color #c492ba
CMYK Percentages of Color #c492ba
Complementary Color
#c492ba | #92c49c |
#c492ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c492ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c492ba Color CSS Codes
.mybgcolor {background-color:#c492ba; } .myforecolor {color:#c492ba; } .mybordercolor {border:3px solid #c492ba; }
#c492ba Text Font Color
<p style="color:#c492ba">Text here</p>
This sample text font color is #c492ba
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.
#c492ba Background Color
<div style="background-color:#c492ba">
Div content here</div>
This div background color is #c492ba
#c492ba Border Color
<div style="border:3px solid #c492ba">
Div here</div>
This div border color is #c492ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,146,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c492ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c492ba; -webkit-box-shadow: 1px 1px 3px 2px #c492ba; box-shadow: 1px 1px 3px 2px #c492ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,146,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c492ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c492ba; -webkit-box-shadow: 1px 1px 3px 2px #c492ba; box-shadow: 1px 1px 3px 2px #c492ba;">
Div content here</div>
This div box has shadow with color #c492ba
Comments
No comments written yet.
Please login to write comment.