Color spaces of #cf757e
RGB | 207 | 117 | 126 |
---|---|---|---|
HSL | 0.98 | 0.48 | 0.64 |
HSV | 354° | 43° | 81° |
CMYK | 0.00 | 0.43 | 0.39 0.19 |
XYZ | 35.8593 | 27.4943 | 23.1556 |
Yxy | 27.4943 | 0.4145 | 0.3178 |
Hunter Lab | 52.4350 | 30.3115 | 10.5217 |
CIE-Lab | 59.4291 | 36.1662 | 10.6710 |
#cf757e color RGB value is (207,117,126).
#cf757e hex color red value is 207, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf757e hue: 0.98 , saturation: 0.48 and the lightness value of cf757e is 0.64.
The process color (four color CMYK) of #cf757e color hex is 0.00, 0.43, 0.39, 0.19. Web safe color of #cf757e is #cc6666. Color #cf757e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110101 | 01111110 |
Octal | 317 | 165 | 176 |
Decimal | 207 | 117 | 126 |
Hex | CF | 75 | 7E |
Shades of #cf757e
Tints of #cf757e
RGB Percentages of Color #cf757e
CMYK Percentages of Color #cf757e
Complementary Color
#cf757e | #75cfc6 |
#cf757e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf757e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf757e Color CSS Codes
.mybgcolor {background-color:#cf757e; } .myforecolor {color:#cf757e; } .mybordercolor {border:3px solid #cf757e; }
#cf757e Text Font Color
<p style="color:#cf757e">Text here</p>
This sample text font color is #cf757e
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.
#cf757e Background Color
<div style="background-color:#cf757e">
Div content here</div>
This div background color is #cf757e
#cf757e Border Color
<div style="border:3px solid #cf757e">
Div here</div>
This div border color is #cf757e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,117,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf757e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf757e; -webkit-box-shadow: 1px 1px 3px 2px #cf757e; box-shadow: 1px 1px 3px 2px #cf757e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,117,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf757e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf757e; -webkit-box-shadow: 1px 1px 3px 2px #cf757e; box-shadow: 1px 1px 3px 2px #cf757e;">
Div content here</div>
This div box has shadow with color #cf757e
Comments
No comments written yet.
Please login to write comment.