Color spaces of #c371be
RGB | 195 | 113 | 190 |
---|---|---|---|
HSL | 0.84 | 0.41 | 0.60 |
HSV | 304° | 42° | 76° |
CMYK | 0.00 | 0.42 | 0.03 0.24 |
XYZ | 37.7051 | 27.1301 | 51.9645 |
Yxy | 27.1301 | 0.3228 | 0.2323 |
Hunter Lab | 52.0866 | 38.0634 | -22.6905 |
CIE-Lab | 59.0946 | 43.7037 | -26.8218 |
#c371be color RGB value is (195,113,190).
#c371be hex color red value is 195, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c371be hue: 0.84 , saturation: 0.41 and the lightness value of c371be is 0.60.
The process color (four color CMYK) of #c371be color hex is 0.00, 0.42, 0.03, 0.24. Web safe color of #c371be is #cc66cc. Color #c371be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01110001 | 10111110 |
Octal | 303 | 161 | 276 |
Decimal | 195 | 113 | 190 |
Hex | C3 | 71 | BE |
Shades of #c371be
Tints of #c371be
RGB Percentages of Color #c371be
CMYK Percentages of Color #c371be
Complementary Color
#c371be | #71c376 |
#c371be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c371be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c371be Color CSS Codes
.mybgcolor {background-color:#c371be; } .myforecolor {color:#c371be; } .mybordercolor {border:3px solid #c371be; }
#c371be Text Font Color
<p style="color:#c371be">Text here</p>
This sample text font color is #c371be
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.
#c371be Background Color
<div style="background-color:#c371be">
Div content here</div>
This div background color is #c371be
#c371be Border Color
<div style="border:3px solid #c371be">
Div here</div>
This div border color is #c371be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,113,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c371be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c371be; -webkit-box-shadow: 1px 1px 3px 2px #c371be; box-shadow: 1px 1px 3px 2px #c371be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,113,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c371be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c371be; -webkit-box-shadow: 1px 1px 3px 2px #c371be; box-shadow: 1px 1px 3px 2px #c371be;">
Div content here</div>
This div box has shadow with color #c371be
Comments
No comments written yet.
Please login to write comment.