Color spaces of #c44ddf
RGB | 196 | 77 | 223 |
---|---|---|---|
HSL | 0.80 | 0.70 | 0.59 |
HSV | 289° | 65° | 87° |
CMYK | 0.12 | 0.65 | 0.00 0.13 |
XYZ | 38.7381 | 22.3712 | 72.0884 |
Yxy | 22.3712 | 0.2908 | 0.1680 |
Hunter Lab | 47.2982 | 63.4229 | -57.2567 |
CIE-Lab | 54.4187 | 67.1833 | -52.9023 |
#c44ddf color RGB value is (196,77,223).
#c44ddf hex color red value is 196, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c44ddf hue: 0.80 , saturation: 0.70 and the lightness value of c44ddf is 0.59.
The process color (four color CMYK) of #c44ddf color hex is 0.12, 0.65, 0.00, 0.13. Web safe color of #c44ddf is #cc66cc. Color #c44ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01001101 | 11011111 |
Octal | 304 | 115 | 337 |
Decimal | 196 | 77 | 223 |
Hex | C4 | 4D | DF |
Shades of #c44ddf
Tints of #c44ddf
RGB Percentages of Color #c44ddf
CMYK Percentages of Color #c44ddf
Complementary Color
#c44ddf | #68df4d |
#c44ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c44ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c44ddf Color CSS Codes
.mybgcolor {background-color:#c44ddf; } .myforecolor {color:#c44ddf; } .mybordercolor {border:3px solid #c44ddf; }
#c44ddf Text Font Color
<p style="color:#c44ddf">Text here</p>
This sample text font color is #c44ddf
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.
#c44ddf Background Color
<div style="background-color:#c44ddf">
Div content here</div>
This div background color is #c44ddf
#c44ddf Border Color
<div style="border:3px solid #c44ddf">
Div here</div>
This div border color is #c44ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,77,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c44ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c44ddf; -webkit-box-shadow: 1px 1px 3px 2px #c44ddf; box-shadow: 1px 1px 3px 2px #c44ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,77,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 #c44ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c44ddf; -webkit-box-shadow: 1px 1px 3px 2px #c44ddf; box-shadow: 1px 1px 3px 2px #c44ddf;">
Div content here</div>
This div box has shadow with color #c44ddf
Comments
No comments written yet.
Please login to write comment.