Color spaces of #c25666
RGB | 194 | 86 | 102 |
---|---|---|---|
HSL | 0.98 | 0.47 | 0.55 |
HSV | 351° | 56° | 76° |
CMYK | 0.00 | 0.56 | 0.47 0.24 |
XYZ | 27.9742 | 19.0842 | 14.7796 |
Yxy | 19.0842 | 0.4524 | 0.3086 |
Hunter Lab | 43.6855 | 37.8538 | 10.5209 |
CIE-Lab | 50.7856 | 44.7216 | 12.3623 |
#c25666 color RGB value is (194,86,102).
#c25666 hex color red value is 194, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c25666 hue: 0.98 , saturation: 0.47 and the lightness value of c25666 is 0.55.
The process color (four color CMYK) of #c25666 color hex is 0.00, 0.56, 0.47, 0.24. Web safe color of #c25666 is #cc6666. Color #c25666 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01010110 | 01100110 |
Octal | 302 | 126 | 146 |
Decimal | 194 | 86 | 102 |
Hex | C2 | 56 | 66 |
Shades of #c25666
Tints of #c25666
RGB Percentages of Color #c25666
CMYK Percentages of Color #c25666
Complementary Color
#c25666 | #56c2b2 |
#c25666 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c25666 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c25666 Color CSS Codes
.mybgcolor {background-color:#c25666; } .myforecolor {color:#c25666; } .mybordercolor {border:3px solid #c25666; }
#c25666 Text Font Color
<p style="color:#c25666">Text here</p>
This sample text font color is #c25666
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.
#c25666 Background Color
<div style="background-color:#c25666">
Div content here</div>
This div background color is #c25666
#c25666 Border Color
<div style="border:3px solid #c25666">
Div here</div>
This div border color is #c25666
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,86,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c25666; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c25666; -webkit-box-shadow: 1px 1px 3px 2px #c25666; box-shadow: 1px 1px 3px 2px #c25666; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,86,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c25666">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c25666; -webkit-box-shadow: 1px 1px 3px 2px #c25666; box-shadow: 1px 1px 3px 2px #c25666;">
Div content here</div>
This div box has shadow with color #c25666
Comments
No comments written yet.
Please login to write comment.