Color spaces of #c14aaf
RGB | 193 | 74 | 175 |
---|---|---|---|
HSL | 0.86 | 0.49 | 0.52 |
HSV | 309° | 62° | 76° |
CMYK | 0.00 | 0.62 | 0.09 0.24 |
XYZ | 32.1790 | 19.3302 | 42.5925 |
Yxy | 19.3302 | 0.3420 | 0.2054 |
Hunter Lab | 43.9661 | 53.7042 | -26.6613 |
CIE-Lab | 51.0713 | 59.3824 | -30.6295 |
#c14aaf color RGB value is (193,74,175).
#c14aaf hex color red value is 193, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c14aaf hue: 0.86 , saturation: 0.49 and the lightness value of c14aaf is 0.52.
The process color (four color CMYK) of #c14aaf color hex is 0.00, 0.62, 0.09, 0.24. Web safe color of #c14aaf is #cc3399. Color #c14aaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001010 | 10101111 |
Octal | 301 | 112 | 257 |
Decimal | 193 | 74 | 175 |
Hex | C1 | 4A | AF |
Shades of #c14aaf
Tints of #c14aaf
RGB Percentages of Color #c14aaf
CMYK Percentages of Color #c14aaf
Complementary Color
#c14aaf | #4ac15c |
#c14aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c14aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c14aaf Color CSS Codes
.mybgcolor {background-color:#c14aaf; } .myforecolor {color:#c14aaf; } .mybordercolor {border:3px solid #c14aaf; }
#c14aaf Text Font Color
<p style="color:#c14aaf">Text here</p>
This sample text font color is #c14aaf
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.
#c14aaf Background Color
<div style="background-color:#c14aaf">
Div content here</div>
This div background color is #c14aaf
#c14aaf Border Color
<div style="border:3px solid #c14aaf">
Div here</div>
This div border color is #c14aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,74,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c14aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c14aaf; -webkit-box-shadow: 1px 1px 3px 2px #c14aaf; box-shadow: 1px 1px 3px 2px #c14aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,74,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c14aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c14aaf; -webkit-box-shadow: 1px 1px 3px 2px #c14aaf; box-shadow: 1px 1px 3px 2px #c14aaf;">
Div content here</div>
This div box has shadow with color #c14aaf
Comments
No comments written yet.
Please login to write comment.