Color spaces of #c58cbc
RGB | 197 | 140 | 188 |
---|---|---|---|
HSL | 0.86 | 0.33 | 0.66 |
HSV | 309° | 29° | 77° |
CMYK | 0.00 | 0.29 | 0.05 0.23 |
XYZ | 41.4811 | 34.2573 | 52.0030 |
Yxy | 34.2573 | 0.3247 | 0.2682 |
Hunter Lab | 58.5297 | 24.0792 | -11.7077 |
CIE-Lab | 65.1663 | 29.4084 | -16.3919 |
#c58cbc color RGB value is (197,140,188).
#c58cbc hex color red value is 197, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c58cbc hue: 0.86 , saturation: 0.33 and the lightness value of c58cbc is 0.66.
The process color (four color CMYK) of #c58cbc color hex is 0.00, 0.29, 0.05, 0.23. Web safe color of #c58cbc is #cc99cc. Color #c58cbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001100 | 10111100 |
Octal | 305 | 214 | 274 |
Decimal | 197 | 140 | 188 |
Hex | C5 | 8C | BC |
Shades of #c58cbc
Tints of #c58cbc
RGB Percentages of Color #c58cbc
CMYK Percentages of Color #c58cbc
Complementary Color
#c58cbc | #8cc595 |
#c58cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58cbc Color CSS Codes
.mybgcolor {background-color:#c58cbc; } .myforecolor {color:#c58cbc; } .mybordercolor {border:3px solid #c58cbc; }
#c58cbc Text Font Color
<p style="color:#c58cbc">Text here</p>
This sample text font color is #c58cbc
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.
#c58cbc Background Color
<div style="background-color:#c58cbc">
Div content here</div>
This div background color is #c58cbc
#c58cbc Border Color
<div style="border:3px solid #c58cbc">
Div here</div>
This div border color is #c58cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,140,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58cbc; -webkit-box-shadow: 1px 1px 3px 2px #c58cbc; box-shadow: 1px 1px 3px 2px #c58cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,140,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58cbc; -webkit-box-shadow: 1px 1px 3px 2px #c58cbc; box-shadow: 1px 1px 3px 2px #c58cbc;">
Div content here</div>
This div box has shadow with color #c58cbc
Comments
No comments written yet.
Please login to write comment.