Color spaces of #c647ad
RGB | 198 | 71 | 173 |
---|---|---|---|
HSL | 0.87 | 0.53 | 0.53 |
HSV | 312° | 64° | 78° |
CMYK | 0.00 | 0.64 | 0.13 0.22 |
XYZ | 33.0848 | 19.5294 | 41.5609 |
Yxy | 19.5294 | 0.3513 | 0.2074 |
Hunter Lab | 44.1921 | 56.2995 | -24.8254 |
CIE-Lab | 51.3009 | 61.6323 | -29.0431 |
#c647ad color RGB value is (198,71,173).
#c647ad hex color red value is 198, green value is 71 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c647ad hue: 0.87 , saturation: 0.53 and the lightness value of c647ad is 0.53.
The process color (four color CMYK) of #c647ad color hex is 0.00, 0.64, 0.13, 0.22. Web safe color of #c647ad is #cc3399. Color #c647ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01000111 | 10101101 |
Octal | 306 | 107 | 255 |
Decimal | 198 | 71 | 173 |
Hex | C6 | 47 | AD |
Shades of #c647ad
Tints of #c647ad
RGB Percentages of Color #c647ad
CMYK Percentages of Color #c647ad
Complementary Color
#c647ad | #47c660 |
#c647ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c647ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c647ad Color CSS Codes
.mybgcolor {background-color:#c647ad; } .myforecolor {color:#c647ad; } .mybordercolor {border:3px solid #c647ad; }
#c647ad Text Font Color
<p style="color:#c647ad">Text here</p>
This sample text font color is #c647ad
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.
#c647ad Background Color
<div style="background-color:#c647ad">
Div content here</div>
This div background color is #c647ad
#c647ad Border Color
<div style="border:3px solid #c647ad">
Div here</div>
This div border color is #c647ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,71,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c647ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c647ad; -webkit-box-shadow: 1px 1px 3px 2px #c647ad; box-shadow: 1px 1px 3px 2px #c647ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,71,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c647ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c647ad; -webkit-box-shadow: 1px 1px 3px 2px #c647ad; box-shadow: 1px 1px 3px 2px #c647ad;">
Div content here</div>
This div box has shadow with color #c647ad
Comments
No comments written yet.
Please login to write comment.