Color spaces of #c713ad
RGB | 199 | 19 | 173 |
---|---|---|---|
HSL | 0.86 | 0.83 | 0.43 |
HSV | 309° | 90° | 78° |
CMYK | 0.00 | 0.90 | 0.13 0.22 |
XYZ | 31.3289 | 15.6250 | 40.8999 |
Yxy | 15.6250 | 0.3566 | 0.1779 |
Hunter Lab | 39.5285 | 72.2981 | -33.6771 |
CIE-Lab | 46.4786 | 76.0823 | -36.5842 |
#c713ad color RGB value is (199,19,173).
#c713ad hex color red value is 199, green value is 19 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c713ad hue: 0.86 , saturation: 0.83 and the lightness value of c713ad is 0.43.
The process color (four color CMYK) of #c713ad color hex is 0.00, 0.90, 0.13, 0.22. Web safe color of #c713ad is #cc0099. Color #c713ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00010011 | 10101101 |
Octal | 307 | 23 | 255 |
Decimal | 199 | 19 | 173 |
Hex | C7 | 13 | AD |
Shades of #c713ad
Tints of #c713ad
RGB Percentages of Color #c713ad
CMYK Percentages of Color #c713ad
Complementary Color
#c713ad | #13c72d |
#c713ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c713ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c713ad Color CSS Codes
.mybgcolor {background-color:#c713ad; } .myforecolor {color:#c713ad; } .mybordercolor {border:3px solid #c713ad; }
#c713ad Text Font Color
<p style="color:#c713ad">Text here</p>
This sample text font color is #c713ad
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.
#c713ad Background Color
<div style="background-color:#c713ad">
Div content here</div>
This div background color is #c713ad
#c713ad Border Color
<div style="border:3px solid #c713ad">
Div here</div>
This div border color is #c713ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,19,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c713ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c713ad; -webkit-box-shadow: 1px 1px 3px 2px #c713ad; box-shadow: 1px 1px 3px 2px #c713ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,19,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 #c713ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c713ad; -webkit-box-shadow: 1px 1px 3px 2px #c713ad; box-shadow: 1px 1px 3px 2px #c713ad;">
Div content here</div>
This div box has shadow with color #c713ad
Comments
No comments written yet.
Please login to write comment.