Color spaces of #c58abc
RGB | 197 | 138 | 188 |
---|---|---|---|
HSL | 0.86 | 0.34 | 0.66 |
HSV | 309° | 30° | 77° |
CMYK | 0.00 | 0.30 | 0.05 0.23 |
XYZ | 41.1915 | 33.6781 | 51.9064 |
Yxy | 33.6781 | 0.3249 | 0.2657 |
Hunter Lab | 58.0328 | 25.1412 | -12.4079 |
CIE-Lab | 64.7063 | 30.5067 | -17.0882 |
#c58abc color RGB value is (197,138,188).
#c58abc hex color red value is 197, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c58abc hue: 0.86 , saturation: 0.34 and the lightness value of c58abc is 0.66.
The process color (four color CMYK) of #c58abc color hex is 0.00, 0.30, 0.05, 0.23. Web safe color of #c58abc is #cc99cc. Color #c58abc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001010 | 10111100 |
Octal | 305 | 212 | 274 |
Decimal | 197 | 138 | 188 |
Hex | C5 | 8A | BC |
Shades of #c58abc
Tints of #c58abc
RGB Percentages of Color #c58abc
CMYK Percentages of Color #c58abc
Complementary Color
#c58abc | #8ac593 |
#c58abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58abc Color CSS Codes
.mybgcolor {background-color:#c58abc; } .myforecolor {color:#c58abc; } .mybordercolor {border:3px solid #c58abc; }
#c58abc Text Font Color
<p style="color:#c58abc">Text here</p>
This sample text font color is #c58abc
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.
#c58abc Background Color
<div style="background-color:#c58abc">
Div content here</div>
This div background color is #c58abc
#c58abc Border Color
<div style="border:3px solid #c58abc">
Div here</div>
This div border color is #c58abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,138,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58abc; -webkit-box-shadow: 1px 1px 3px 2px #c58abc; box-shadow: 1px 1px 3px 2px #c58abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,138,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58abc; -webkit-box-shadow: 1px 1px 3px 2px #c58abc; box-shadow: 1px 1px 3px 2px #c58abc;">
Div content here</div>
This div box has shadow with color #c58abc
Comments
No comments written yet.
Please login to write comment.