Color spaces of #c57ccb
RGB | 197 | 124 | 203 |
---|---|---|---|
HSL | 0.82 | 0.43 | 0.64 |
HSV | 295° | 39° | 80° |
CMYK | 0.03 | 0.39 | 0.00 0.20 |
XYZ | 41.0131 | 30.5974 | 60.2442 |
Yxy | 30.5974 | 0.3110 | 0.2321 |
Hunter Lab | 55.3149 | 35.5473 | -25.8531 |
CIE-Lab | 62.1663 | 40.9078 | -29.4212 |
#c57ccb color RGB value is (197,124,203).
#c57ccb hex color red value is 197, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c57ccb hue: 0.82 , saturation: 0.43 and the lightness value of c57ccb is 0.64.
The process color (four color CMYK) of #c57ccb color hex is 0.03, 0.39, 0.00, 0.20. Web safe color of #c57ccb is #cc66cc. Color #c57ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01111100 | 11001011 |
Octal | 305 | 174 | 313 |
Decimal | 197 | 124 | 203 |
Hex | C5 | 7C | CB |
Shades of #c57ccb
Tints of #c57ccb
RGB Percentages of Color #c57ccb
CMYK Percentages of Color #c57ccb
Complementary Color
#c57ccb | #82cb7c |
#c57ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c57ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c57ccb Color CSS Codes
.mybgcolor {background-color:#c57ccb; } .myforecolor {color:#c57ccb; } .mybordercolor {border:3px solid #c57ccb; }
#c57ccb Text Font Color
<p style="color:#c57ccb">Text here</p>
This sample text font color is #c57ccb
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.
#c57ccb Background Color
<div style="background-color:#c57ccb">
Div content here</div>
This div background color is #c57ccb
#c57ccb Border Color
<div style="border:3px solid #c57ccb">
Div here</div>
This div border color is #c57ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,124,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c57ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c57ccb; -webkit-box-shadow: 1px 1px 3px 2px #c57ccb; box-shadow: 1px 1px 3px 2px #c57ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,124,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c57ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c57ccb; -webkit-box-shadow: 1px 1px 3px 2px #c57ccb; box-shadow: 1px 1px 3px 2px #c57ccb;">
Div content here</div>
This div box has shadow with color #c57ccb
Comments
No comments written yet.
Please login to write comment.