Color spaces of #c085ae
RGB | 192 | 133 | 174 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.64 |
HSV | 318° | 31° | 75° |
CMYK | 0.00 | 0.31 | 0.09 0.25 |
XYZ | 37.7657 | 31.0375 | 44.0448 |
Yxy | 31.0375 | 0.3347 | 0.2750 |
Hunter Lab | 55.7113 | 23.5072 | -7.8762 |
CIE-Lab | 62.5393 | 29.0524 | -12.5011 |
#c085ae color RGB value is (192,133,174).
#c085ae hex color red value is 192, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c085ae hue: 0.88 , saturation: 0.32 and the lightness value of c085ae is 0.64.
The process color (four color CMYK) of #c085ae color hex is 0.00, 0.31, 0.09, 0.25. Web safe color of #c085ae is #cc9999. Color #c085ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000101 | 10101110 |
Octal | 300 | 205 | 256 |
Decimal | 192 | 133 | 174 |
Hex | C0 | 85 | AE |
Shades of #c085ae
Tints of #c085ae
RGB Percentages of Color #c085ae
CMYK Percentages of Color #c085ae
Complementary Color
#c085ae | #85c097 |
#c085ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c085ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c085ae Color CSS Codes
.mybgcolor {background-color:#c085ae; } .myforecolor {color:#c085ae; } .mybordercolor {border:3px solid #c085ae; }
#c085ae Text Font Color
<p style="color:#c085ae">Text here</p>
This sample text font color is #c085ae
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.
#c085ae Background Color
<div style="background-color:#c085ae">
Div content here</div>
This div background color is #c085ae
#c085ae Border Color
<div style="border:3px solid #c085ae">
Div here</div>
This div border color is #c085ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,133,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c085ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c085ae; -webkit-box-shadow: 1px 1px 3px 2px #c085ae; box-shadow: 1px 1px 3px 2px #c085ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,133,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c085ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c085ae; -webkit-box-shadow: 1px 1px 3px 2px #c085ae; box-shadow: 1px 1px 3px 2px #c085ae;">
Div content here</div>
This div box has shadow with color #c085ae
Comments
No comments written yet.
Please login to write comment.