Color spaces of #c75faf
RGB | 199 | 95 | 175 |
---|---|---|---|
HSL | 0.87 | 0.48 | 0.58 |
HSV | 314° | 52° | 78° |
CMYK | 0.00 | 0.52 | 0.12 0.22 |
XYZ | 35.3833 | 23.4217 | 43.2134 |
Yxy | 23.4217 | 0.3468 | 0.2296 |
Hunter Lab | 48.3960 | 45.8121 | -19.0636 |
CIE-Lab | 55.5041 | 51.4786 | -23.6941 |
#c75faf color RGB value is (199,95,175).
#c75faf hex color red value is 199, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c75faf hue: 0.87 , saturation: 0.48 and the lightness value of c75faf is 0.58.
The process color (four color CMYK) of #c75faf color hex is 0.00, 0.52, 0.12, 0.22. Web safe color of #c75faf is #cc6699. Color #c75faf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01011111 | 10101111 |
Octal | 307 | 137 | 257 |
Decimal | 199 | 95 | 175 |
Hex | C7 | 5F | AF |
Shades of #c75faf
Tints of #c75faf
RGB Percentages of Color #c75faf
CMYK Percentages of Color #c75faf
Complementary Color
#c75faf | #5fc777 |
#c75faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c75faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c75faf Color CSS Codes
.mybgcolor {background-color:#c75faf; } .myforecolor {color:#c75faf; } .mybordercolor {border:3px solid #c75faf; }
#c75faf Text Font Color
<p style="color:#c75faf">Text here</p>
This sample text font color is #c75faf
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.
#c75faf Background Color
<div style="background-color:#c75faf">
Div content here</div>
This div background color is #c75faf
#c75faf Border Color
<div style="border:3px solid #c75faf">
Div here</div>
This div border color is #c75faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,95,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c75faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c75faf; -webkit-box-shadow: 1px 1px 3px 2px #c75faf; box-shadow: 1px 1px 3px 2px #c75faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,95,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c75faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c75faf; -webkit-box-shadow: 1px 1px 3px 2px #c75faf; box-shadow: 1px 1px 3px 2px #c75faf;">
Div content here</div>
This div box has shadow with color #c75faf
Comments
No comments written yet.
Please login to write comment.