Color spaces of #c13baf
RGB | 193 | 59 | 175 |
---|---|---|---|
HSL | 0.86 | 0.53 | 0.49 |
HSV | 308° | 69° | 76° |
CMYK | 0.00 | 0.69 | 0.09 0.24 |
XYZ | 31.2941 | 17.5605 | 42.2976 |
Yxy | 17.5605 | 0.3433 | 0.1927 |
Hunter Lab | 41.9053 | 59.9665 | -30.5114 |
CIE-Lab | 48.9586 | 65.2646 | -33.9337 |
#c13baf color RGB value is (193,59,175).
#c13baf hex color red value is 193, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c13baf hue: 0.86 , saturation: 0.53 and the lightness value of c13baf is 0.49.
The process color (four color CMYK) of #c13baf color hex is 0.00, 0.69, 0.09, 0.24. Web safe color of #c13baf is #cc3399. Color #c13baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00111011 | 10101111 |
Octal | 301 | 73 | 257 |
Decimal | 193 | 59 | 175 |
Hex | C1 | 3B | AF |
Shades of #c13baf
Tints of #c13baf
RGB Percentages of Color #c13baf
CMYK Percentages of Color #c13baf
Complementary Color
#c13baf | #3bc14d |
#c13baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c13baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c13baf Color CSS Codes
.mybgcolor {background-color:#c13baf; } .myforecolor {color:#c13baf; } .mybordercolor {border:3px solid #c13baf; }
#c13baf Text Font Color
<p style="color:#c13baf">Text here</p>
This sample text font color is #c13baf
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.
#c13baf Background Color
<div style="background-color:#c13baf">
Div content here</div>
This div background color is #c13baf
#c13baf Border Color
<div style="border:3px solid #c13baf">
Div here</div>
This div border color is #c13baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,59,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c13baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c13baf; -webkit-box-shadow: 1px 1px 3px 2px #c13baf; box-shadow: 1px 1px 3px 2px #c13baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,59,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 #c13baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c13baf; -webkit-box-shadow: 1px 1px 3px 2px #c13baf; box-shadow: 1px 1px 3px 2px #c13baf;">
Div content here</div>
This div box has shadow with color #c13baf
Comments
No comments written yet.
Please login to write comment.