Color spaces of #c167ae
RGB | 193 | 103 | 174 |
---|---|---|---|
HSL | 0.87 | 0.42 | 0.58 |
HSV | 313° | 47° | 76° |
CMYK | 0.00 | 0.47 | 0.10 0.24 |
XYZ | 34.4825 | 24.0939 | 42.8776 |
Yxy | 24.0939 | 0.3399 | 0.2375 |
Hunter Lab | 49.0855 | 39.4962 | -17.4316 |
CIE-Lab | 56.1817 | 45.4792 | -22.1441 |
#c167ae color RGB value is (193,103,174).
#c167ae hex color red value is 193, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c167ae hue: 0.87 , saturation: 0.42 and the lightness value of c167ae is 0.58.
The process color (four color CMYK) of #c167ae color hex is 0.00, 0.47, 0.10, 0.24. Web safe color of #c167ae is #cc6699. Color #c167ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01100111 | 10101110 |
Octal | 301 | 147 | 256 |
Decimal | 193 | 103 | 174 |
Hex | C1 | 67 | AE |
Shades of #c167ae
Tints of #c167ae
RGB Percentages of Color #c167ae
CMYK Percentages of Color #c167ae
Complementary Color
#c167ae | #67c17a |
#c167ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c167ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c167ae Color CSS Codes
.mybgcolor {background-color:#c167ae; } .myforecolor {color:#c167ae; } .mybordercolor {border:3px solid #c167ae; }
#c167ae Text Font Color
<p style="color:#c167ae">Text here</p>
This sample text font color is #c167ae
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.
#c167ae Background Color
<div style="background-color:#c167ae">
Div content here</div>
This div background color is #c167ae
#c167ae Border Color
<div style="border:3px solid #c167ae">
Div here</div>
This div border color is #c167ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,103,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c167ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c167ae; -webkit-box-shadow: 1px 1px 3px 2px #c167ae; box-shadow: 1px 1px 3px 2px #c167ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,103,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 #c167ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c167ae; -webkit-box-shadow: 1px 1px 3px 2px #c167ae; box-shadow: 1px 1px 3px 2px #c167ae;">
Div content here</div>
This div box has shadow with color #c167ae
Comments
No comments written yet.
Please login to write comment.