Color spaces of #c574dc
RGB | 197 | 116 | 220 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.66 |
HSV | 287° | 47° | 86° |
CMYK | 0.10 | 0.47 | 0.00 0.14 |
XYZ | 42.1896 | 29.5284 | 71.1861 |
Yxy | 29.5284 | 0.2952 | 0.2066 |
Hunter Lab | 54.3400 | 43.4923 | -39.6326 |
CIE-Lab | 61.2452 | 48.4569 | -40.4022 |
#c574dc color RGB value is (197,116,220).
#c574dc hex color red value is 197, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c574dc hue: 0.80 , saturation: 0.60 and the lightness value of c574dc is 0.66.
The process color (four color CMYK) of #c574dc color hex is 0.10, 0.47, 0.00, 0.14. Web safe color of #c574dc is #cc66cc. Color #c574dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01110100 | 11011100 |
Octal | 305 | 164 | 334 |
Decimal | 197 | 116 | 220 |
Hex | C5 | 74 | DC |
Shades of #c574dc
Tints of #c574dc
RGB Percentages of Color #c574dc
CMYK Percentages of Color #c574dc
Complementary Color
#c574dc | #8bdc74 |
#c574dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c574dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c574dc Color CSS Codes
.mybgcolor {background-color:#c574dc; } .myforecolor {color:#c574dc; } .mybordercolor {border:3px solid #c574dc; }
#c574dc Text Font Color
<p style="color:#c574dc">Text here</p>
This sample text font color is #c574dc
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.
#c574dc Background Color
<div style="background-color:#c574dc">
Div content here</div>
This div background color is #c574dc
#c574dc Border Color
<div style="border:3px solid #c574dc">
Div here</div>
This div border color is #c574dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,116,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c574dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c574dc; -webkit-box-shadow: 1px 1px 3px 2px #c574dc; box-shadow: 1px 1px 3px 2px #c574dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,116,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c574dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c574dc; -webkit-box-shadow: 1px 1px 3px 2px #c574dc; box-shadow: 1px 1px 3px 2px #c574dc;">
Div content here</div>
This div box has shadow with color #c574dc
Comments
No comments written yet.
Please login to write comment.