Color spaces of #c343bd
RGB | 195 | 67 | 189 |
---|---|---|---|
HSL | 0.84 | 0.52 | 0.51 |
HSV | 303° | 66° | 76° |
CMYK | 0.00 | 0.66 | 0.03 0.24 |
XYZ | 33.6981 | 19.2905 | 50.0915 |
Yxy | 19.2905 | 0.3269 | 0.1871 |
Hunter Lab | 43.9210 | 60.0914 | -36.8751 |
CIE-Lab | 51.0254 | 64.9800 | -38.8334 |
#c343bd color RGB value is (195,67,189).
#c343bd hex color red value is 195, green value is 67 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c343bd hue: 0.84 , saturation: 0.52 and the lightness value of c343bd is 0.51.
The process color (four color CMYK) of #c343bd color hex is 0.00, 0.66, 0.03, 0.24. Web safe color of #c343bd is #cc33cc. Color #c343bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01000011 | 10111101 |
Octal | 303 | 103 | 275 |
Decimal | 195 | 67 | 189 |
Hex | C3 | 43 | BD |
Shades of #c343bd
Tints of #c343bd
RGB Percentages of Color #c343bd
CMYK Percentages of Color #c343bd
Complementary Color
#c343bd | #43c349 |
#c343bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c343bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c343bd Color CSS Codes
.mybgcolor {background-color:#c343bd; } .myforecolor {color:#c343bd; } .mybordercolor {border:3px solid #c343bd; }
#c343bd Text Font Color
<p style="color:#c343bd">Text here</p>
This sample text font color is #c343bd
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.
#c343bd Background Color
<div style="background-color:#c343bd">
Div content here</div>
This div background color is #c343bd
#c343bd Border Color
<div style="border:3px solid #c343bd">
Div here</div>
This div border color is #c343bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,67,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c343bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c343bd; -webkit-box-shadow: 1px 1px 3px 2px #c343bd; box-shadow: 1px 1px 3px 2px #c343bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,67,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c343bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c343bd; -webkit-box-shadow: 1px 1px 3px 2px #c343bd; box-shadow: 1px 1px 3px 2px #c343bd;">
Div content here</div>
This div box has shadow with color #c343bd
Comments
No comments written yet.
Please login to write comment.