Color spaces of #c551df
RGB | 197 | 81 | 223 |
---|---|---|---|
HSL | 0.80 | 0.69 | 0.60 |
HSV | 289° | 64° | 87° |
CMYK | 0.12 | 0.64 | 0.00 0.13 |
XYZ | 39.2877 | 23.0829 | 72.1968 |
Yxy | 23.0829 | 0.2920 | 0.1715 |
Hunter Lab | 48.0447 | 61.8871 | -55.4639 |
CIE-Lab | 55.1576 | 65.7430 | -51.7156 |
#c551df color RGB value is (197,81,223).
#c551df hex color red value is 197, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c551df hue: 0.80 , saturation: 0.69 and the lightness value of c551df is 0.60.
The process color (four color CMYK) of #c551df color hex is 0.12, 0.64, 0.00, 0.13. Web safe color of #c551df is #cc66cc. Color #c551df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01010001 | 11011111 |
Octal | 305 | 121 | 337 |
Decimal | 197 | 81 | 223 |
Hex | C5 | 51 | DF |
Shades of #c551df
Tints of #c551df
RGB Percentages of Color #c551df
CMYK Percentages of Color #c551df
Complementary Color
#c551df | #6bdf51 |
#c551df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c551df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c551df Color CSS Codes
.mybgcolor {background-color:#c551df; } .myforecolor {color:#c551df; } .mybordercolor {border:3px solid #c551df; }
#c551df Text Font Color
<p style="color:#c551df">Text here</p>
This sample text font color is #c551df
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.
#c551df Background Color
<div style="background-color:#c551df">
Div content here</div>
This div background color is #c551df
#c551df Border Color
<div style="border:3px solid #c551df">
Div here</div>
This div border color is #c551df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,81,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c551df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c551df; -webkit-box-shadow: 1px 1px 3px 2px #c551df; box-shadow: 1px 1px 3px 2px #c551df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,81,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c551df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c551df; -webkit-box-shadow: 1px 1px 3px 2px #c551df; box-shadow: 1px 1px 3px 2px #c551df;">
Div content here</div>
This div box has shadow with color #c551df
Comments
No comments written yet.
Please login to write comment.