Color spaces of #c179cc
RGB | 193 | 121 | 204 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.64 |
HSV | 292° | 41° | 80° |
CMYK | 0.05 | 0.41 | 0.00 0.20 |
XYZ | 39.7288 | 29.3718 | 60.7021 |
Yxy | 29.3718 | 0.3061 | 0.2263 |
Hunter Lab | 54.1958 | 36.0088 | -28.4709 |
CIE-Lab | 61.1084 | 41.4820 | -31.6601 |
#c179cc color RGB value is (193,121,204).
#c179cc hex color red value is 193, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c179cc hue: 0.81 , saturation: 0.45 and the lightness value of c179cc is 0.64.
The process color (four color CMYK) of #c179cc color hex is 0.05, 0.41, 0.00, 0.20. Web safe color of #c179cc is #cc66cc. Color #c179cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01111001 | 11001100 |
Octal | 301 | 171 | 314 |
Decimal | 193 | 121 | 204 |
Hex | C1 | 79 | CC |
Shades of #c179cc
Tints of #c179cc
RGB Percentages of Color #c179cc
CMYK Percentages of Color #c179cc
Complementary Color
#c179cc | #84cc79 |
#c179cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c179cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c179cc Color CSS Codes
.mybgcolor {background-color:#c179cc; } .myforecolor {color:#c179cc; } .mybordercolor {border:3px solid #c179cc; }
#c179cc Text Font Color
<p style="color:#c179cc">Text here</p>
This sample text font color is #c179cc
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.
#c179cc Background Color
<div style="background-color:#c179cc">
Div content here</div>
This div background color is #c179cc
#c179cc Border Color
<div style="border:3px solid #c179cc">
Div here</div>
This div border color is #c179cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,121,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c179cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c179cc; -webkit-box-shadow: 1px 1px 3px 2px #c179cc; box-shadow: 1px 1px 3px 2px #c179cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,121,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c179cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c179cc; -webkit-box-shadow: 1px 1px 3px 2px #c179cc; box-shadow: 1px 1px 3px 2px #c179cc;">
Div content here</div>
This div box has shadow with color #c179cc
Comments
No comments written yet.
Please login to write comment.