Color spaces of #c108aa
RGB | 193 | 8 | 170 |
---|---|---|---|
HSL | 0.85 | 0.92 | 0.39 |
HSV | 307° | 96° | 76° |
CMYK | 0.00 | 0.96 | 0.12 0.24 |
XYZ | 29.3349 | 14.4134 | 39.2662 |
Yxy | 14.4134 | 0.3534 | 0.1736 |
Hunter Lab | 37.9650 | 71.4852 | -34.7466 |
CIE-Lab | 44.8201 | 75.7424 | -37.4962 |
#c108aa color RGB value is (193,8,170).
#c108aa hex color red value is 193, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c108aa hue: 0.85 , saturation: 0.92 and the lightness value of c108aa is 0.39.
The process color (four color CMYK) of #c108aa color hex is 0.00, 0.96, 0.12, 0.24. Web safe color of #c108aa is #cc0099. Color #c108aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00001000 | 10101010 |
Octal | 301 | 10 | 252 |
Decimal | 193 | 8 | 170 |
Hex | C1 | 8 | AA |
Shades of #c108aa
Tints of #c108aa
RGB Percentages of Color #c108aa
CMYK Percentages of Color #c108aa
Complementary Color
#c108aa | #08c11f |
#c108aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c108aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c108aa Color CSS Codes
.mybgcolor {background-color:#c108aa; } .myforecolor {color:#c108aa; } .mybordercolor {border:3px solid #c108aa; }
#c108aa Text Font Color
<p style="color:#c108aa">Text here</p>
This sample text font color is #c108aa
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.
#c108aa Background Color
<div style="background-color:#c108aa">
Div content here</div>
This div background color is #c108aa
#c108aa Border Color
<div style="border:3px solid #c108aa">
Div here</div>
This div border color is #c108aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,8,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c108aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c108aa; -webkit-box-shadow: 1px 1px 3px 2px #c108aa; box-shadow: 1px 1px 3px 2px #c108aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,8,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c108aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c108aa; -webkit-box-shadow: 1px 1px 3px 2px #c108aa; box-shadow: 1px 1px 3px 2px #c108aa;">
Div content here</div>
This div box has shadow with color #c108aa
Comments
No comments written yet.
Please login to write comment.