Color spaces of #c371ad
RGB | 195 | 113 | 173 |
---|---|---|---|
HSL | 0.88 | 0.41 | 0.60 |
HSV | 316° | 42° | 76° |
CMYK | 0.00 | 0.42 | 0.11 0.24 |
XYZ | 35.9536 | 26.4295 | 42.7416 |
Yxy | 26.4295 | 0.3420 | 0.2514 |
Hunter Lab | 51.4096 | 34.8681 | -13.3065 |
CIE-Lab | 58.4425 | 40.7351 | -18.0910 |
#c371ad color RGB value is (195,113,173).
#c371ad hex color red value is 195, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c371ad hue: 0.88 , saturation: 0.41 and the lightness value of c371ad is 0.60.
The process color (four color CMYK) of #c371ad color hex is 0.00, 0.42, 0.11, 0.24. Web safe color of #c371ad is #cc6699. Color #c371ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01110001 | 10101101 |
Octal | 303 | 161 | 255 |
Decimal | 195 | 113 | 173 |
Hex | C3 | 71 | AD |
Shades of #c371ad
Tints of #c371ad
RGB Percentages of Color #c371ad
CMYK Percentages of Color #c371ad
Complementary Color
#c371ad | #71c387 |
#c371ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c371ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c371ad Color CSS Codes
.mybgcolor {background-color:#c371ad; } .myforecolor {color:#c371ad; } .mybordercolor {border:3px solid #c371ad; }
#c371ad Text Font Color
<p style="color:#c371ad">Text here</p>
This sample text font color is #c371ad
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.
#c371ad Background Color
<div style="background-color:#c371ad">
Div content here</div>
This div background color is #c371ad
#c371ad Border Color
<div style="border:3px solid #c371ad">
Div here</div>
This div border color is #c371ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,113,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c371ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c371ad; -webkit-box-shadow: 1px 1px 3px 2px #c371ad; box-shadow: 1px 1px 3px 2px #c371ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,113,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c371ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c371ad; -webkit-box-shadow: 1px 1px 3px 2px #c371ad; box-shadow: 1px 1px 3px 2px #c371ad;">
Div content here</div>
This div box has shadow with color #c371ad
Comments
No comments written yet.
Please login to write comment.