Color spaces of #cc70ad
RGB | 204 | 112 | 173 |
---|---|---|---|
HSL | 0.89 | 0.47 | 0.62 |
HSV | 320° | 45° | 80° |
CMYK | 0.00 | 0.45 | 0.15 0.20 |
XYZ | 38.2388 | 27.4428 | 42.8168 |
Yxy | 27.4428 | 0.3524 | 0.2529 |
Hunter Lab | 52.3859 | 38.6199 | -11.7897 |
CIE-Lab | 59.3820 | 44.1901 | -16.5571 |
#cc70ad color RGB value is (204,112,173).
#cc70ad hex color red value is 204, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc70ad hue: 0.89 , saturation: 0.47 and the lightness value of cc70ad is 0.62.
The process color (four color CMYK) of #cc70ad color hex is 0.00, 0.45, 0.15, 0.20. Web safe color of #cc70ad is #cc6699. Color #cc70ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110000 | 10101101 |
Octal | 314 | 160 | 255 |
Decimal | 204 | 112 | 173 |
Hex | CC | 70 | AD |
Shades of #cc70ad
Tints of #cc70ad
RGB Percentages of Color #cc70ad
CMYK Percentages of Color #cc70ad
Complementary Color
#cc70ad | #70cc8f |
#cc70ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc70ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc70ad Color CSS Codes
.mybgcolor {background-color:#cc70ad; } .myforecolor {color:#cc70ad; } .mybordercolor {border:3px solid #cc70ad; }
#cc70ad Text Font Color
<p style="color:#cc70ad">Text here</p>
This sample text font color is #cc70ad
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.
#cc70ad Background Color
<div style="background-color:#cc70ad">
Div content here</div>
This div background color is #cc70ad
#cc70ad Border Color
<div style="border:3px solid #cc70ad">
Div here</div>
This div border color is #cc70ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,112,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc70ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc70ad; -webkit-box-shadow: 1px 1px 3px 2px #cc70ad; box-shadow: 1px 1px 3px 2px #cc70ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,112,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 #cc70ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc70ad; -webkit-box-shadow: 1px 1px 3px 2px #cc70ad; box-shadow: 1px 1px 3px 2px #cc70ad;">
Div content here</div>
This div box has shadow with color #cc70ad
Comments
No comments written yet.
Please login to write comment.