Color spaces of #cf759c
RGB | 207 | 117 | 156 |
---|---|---|---|
HSL | 0.93 | 0.48 | 0.64 |
HSV | 334° | 43° | 81° |
CMYK | 0.00 | 0.43 | 0.25 0.19 |
XYZ | 38.0942 | 28.3883 | 34.9242 |
Yxy | 28.3883 | 0.3757 | 0.2799 |
Hunter Lab | 53.2807 | 34.3814 | -1.5667 |
CIE-Lab | 60.2379 | 40.0347 | -5.4601 |
#cf759c color RGB value is (207,117,156).
#cf759c hex color red value is 207, green value is 117 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cf759c hue: 0.93 , saturation: 0.48 and the lightness value of cf759c is 0.64.
The process color (four color CMYK) of #cf759c color hex is 0.00, 0.43, 0.25, 0.19. Web safe color of #cf759c is #cc6699. Color #cf759c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110101 | 10011100 |
Octal | 317 | 165 | 234 |
Decimal | 207 | 117 | 156 |
Hex | CF | 75 | 9C |
Shades of #cf759c
Tints of #cf759c
RGB Percentages of Color #cf759c
CMYK Percentages of Color #cf759c
Complementary Color
#cf759c | #75cfa8 |
#cf759c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf759c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf759c Color CSS Codes
.mybgcolor {background-color:#cf759c; } .myforecolor {color:#cf759c; } .mybordercolor {border:3px solid #cf759c; }
#cf759c Text Font Color
<p style="color:#cf759c">Text here</p>
This sample text font color is #cf759c
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.
#cf759c Background Color
<div style="background-color:#cf759c">
Div content here</div>
This div background color is #cf759c
#cf759c Border Color
<div style="border:3px solid #cf759c">
Div here</div>
This div border color is #cf759c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,117,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf759c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf759c; -webkit-box-shadow: 1px 1px 3px 2px #cf759c; box-shadow: 1px 1px 3px 2px #cf759c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,117,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf759c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf759c; -webkit-box-shadow: 1px 1px 3px 2px #cf759c; box-shadow: 1px 1px 3px 2px #cf759c;">
Div content here</div>
This div box has shadow with color #cf759c
Comments
No comments written yet.
Please login to write comment.