Color spaces of #c349bb
RGB | 195 | 73 | 187 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.53 |
HSV | 304° | 63° | 76° |
CMYK | 0.00 | 0.63 | 0.04 0.24 |
XYZ | 33.8579 | 19.9550 | 49.0809 |
Yxy | 19.9550 | 0.3291 | 0.1939 |
Hunter Lab | 44.6710 | 57.1178 | -33.8733 |
CIE-Lab | 51.7863 | 62.2586 | -36.4760 |
#c349bb color RGB value is (195,73,187).
#c349bb hex color red value is 195, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c349bb hue: 0.84 , saturation: 0.50 and the lightness value of c349bb is 0.53.
The process color (four color CMYK) of #c349bb color hex is 0.00, 0.63, 0.04, 0.24. Web safe color of #c349bb is #cc33cc. Color #c349bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01001001 | 10111011 |
Octal | 303 | 111 | 273 |
Decimal | 195 | 73 | 187 |
Hex | C3 | 49 | BB |
Shades of #c349bb
Tints of #c349bb
RGB Percentages of Color #c349bb
CMYK Percentages of Color #c349bb
Complementary Color
#c349bb | #49c351 |
#c349bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c349bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c349bb Color CSS Codes
.mybgcolor {background-color:#c349bb; } .myforecolor {color:#c349bb; } .mybordercolor {border:3px solid #c349bb; }
#c349bb Text Font Color
<p style="color:#c349bb">Text here</p>
This sample text font color is #c349bb
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.
#c349bb Background Color
<div style="background-color:#c349bb">
Div content here</div>
This div background color is #c349bb
#c349bb Border Color
<div style="border:3px solid #c349bb">
Div here</div>
This div border color is #c349bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,73,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c349bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c349bb; -webkit-box-shadow: 1px 1px 3px 2px #c349bb; box-shadow: 1px 1px 3px 2px #c349bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,73,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c349bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c349bb; -webkit-box-shadow: 1px 1px 3px 2px #c349bb; box-shadow: 1px 1px 3px 2px #c349bb;">
Div content here</div>
This div box has shadow with color #c349bb
Comments
No comments written yet.
Please login to write comment.