Color spaces of #c374be
RGB | 195 | 116 | 190 |
---|---|---|---|
HSL | 0.84 | 0.40 | 0.61 |
HSV | 304° | 41° | 76° |
CMYK | 0.00 | 0.41 | 0.03 0.24 |
XYZ | 38.0453 | 27.8106 | 52.0780 |
Yxy | 27.8106 | 0.3226 | 0.2358 |
Hunter Lab | 52.7358 | 36.4882 | -21.6355 |
CIE-Lab | 59.7172 | 42.1213 | -25.8619 |
#c374be color RGB value is (195,116,190).
#c374be hex color red value is 195, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c374be hue: 0.84 , saturation: 0.40 and the lightness value of c374be is 0.61.
The process color (four color CMYK) of #c374be color hex is 0.00, 0.41, 0.03, 0.24. Web safe color of #c374be is #cc66cc. Color #c374be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01110100 | 10111110 |
Octal | 303 | 164 | 276 |
Decimal | 195 | 116 | 190 |
Hex | C3 | 74 | BE |
Shades of #c374be
Tints of #c374be
RGB Percentages of Color #c374be
CMYK Percentages of Color #c374be
Complementary Color
#c374be | #74c379 |
#c374be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c374be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c374be Color CSS Codes
.mybgcolor {background-color:#c374be; } .myforecolor {color:#c374be; } .mybordercolor {border:3px solid #c374be; }
#c374be Text Font Color
<p style="color:#c374be">Text here</p>
This sample text font color is #c374be
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.
#c374be Background Color
<div style="background-color:#c374be">
Div content here</div>
This div background color is #c374be
#c374be Border Color
<div style="border:3px solid #c374be">
Div here</div>
This div border color is #c374be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,116,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c374be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c374be; -webkit-box-shadow: 1px 1px 3px 2px #c374be; box-shadow: 1px 1px 3px 2px #c374be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,116,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 #c374be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c374be; -webkit-box-shadow: 1px 1px 3px 2px #c374be; box-shadow: 1px 1px 3px 2px #c374be;">
Div content here</div>
This div box has shadow with color #c374be
Comments
No comments written yet.
Please login to write comment.