Color spaces of #c15aad
RGB | 193 | 90 | 173 |
---|---|---|---|
HSL | 0.87 | 0.45 | 0.55 |
HSV | 312° | 53° | 76° |
CMYK | 0.00 | 0.53 | 0.10 0.24 |
XYZ | 33.1913 | 21.6669 | 41.9679 |
Yxy | 21.6669 | 0.3428 | 0.2238 |
Hunter Lab | 46.5477 | 45.8226 | -20.8731 |
CIE-Lab | 53.6718 | 51.7900 | -25.4274 |
#c15aad color RGB value is (193,90,173).
#c15aad hex color red value is 193, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c15aad hue: 0.87 , saturation: 0.45 and the lightness value of c15aad is 0.55.
The process color (four color CMYK) of #c15aad color hex is 0.00, 0.53, 0.10, 0.24. Web safe color of #c15aad is #cc6699. Color #c15aad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01011010 | 10101101 |
Octal | 301 | 132 | 255 |
Decimal | 193 | 90 | 173 |
Hex | C1 | 5A | AD |
Shades of #c15aad
Tints of #c15aad
RGB Percentages of Color #c15aad
CMYK Percentages of Color #c15aad
Complementary Color
#c15aad | #5ac16e |
#c15aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c15aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c15aad Color CSS Codes
.mybgcolor {background-color:#c15aad; } .myforecolor {color:#c15aad; } .mybordercolor {border:3px solid #c15aad; }
#c15aad Text Font Color
<p style="color:#c15aad">Text here</p>
This sample text font color is #c15aad
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.
#c15aad Background Color
<div style="background-color:#c15aad">
Div content here</div>
This div background color is #c15aad
#c15aad Border Color
<div style="border:3px solid #c15aad">
Div here</div>
This div border color is #c15aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,90,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c15aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c15aad; -webkit-box-shadow: 1px 1px 3px 2px #c15aad; box-shadow: 1px 1px 3px 2px #c15aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,90,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c15aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c15aad; -webkit-box-shadow: 1px 1px 3px 2px #c15aad; box-shadow: 1px 1px 3px 2px #c15aad;">
Div content here</div>
This div box has shadow with color #c15aad
Comments
No comments written yet.
Please login to write comment.