Color spaces of #c588da
RGB | 197 | 136 | 218 |
---|---|---|---|
HSL | 0.79 | 0.53 | 0.69 |
HSV | 285° | 38° | 85° |
CMYK | 0.10 | 0.38 | 0.00 0.15 |
XYZ | 44.4850 | 34.5406 | 70.6521 |
Yxy | 34.5406 | 0.2972 | 0.2308 |
Hunter Lab | 58.7713 | 32.2601 | -30.1358 |
CIE-Lab | 65.3894 | 37.3891 | -32.8218 |
#c588da color RGB value is (197,136,218).
#c588da hex color red value is 197, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c588da hue: 0.79 , saturation: 0.53 and the lightness value of c588da is 0.69.
The process color (four color CMYK) of #c588da color hex is 0.10, 0.38, 0.00, 0.15. Web safe color of #c588da is #cc99cc. Color #c588da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001000 | 11011010 |
Octal | 305 | 210 | 332 |
Decimal | 197 | 136 | 218 |
Hex | C5 | 88 | DA |
Shades of #c588da
Tints of #c588da
RGB Percentages of Color #c588da
CMYK Percentages of Color #c588da
Complementary Color
#c588da | #9dda88 |
#c588da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c588da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c588da Color CSS Codes
.mybgcolor {background-color:#c588da; } .myforecolor {color:#c588da; } .mybordercolor {border:3px solid #c588da; }
#c588da Text Font Color
<p style="color:#c588da">Text here</p>
This sample text font color is #c588da
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.
#c588da Background Color
<div style="background-color:#c588da">
Div content here</div>
This div background color is #c588da
#c588da Border Color
<div style="border:3px solid #c588da">
Div here</div>
This div border color is #c588da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,136,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c588da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c588da; -webkit-box-shadow: 1px 1px 3px 2px #c588da; box-shadow: 1px 1px 3px 2px #c588da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,136,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 #c588da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c588da; -webkit-box-shadow: 1px 1px 3px 2px #c588da; box-shadow: 1px 1px 3px 2px #c588da;">
Div content here</div>
This div box has shadow with color #c588da
Comments
No comments written yet.
Please login to write comment.