Color spaces of #c574da
RGB | 197 | 116 | 218 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.65 |
HSV | 288° | 47° | 85° |
CMYK | 0.10 | 0.47 | 0.00 0.15 |
XYZ | 41.9262 | 29.4231 | 69.7991 |
Yxy | 29.4231 | 0.2970 | 0.2085 |
Hunter Lab | 54.2431 | 43.0430 | -38.3233 |
CIE-Lab | 61.1532 | 48.0578 | -39.4259 |
#c574da color RGB value is (197,116,218).
#c574da hex color red value is 197, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c574da hue: 0.80 , saturation: 0.58 and the lightness value of c574da is 0.65.
The process color (four color CMYK) of #c574da color hex is 0.10, 0.47, 0.00, 0.15. Web safe color of #c574da is #cc66cc. Color #c574da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01110100 | 11011010 |
Octal | 305 | 164 | 332 |
Decimal | 197 | 116 | 218 |
Hex | C5 | 74 | DA |
Shades of #c574da
Tints of #c574da
RGB Percentages of Color #c574da
CMYK Percentages of Color #c574da
Complementary Color
#c574da | #89da74 |
#c574da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c574da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c574da Color CSS Codes
.mybgcolor {background-color:#c574da; } .myforecolor {color:#c574da; } .mybordercolor {border:3px solid #c574da; }
#c574da Text Font Color
<p style="color:#c574da">Text here</p>
This sample text font color is #c574da
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.
#c574da Background Color
<div style="background-color:#c574da">
Div content here</div>
This div background color is #c574da
#c574da Border Color
<div style="border:3px solid #c574da">
Div here</div>
This div border color is #c574da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,116,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c574da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c574da; -webkit-box-shadow: 1px 1px 3px 2px #c574da; box-shadow: 1px 1px 3px 2px #c574da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,116,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c574da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c574da; -webkit-box-shadow: 1px 1px 3px 2px #c574da; box-shadow: 1px 1px 3px 2px #c574da;">
Div content here</div>
This div box has shadow with color #c574da
Comments
No comments written yet.
Please login to write comment.