Color spaces of #c93faf
RGB | 201 | 63 | 175 |
---|---|---|---|
HSL | 0.86 | 0.56 | 0.52 |
HSV | 311° | 69° | 79° |
CMYK | 0.00 | 0.69 | 0.13 0.21 |
XYZ | 33.6028 | 19.0677 | 42.4668 |
Yxy | 19.0677 | 0.3532 | 0.2004 |
Hunter Lab | 43.6666 | 60.9448 | -27.0944 |
CIE-Lab | 50.7663 | 65.7627 | -31.0113 |
#c93faf color RGB value is (201,63,175).
#c93faf hex color red value is 201, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c93faf hue: 0.86 , saturation: 0.56 and the lightness value of c93faf is 0.52.
The process color (four color CMYK) of #c93faf color hex is 0.00, 0.69, 0.13, 0.21. Web safe color of #c93faf is #cc3399. Color #c93faf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00111111 | 10101111 |
Octal | 311 | 77 | 257 |
Decimal | 201 | 63 | 175 |
Hex | C9 | 3F | AF |
Shades of #c93faf
Tints of #c93faf
RGB Percentages of Color #c93faf
CMYK Percentages of Color #c93faf
Complementary Color
#c93faf | #3fc959 |
#c93faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c93faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c93faf Color CSS Codes
.mybgcolor {background-color:#c93faf; } .myforecolor {color:#c93faf; } .mybordercolor {border:3px solid #c93faf; }
#c93faf Text Font Color
<p style="color:#c93faf">Text here</p>
This sample text font color is #c93faf
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.
#c93faf Background Color
<div style="background-color:#c93faf">
Div content here</div>
This div background color is #c93faf
#c93faf Border Color
<div style="border:3px solid #c93faf">
Div here</div>
This div border color is #c93faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,63,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c93faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c93faf; -webkit-box-shadow: 1px 1px 3px 2px #c93faf; box-shadow: 1px 1px 3px 2px #c93faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,63,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 #c93faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c93faf; -webkit-box-shadow: 1px 1px 3px 2px #c93faf; box-shadow: 1px 1px 3px 2px #c93faf;">
Div content here</div>
This div box has shadow with color #c93faf
Comments
No comments written yet.
Please login to write comment.