Color spaces of #c371cc
RGB | 195 | 113 | 204 |
---|---|---|---|
HSL | 0.82 | 0.47 | 0.62 |
HSV | 294° | 45° | 80° |
CMYK | 0.04 | 0.45 | 0.00 0.20 |
XYZ | 39.3099 | 27.7720 | 60.4154 |
Yxy | 27.7720 | 0.3083 | 0.2178 |
Hunter Lab | 52.6991 | 40.9251 | -31.0819 |
CIE-Lab | 59.6822 | 46.3107 | -33.8595 |
#c371cc color RGB value is (195,113,204).
#c371cc hex color red value is 195, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c371cc hue: 0.82 , saturation: 0.47 and the lightness value of c371cc is 0.62.
The process color (four color CMYK) of #c371cc color hex is 0.04, 0.45, 0.00, 0.20. Web safe color of #c371cc is #cc66cc. Color #c371cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01110001 | 11001100 |
Octal | 303 | 161 | 314 |
Decimal | 195 | 113 | 204 |
Hex | C3 | 71 | CC |
Shades of #c371cc
Tints of #c371cc
RGB Percentages of Color #c371cc
CMYK Percentages of Color #c371cc
Complementary Color
#c371cc | #7acc71 |
#c371cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c371cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c371cc Color CSS Codes
.mybgcolor {background-color:#c371cc; } .myforecolor {color:#c371cc; } .mybordercolor {border:3px solid #c371cc; }
#c371cc Text Font Color
<p style="color:#c371cc">Text here</p>
This sample text font color is #c371cc
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.
#c371cc Background Color
<div style="background-color:#c371cc">
Div content here</div>
This div background color is #c371cc
#c371cc Border Color
<div style="border:3px solid #c371cc">
Div here</div>
This div border color is #c371cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,113,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c371cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c371cc; -webkit-box-shadow: 1px 1px 3px 2px #c371cc; box-shadow: 1px 1px 3px 2px #c371cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,113,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c371cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c371cc; -webkit-box-shadow: 1px 1px 3px 2px #c371cc; box-shadow: 1px 1px 3px 2px #c371cc;">
Div content here</div>
This div box has shadow with color #c371cc
Comments
No comments written yet.
Please login to write comment.