Color spaces of #c5166a
RGB | 197 | 22 | 106 |
---|---|---|---|
HSL | 0.92 | 0.80 | 0.43 |
HSV | 331° | 89° | 77° |
CMYK | 0.00 | 0.89 | 0.46 0.23 |
XYZ | 25.9144 | 13.4847 | 14.8726 |
Yxy | 13.4847 | 0.4775 | 0.2485 |
Hunter Lab | 36.7215 | 61.7049 | 1.6920 |
CIE-Lab | 43.4847 | 67.8189 | -0.4406 |
#c5166a color RGB value is (197,22,106).
#c5166a hex color red value is 197, green value is 22 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c5166a hue: 0.92 , saturation: 0.80 and the lightness value of c5166a is 0.43.
The process color (four color CMYK) of #c5166a color hex is 0.00, 0.89, 0.46, 0.23. Web safe color of #c5166a is #cc0066. Color #c5166a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00010110 | 01101010 |
Octal | 305 | 26 | 152 |
Decimal | 197 | 22 | 106 |
Hex | C5 | 16 | 6A |
Shades of #c5166a
Tints of #c5166a
RGB Percentages of Color #c5166a
CMYK Percentages of Color #c5166a
Complementary Color
#c5166a | #16c571 |
#c5166a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5166a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5166a Color CSS Codes
.mybgcolor {background-color:#c5166a; } .myforecolor {color:#c5166a; } .mybordercolor {border:3px solid #c5166a; }
#c5166a Text Font Color
<p style="color:#c5166a">Text here</p>
This sample text font color is #c5166a
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.
#c5166a Background Color
<div style="background-color:#c5166a">
Div content here</div>
This div background color is #c5166a
#c5166a Border Color
<div style="border:3px solid #c5166a">
Div here</div>
This div border color is #c5166a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,22,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5166a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5166a; -webkit-box-shadow: 1px 1px 3px 2px #c5166a; box-shadow: 1px 1px 3px 2px #c5166a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,22,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5166a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5166a; -webkit-box-shadow: 1px 1px 3px 2px #c5166a; box-shadow: 1px 1px 3px 2px #c5166a;">
Div content here</div>
This div box has shadow with color #c5166a
Comments
No comments written yet.
Please login to write comment.