Color spaces of #cc43ba
RGB | 204 | 67 | 186 |
---|---|---|---|
HSL | 0.86 | 0.57 | 0.53 |
HSV | 308° | 67° | 80° |
CMYK | 0.00 | 0.67 | 0.09 0.20 |
XYZ | 35.7719 | 20.3968 | 48.5060 |
Yxy | 20.3968 | 0.3417 | 0.1949 |
Hunter Lab | 45.1628 | 62.3487 | -32.0650 |
CIE-Lab | 52.2829 | 66.6749 | -35.0187 |
#cc43ba color RGB value is (204,67,186).
#cc43ba hex color red value is 204, green value is 67 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc43ba hue: 0.86 , saturation: 0.57 and the lightness value of cc43ba is 0.53.
The process color (four color CMYK) of #cc43ba color hex is 0.00, 0.67, 0.09, 0.20. Web safe color of #cc43ba is #cc33cc. Color #cc43ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01000011 | 10111010 |
Octal | 314 | 103 | 272 |
Decimal | 204 | 67 | 186 |
Hex | CC | 43 | BA |
Shades of #cc43ba
Tints of #cc43ba
RGB Percentages of Color #cc43ba
CMYK Percentages of Color #cc43ba
Complementary Color
#cc43ba | #43cc55 |
#cc43ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc43ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc43ba Color CSS Codes
.mybgcolor {background-color:#cc43ba; } .myforecolor {color:#cc43ba; } .mybordercolor {border:3px solid #cc43ba; }
#cc43ba Text Font Color
<p style="color:#cc43ba">Text here</p>
This sample text font color is #cc43ba
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.
#cc43ba Background Color
<div style="background-color:#cc43ba">
Div content here</div>
This div background color is #cc43ba
#cc43ba Border Color
<div style="border:3px solid #cc43ba">
Div here</div>
This div border color is #cc43ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,67,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc43ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc43ba; -webkit-box-shadow: 1px 1px 3px 2px #cc43ba; box-shadow: 1px 1px 3px 2px #cc43ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,67,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc43ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc43ba; -webkit-box-shadow: 1px 1px 3px 2px #cc43ba; box-shadow: 1px 1px 3px 2px #cc43ba;">
Div content here</div>
This div box has shadow with color #cc43ba
Comments
No comments written yet.
Please login to write comment.