Color spaces of #c762ad
RGB | 199 | 98 | 173 |
---|---|---|---|
HSL | 0.88 | 0.47 | 0.58 |
HSV | 315° | 51° | 78° |
CMYK | 0.00 | 0.51 | 0.13 0.22 |
XYZ | 35.4637 | 23.8946 | 42.2781 |
Yxy | 23.8946 | 0.3489 | 0.2351 |
Hunter Lab | 48.8821 | 43.9571 | -17.0624 |
CIE-Lab | 55.9821 | 49.6903 | -21.8018 |
#c762ad color RGB value is (199,98,173).
#c762ad hex color red value is 199, green value is 98 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c762ad hue: 0.88 , saturation: 0.47 and the lightness value of c762ad is 0.58.
The process color (four color CMYK) of #c762ad color hex is 0.00, 0.51, 0.13, 0.22. Web safe color of #c762ad is #cc6699. Color #c762ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01100010 | 10101101 |
Octal | 307 | 142 | 255 |
Decimal | 199 | 98 | 173 |
Hex | C7 | 62 | AD |
Shades of #c762ad
Tints of #c762ad
RGB Percentages of Color #c762ad
CMYK Percentages of Color #c762ad
Complementary Color
#c762ad | #62c77c |
#c762ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c762ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c762ad Color CSS Codes
.mybgcolor {background-color:#c762ad; } .myforecolor {color:#c762ad; } .mybordercolor {border:3px solid #c762ad; }
#c762ad Text Font Color
<p style="color:#c762ad">Text here</p>
This sample text font color is #c762ad
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.
#c762ad Background Color
<div style="background-color:#c762ad">
Div content here</div>
This div background color is #c762ad
#c762ad Border Color
<div style="border:3px solid #c762ad">
Div here</div>
This div border color is #c762ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,98,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c762ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c762ad; -webkit-box-shadow: 1px 1px 3px 2px #c762ad; box-shadow: 1px 1px 3px 2px #c762ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,98,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 #c762ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c762ad; -webkit-box-shadow: 1px 1px 3px 2px #c762ad; box-shadow: 1px 1px 3px 2px #c762ad;">
Div content here</div>
This div box has shadow with color #c762ad
Comments
No comments written yet.
Please login to write comment.