Color spaces of #c57fcb
RGB | 197 | 127 | 203 |
---|---|---|---|
HSL | 0.82 | 0.42 | 0.65 |
HSV | 295° | 37° | 80° |
CMYK | 0.03 | 0.37 | 0.00 0.20 |
XYZ | 41.3948 | 31.3609 | 60.3714 |
Yxy | 31.3609 | 0.3109 | 0.2356 |
Hunter Lab | 56.0008 | 33.9426 | -24.7167 |
CIE-Lab | 62.8111 | 39.2968 | -28.4249 |
#c57fcb color RGB value is (197,127,203).
#c57fcb hex color red value is 197, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c57fcb hue: 0.82 , saturation: 0.42 and the lightness value of c57fcb is 0.65.
The process color (four color CMYK) of #c57fcb color hex is 0.03, 0.37, 0.00, 0.20. Web safe color of #c57fcb is #cc66cc. Color #c57fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01111111 | 11001011 |
Octal | 305 | 177 | 313 |
Decimal | 197 | 127 | 203 |
Hex | C5 | 7F | CB |
Shades of #c57fcb
Tints of #c57fcb
RGB Percentages of Color #c57fcb
CMYK Percentages of Color #c57fcb
Complementary Color
#c57fcb | #85cb7f |
#c57fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c57fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c57fcb Color CSS Codes
.mybgcolor {background-color:#c57fcb; } .myforecolor {color:#c57fcb; } .mybordercolor {border:3px solid #c57fcb; }
#c57fcb Text Font Color
<p style="color:#c57fcb">Text here</p>
This sample text font color is #c57fcb
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.
#c57fcb Background Color
<div style="background-color:#c57fcb">
Div content here</div>
This div background color is #c57fcb
#c57fcb Border Color
<div style="border:3px solid #c57fcb">
Div here</div>
This div border color is #c57fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,127,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c57fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c57fcb; -webkit-box-shadow: 1px 1px 3px 2px #c57fcb; box-shadow: 1px 1px 3px 2px #c57fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,127,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 #c57fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c57fcb; -webkit-box-shadow: 1px 1px 3px 2px #c57fcb; box-shadow: 1px 1px 3px 2px #c57fcb;">
Div content here</div>
This div box has shadow with color #c57fcb
Comments
No comments written yet.
Please login to write comment.