Color spaces of #c58fda
RGB | 197 | 143 | 218 |
---|---|---|---|
HSL | 0.79 | 0.50 | 0.71 |
HSV | 283° | 34° | 85° |
CMYK | 0.10 | 0.34 | 0.00 0.15 |
XYZ | 45.5033 | 36.5772 | 70.9915 |
Yxy | 36.5772 | 0.2973 | 0.2390 |
Hunter Lab | 60.4791 | 28.4616 | -27.2604 |
CIE-Lab | 66.9586 | 33.5651 | -30.3931 |
#c58fda color RGB value is (197,143,218).
#c58fda hex color red value is 197, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c58fda hue: 0.79 , saturation: 0.50 and the lightness value of c58fda is 0.71.
The process color (four color CMYK) of #c58fda color hex is 0.10, 0.34, 0.00, 0.15. Web safe color of #c58fda is #cc99cc. Color #c58fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001111 | 11011010 |
Octal | 305 | 217 | 332 |
Decimal | 197 | 143 | 218 |
Hex | C5 | 8F | DA |
Shades of #c58fda
Tints of #c58fda
RGB Percentages of Color #c58fda
CMYK Percentages of Color #c58fda
Complementary Color
#c58fda | #a4da8f |
#c58fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58fda Color CSS Codes
.mybgcolor {background-color:#c58fda; } .myforecolor {color:#c58fda; } .mybordercolor {border:3px solid #c58fda; }
#c58fda Text Font Color
<p style="color:#c58fda">Text here</p>
This sample text font color is #c58fda
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.
#c58fda Background Color
<div style="background-color:#c58fda">
Div content here</div>
This div background color is #c58fda
#c58fda Border Color
<div style="border:3px solid #c58fda">
Div here</div>
This div border color is #c58fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,143,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58fda; -webkit-box-shadow: 1px 1px 3px 2px #c58fda; box-shadow: 1px 1px 3px 2px #c58fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,143,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 #c58fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58fda; -webkit-box-shadow: 1px 1px 3px 2px #c58fda; box-shadow: 1px 1px 3px 2px #c58fda;">
Div content here</div>
This div box has shadow with color #c58fda
Comments
No comments written yet.
Please login to write comment.