Color spaces of #c99ddf
RGB | 201 | 157 | 223 |
---|---|---|---|
HSL | 0.78 | 0.51 | 0.75 |
HSV | 280° | 30° | 87° |
CMYK | 0.10 | 0.30 | 0.00 0.13 |
XYZ | 49.4636 | 41.8592 | 75.2846 |
Yxy | 41.8592 | 0.2969 | 0.2512 |
Hunter Lab | 64.6987 | 23.2446 | -23.7019 |
CIE-Lab | 70.7737 | 28.1540 | -27.2429 |
#c99ddf color RGB value is (201,157,223).
#c99ddf hex color red value is 201, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c99ddf hue: 0.78 , saturation: 0.51 and the lightness value of c99ddf is 0.75.
The process color (four color CMYK) of #c99ddf color hex is 0.10, 0.30, 0.00, 0.13. Web safe color of #c99ddf is #cc99cc. Color #c99ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10011101 | 11011111 |
Octal | 311 | 235 | 337 |
Decimal | 201 | 157 | 223 |
Hex | C9 | 9D | DF |
Shades of #c99ddf
Tints of #c99ddf
RGB Percentages of Color #c99ddf
CMYK Percentages of Color #c99ddf
Complementary Color
#c99ddf | #b3df9d |
#c99ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c99ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c99ddf Color CSS Codes
.mybgcolor {background-color:#c99ddf; } .myforecolor {color:#c99ddf; } .mybordercolor {border:3px solid #c99ddf; }
#c99ddf Text Font Color
<p style="color:#c99ddf">Text here</p>
This sample text font color is #c99ddf
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.
#c99ddf Background Color
<div style="background-color:#c99ddf">
Div content here</div>
This div background color is #c99ddf
#c99ddf Border Color
<div style="border:3px solid #c99ddf">
Div here</div>
This div border color is #c99ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,157,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c99ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c99ddf; -webkit-box-shadow: 1px 1px 3px 2px #c99ddf; box-shadow: 1px 1px 3px 2px #c99ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,157,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c99ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c99ddf; -webkit-box-shadow: 1px 1px 3px 2px #c99ddf; box-shadow: 1px 1px 3px 2px #c99ddf;">
Div content here</div>
This div box has shadow with color #c99ddf
Comments
No comments written yet.
Please login to write comment.