Color spaces of #c17abe
RGB | 193 | 122 | 190 |
---|---|---|---|
HSL | 0.84 | 0.36 | 0.62 |
HSV | 303° | 37° | 76° |
CMYK | 0.00 | 0.37 | 0.02 0.24 |
XYZ | 38.2461 | 28.9742 | 52.2920 |
Yxy | 28.9742 | 0.3200 | 0.2424 |
Hunter Lab | 53.8277 | 32.6309 | -19.9191 |
CIE-Lab | 60.7589 | 38.2787 | -24.2800 |
#c17abe color RGB value is (193,122,190).
#c17abe hex color red value is 193, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c17abe hue: 0.84 , saturation: 0.36 and the lightness value of c17abe is 0.62.
The process color (four color CMYK) of #c17abe color hex is 0.00, 0.37, 0.02, 0.24. Web safe color of #c17abe is #cc66cc. Color #c17abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01111010 | 10111110 |
Octal | 301 | 172 | 276 |
Decimal | 193 | 122 | 190 |
Hex | C1 | 7A | BE |
Shades of #c17abe
Tints of #c17abe
RGB Percentages of Color #c17abe
CMYK Percentages of Color #c17abe
Complementary Color
#c17abe | #7ac17d |
#c17abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c17abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c17abe Color CSS Codes
.mybgcolor {background-color:#c17abe; } .myforecolor {color:#c17abe; } .mybordercolor {border:3px solid #c17abe; }
#c17abe Text Font Color
<p style="color:#c17abe">Text here</p>
This sample text font color is #c17abe
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.
#c17abe Background Color
<div style="background-color:#c17abe">
Div content here</div>
This div background color is #c17abe
#c17abe Border Color
<div style="border:3px solid #c17abe">
Div here</div>
This div border color is #c17abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,122,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c17abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c17abe; -webkit-box-shadow: 1px 1px 3px 2px #c17abe; box-shadow: 1px 1px 3px 2px #c17abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,122,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c17abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c17abe; -webkit-box-shadow: 1px 1px 3px 2px #c17abe; box-shadow: 1px 1px 3px 2px #c17abe;">
Div content here</div>
This div box has shadow with color #c17abe
Comments
No comments written yet.
Please login to write comment.