Color spaces of #cf9cce
RGB | 207 | 156 | 206 |
---|---|---|---|
HSL | 0.84 | 0.35 | 0.71 |
HSV | 301° | 25° | 81° |
CMYK | 0.00 | 0.25 | 0.00 0.19 |
XYZ | 48.7612 | 41.4986 | 63.8325 |
Yxy | 41.4986 | 0.3164 | 0.2693 |
Hunter Lab | 64.4194 | 22.3786 | -13.6562 |
CIE-Lab | 70.5238 | 27.3184 | -18.2088 |
#cf9cce color RGB value is (207,156,206).
#cf9cce hex color red value is 207, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cf9cce hue: 0.84 , saturation: 0.35 and the lightness value of cf9cce is 0.71.
The process color (four color CMYK) of #cf9cce color hex is 0.00, 0.25, 0.00, 0.19. Web safe color of #cf9cce is #cc99cc. Color #cf9cce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10011100 | 11001110 |
Octal | 317 | 234 | 316 |
Decimal | 207 | 156 | 206 |
Hex | CF | 9C | CE |
Shades of #cf9cce
Tints of #cf9cce
RGB Percentages of Color #cf9cce
CMYK Percentages of Color #cf9cce
Complementary Color
#cf9cce | #9ccf9d |
#cf9cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf9cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf9cce Color CSS Codes
.mybgcolor {background-color:#cf9cce; } .myforecolor {color:#cf9cce; } .mybordercolor {border:3px solid #cf9cce; }
#cf9cce Text Font Color
<p style="color:#cf9cce">Text here</p>
This sample text font color is #cf9cce
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.
#cf9cce Background Color
<div style="background-color:#cf9cce">
Div content here</div>
This div background color is #cf9cce
#cf9cce Border Color
<div style="border:3px solid #cf9cce">
Div here</div>
This div border color is #cf9cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,156,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf9cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf9cce; -webkit-box-shadow: 1px 1px 3px 2px #cf9cce; box-shadow: 1px 1px 3px 2px #cf9cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,156,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf9cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf9cce; -webkit-box-shadow: 1px 1px 3px 2px #cf9cce; box-shadow: 1px 1px 3px 2px #cf9cce;">
Div content here</div>
This div box has shadow with color #cf9cce
Comments
No comments written yet.
Please login to write comment.