Color spaces of #c99fbd
RGB | 201 | 159 | 189 |
---|---|---|---|
HSL | 0.88 | 0.28 | 0.71 |
HSV | 317° | 21° | 79° |
CMYK | 0.00 | 0.21 | 0.06 0.21 |
XYZ | 45.6708 | 40.8879 | 53.6292 |
Yxy | 40.8879 | 0.3258 | 0.2917 |
Hunter Lab | 63.9436 | 15.5896 | -4.9657 |
CIE-Lab | 70.0973 | 20.5156 | -9.5030 |
#c99fbd color RGB value is (201,159,189).
#c99fbd hex color red value is 201, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c99fbd hue: 0.88 , saturation: 0.28 and the lightness value of c99fbd is 0.71.
The process color (four color CMYK) of #c99fbd color hex is 0.00, 0.21, 0.06, 0.21. Web safe color of #c99fbd is #cc99cc. Color #c99fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10011111 | 10111101 |
Octal | 311 | 237 | 275 |
Decimal | 201 | 159 | 189 |
Hex | C9 | 9F | BD |
Shades of #c99fbd
Tints of #c99fbd
RGB Percentages of Color #c99fbd
CMYK Percentages of Color #c99fbd
Complementary Color
#c99fbd | #9fc9ab |
#c99fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99fbd Color CSS Codes
.mybgcolor {background-color:#c99fbd; } .myforecolor {color:#c99fbd; } .mybordercolor {border:3px solid #c99fbd; }
#c99fbd Text Font Color
<p style="color:#c99fbd">Text here</p>
This sample text font color is #c99fbd
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.
#c99fbd Background Color
<div style="background-color:#c99fbd">
Div content here</div>
This div background color is #c99fbd
#c99fbd Border Color
<div style="border:3px solid #c99fbd">
Div here</div>
This div border color is #c99fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,159,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99fbd; -webkit-box-shadow: 1px 1px 3px 2px #c99fbd; box-shadow: 1px 1px 3px 2px #c99fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,159,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99fbd; -webkit-box-shadow: 1px 1px 3px 2px #c99fbd; box-shadow: 1px 1px 3px 2px #c99fbd;">
Div content here</div>
This div box has shadow with color #c99fbd
Comments
No comments written yet.
Please login to write comment.