Color spaces of #cf665e
RGB | 207 | 102 | 94 |
---|---|---|---|
HSL | 0.01 | 0.54 | 0.59 |
HSV | 4° | 55° | 81° |
CMYK | 0.00 | 0.51 | 0.55 0.19 |
XYZ | 32.5039 | 23.5763 | 13.4272 |
Yxy | 23.5763 | 0.4676 | 0.3392 |
Hunter Lab | 48.5554 | 34.5192 | 17.5931 |
CIE-Lab | 55.6611 | 40.7679 | 24.0042 |
#cf665e color RGB value is (207,102,94).
#cf665e hex color red value is 207, green value is 102 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cf665e hue: 0.01 , saturation: 0.54 and the lightness value of cf665e is 0.59.
The process color (four color CMYK) of #cf665e color hex is 0.00, 0.51, 0.55, 0.19. Web safe color of #cf665e is #cc6666. Color #cf665e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01100110 | 01011110 |
Octal | 317 | 146 | 136 |
Decimal | 207 | 102 | 94 |
Hex | CF | 66 | 5E |
Shades of #cf665e
Tints of #cf665e
RGB Percentages of Color #cf665e
CMYK Percentages of Color #cf665e
Complementary Color
#cf665e | #5ec7cf |
#cf665e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf665e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf665e Color CSS Codes
.mybgcolor {background-color:#cf665e; } .myforecolor {color:#cf665e; } .mybordercolor {border:3px solid #cf665e; }
#cf665e Text Font Color
<p style="color:#cf665e">Text here</p>
This sample text font color is #cf665e
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.
#cf665e Background Color
<div style="background-color:#cf665e">
Div content here</div>
This div background color is #cf665e
#cf665e Border Color
<div style="border:3px solid #cf665e">
Div here</div>
This div border color is #cf665e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,102,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf665e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf665e; -webkit-box-shadow: 1px 1px 3px 2px #cf665e; box-shadow: 1px 1px 3px 2px #cf665e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,102,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf665e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf665e; -webkit-box-shadow: 1px 1px 3px 2px #cf665e; box-shadow: 1px 1px 3px 2px #cf665e;">
Div content here</div>
This div box has shadow with color #cf665e
Comments
No comments written yet.
Please login to write comment.