Color spaces of #c7749f
RGB | 199 | 116 | 159 |
---|---|---|---|
HSL | 0.91 | 0.43 | 0.62 |
HSV | 329° | 42° | 78° |
CMYK | 0.00 | 0.42 | 0.20 0.22 |
XYZ | 36.0566 | 27.1361 | 36.1383 |
Yxy | 27.1361 | 0.3630 | 0.2732 |
Hunter Lab | 52.0923 | 32.3903 | -4.6670 |
CIE-Lab | 59.1001 | 38.2457 | -8.9903 |
#c7749f color RGB value is (199,116,159).
#c7749f hex color red value is 199, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c7749f hue: 0.91 , saturation: 0.43 and the lightness value of c7749f is 0.62.
The process color (four color CMYK) of #c7749f color hex is 0.00, 0.42, 0.20, 0.22. Web safe color of #c7749f is #cc6699. Color #c7749f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01110100 | 10011111 |
Octal | 307 | 164 | 237 |
Decimal | 199 | 116 | 159 |
Hex | C7 | 74 | 9F |
Shades of #c7749f
Tints of #c7749f
RGB Percentages of Color #c7749f
CMYK Percentages of Color #c7749f
Complementary Color
#c7749f | #74c79c |
#c7749f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7749f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7749f Color CSS Codes
.mybgcolor {background-color:#c7749f; } .myforecolor {color:#c7749f; } .mybordercolor {border:3px solid #c7749f; }
#c7749f Text Font Color
<p style="color:#c7749f">Text here</p>
This sample text font color is #c7749f
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.
#c7749f Background Color
<div style="background-color:#c7749f">
Div content here</div>
This div background color is #c7749f
#c7749f Border Color
<div style="border:3px solid #c7749f">
Div here</div>
This div border color is #c7749f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,116,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7749f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7749f; -webkit-box-shadow: 1px 1px 3px 2px #c7749f; box-shadow: 1px 1px 3px 2px #c7749f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,116,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7749f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7749f; -webkit-box-shadow: 1px 1px 3px 2px #c7749f; box-shadow: 1px 1px 3px 2px #c7749f;">
Div content here</div>
This div box has shadow with color #c7749f
Comments
No comments written yet.
Please login to write comment.