Color spaces of #cf8dba
RGB | 207 | 141 | 186 |
---|---|---|---|
HSL | 0.89 | 0.41 | 0.68 |
HSV | 319° | 32° | 81° |
CMYK | 0.00 | 0.32 | 0.10 0.19 |
XYZ | 44.1199 | 35.8603 | 51.0507 |
Yxy | 35.8603 | 0.3367 | 0.2737 |
Hunter Lab | 59.8835 | 26.7160 | -8.6263 |
CIE-Lab | 66.4130 | 31.9119 | -13.2821 |
#cf8dba color RGB value is (207,141,186).
#cf8dba hex color red value is 207, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cf8dba hue: 0.89 , saturation: 0.41 and the lightness value of cf8dba is 0.68.
The process color (four color CMYK) of #cf8dba color hex is 0.00, 0.32, 0.10, 0.19. Web safe color of #cf8dba is #cc99cc. Color #cf8dba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10001101 | 10111010 |
Octal | 317 | 215 | 272 |
Decimal | 207 | 141 | 186 |
Hex | CF | 8D | BA |
Shades of #cf8dba
Tints of #cf8dba
RGB Percentages of Color #cf8dba
CMYK Percentages of Color #cf8dba
Complementary Color
#cf8dba | #8dcfa2 |
#cf8dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf8dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf8dba Color CSS Codes
.mybgcolor {background-color:#cf8dba; } .myforecolor {color:#cf8dba; } .mybordercolor {border:3px solid #cf8dba; }
#cf8dba Text Font Color
<p style="color:#cf8dba">Text here</p>
This sample text font color is #cf8dba
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.
#cf8dba Background Color
<div style="background-color:#cf8dba">
Div content here</div>
This div background color is #cf8dba
#cf8dba Border Color
<div style="border:3px solid #cf8dba">
Div here</div>
This div border color is #cf8dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,141,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf8dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf8dba; -webkit-box-shadow: 1px 1px 3px 2px #cf8dba; box-shadow: 1px 1px 3px 2px #cf8dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,141,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf8dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf8dba; -webkit-box-shadow: 1px 1px 3px 2px #cf8dba; box-shadow: 1px 1px 3px 2px #cf8dba;">
Div content here</div>
This div box has shadow with color #cf8dba
Comments
No comments written yet.
Please login to write comment.