Color spaces of #c58aca
RGB | 197 | 138 | 202 |
---|---|---|---|
HSL | 0.82 | 0.38 | 0.67 |
HSV | 295° | 32° | 79° |
CMYK | 0.02 | 0.32 | 0.00 0.21 |
XYZ | 42.7751 | 34.3115 | 60.2454 |
Yxy | 34.3115 | 0.3115 | 0.2498 |
Hunter Lab | 58.5760 | 27.8415 | -19.9765 |
CIE-Lab | 65.2091 | 33.1274 | -24.1761 |
#c58aca color RGB value is (197,138,202).
#c58aca hex color red value is 197, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c58aca hue: 0.82 , saturation: 0.38 and the lightness value of c58aca is 0.67.
The process color (four color CMYK) of #c58aca color hex is 0.02, 0.32, 0.00, 0.21. Web safe color of #c58aca is #cc99cc. Color #c58aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001010 | 11001010 |
Octal | 305 | 212 | 312 |
Decimal | 197 | 138 | 202 |
Hex | C5 | 8A | CA |
Shades of #c58aca
Tints of #c58aca
RGB Percentages of Color #c58aca
CMYK Percentages of Color #c58aca
Complementary Color
#c58aca | #8fca8a |
#c58aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58aca Color CSS Codes
.mybgcolor {background-color:#c58aca; } .myforecolor {color:#c58aca; } .mybordercolor {border:3px solid #c58aca; }
#c58aca Text Font Color
<p style="color:#c58aca">Text here</p>
This sample text font color is #c58aca
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.
#c58aca Background Color
<div style="background-color:#c58aca">
Div content here</div>
This div background color is #c58aca
#c58aca Border Color
<div style="border:3px solid #c58aca">
Div here</div>
This div border color is #c58aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,138,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58aca; -webkit-box-shadow: 1px 1px 3px 2px #c58aca; box-shadow: 1px 1px 3px 2px #c58aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,138,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58aca; -webkit-box-shadow: 1px 1px 3px 2px #c58aca; box-shadow: 1px 1px 3px 2px #c58aca;">
Div content here</div>
This div box has shadow with color #c58aca
Comments
No comments written yet.
Please login to write comment.