Color spaces of #c685ad
RGB | 198 | 133 | 173 |
---|---|---|---|
HSL | 0.90 | 0.36 | 0.65 |
HSV | 323° | 33° | 78° |
CMYK | 0.00 | 0.33 | 0.13 0.22 |
XYZ | 39.2191 | 31.7980 | 43.6057 |
Yxy | 31.7980 | 0.3422 | 0.2774 |
Hunter Lab | 56.3897 | 25.4649 | -6.3757 |
CIE-Lab | 63.1756 | 30.9660 | -10.9108 |
#c685ad color RGB value is (198,133,173).
#c685ad hex color red value is 198, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c685ad hue: 0.90 , saturation: 0.36 and the lightness value of c685ad is 0.65.
The process color (four color CMYK) of #c685ad color hex is 0.00, 0.33, 0.13, 0.22. Web safe color of #c685ad is #cc9999. Color #c685ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10000101 | 10101101 |
Octal | 306 | 205 | 255 |
Decimal | 198 | 133 | 173 |
Hex | C6 | 85 | AD |
Shades of #c685ad
Tints of #c685ad
RGB Percentages of Color #c685ad
CMYK Percentages of Color #c685ad
Complementary Color
#c685ad | #85c69e |
#c685ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c685ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c685ad Color CSS Codes
.mybgcolor {background-color:#c685ad; } .myforecolor {color:#c685ad; } .mybordercolor {border:3px solid #c685ad; }
#c685ad Text Font Color
<p style="color:#c685ad">Text here</p>
This sample text font color is #c685ad
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.
#c685ad Background Color
<div style="background-color:#c685ad">
Div content here</div>
This div background color is #c685ad
#c685ad Border Color
<div style="border:3px solid #c685ad">
Div here</div>
This div border color is #c685ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,133,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c685ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c685ad; -webkit-box-shadow: 1px 1px 3px 2px #c685ad; box-shadow: 1px 1px 3px 2px #c685ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,133,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 #c685ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c685ad; -webkit-box-shadow: 1px 1px 3px 2px #c685ad; box-shadow: 1px 1px 3px 2px #c685ad;">
Div content here</div>
This div box has shadow with color #c685ad
Comments
No comments written yet.
Please login to write comment.