Color spaces of #c567ca
RGB | 197 | 103 | 202 |
---|---|---|---|
HSL | 0.82 | 0.48 | 0.60 |
HSV | 297° | 49° | 79° |
CMYK | 0.02 | 0.49 | 0.00 0.21 |
XYZ | 38.5369 | 25.8351 | 58.8327 |
Yxy | 25.8351 | 0.3128 | 0.2097 |
Hunter Lab | 50.8282 | 46.3855 | -33.0473 |
CIE-Lab | 57.8802 | 51.6200 | -35.5185 |
#c567ca color RGB value is (197,103,202).
#c567ca hex color red value is 197, green value is 103 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c567ca hue: 0.82 , saturation: 0.48 and the lightness value of c567ca is 0.60.
The process color (four color CMYK) of #c567ca color hex is 0.02, 0.49, 0.00, 0.21. Web safe color of #c567ca is #cc66cc. Color #c567ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01100111 | 11001010 |
Octal | 305 | 147 | 312 |
Decimal | 197 | 103 | 202 |
Hex | C5 | 67 | CA |
Shades of #c567ca
Tints of #c567ca
RGB Percentages of Color #c567ca
CMYK Percentages of Color #c567ca
Complementary Color
#c567ca | #6cca67 |
#c567ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c567ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c567ca Color CSS Codes
.mybgcolor {background-color:#c567ca; } .myforecolor {color:#c567ca; } .mybordercolor {border:3px solid #c567ca; }
#c567ca Text Font Color
<p style="color:#c567ca">Text here</p>
This sample text font color is #c567ca
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.
#c567ca Background Color
<div style="background-color:#c567ca">
Div content here</div>
This div background color is #c567ca
#c567ca Border Color
<div style="border:3px solid #c567ca">
Div here</div>
This div border color is #c567ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,103,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c567ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c567ca; -webkit-box-shadow: 1px 1px 3px 2px #c567ca; box-shadow: 1px 1px 3px 2px #c567ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,103,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c567ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c567ca; -webkit-box-shadow: 1px 1px 3px 2px #c567ca; box-shadow: 1px 1px 3px 2px #c567ca;">
Div content here</div>
This div box has shadow with color #c567ca
Comments
No comments written yet.
Please login to write comment.