Color spaces of #cc32cd
RGB | 204 | 50 | 205 |
---|---|---|---|
HSL | 0.83 | 0.61 | 0.50 |
HSV | 300° | 76° | 80° |
CMYK | 0.00 | 0.76 | 0.00 0.20 |
XYZ | 37.0619 | 19.5264 | 59.5732 |
Yxy | 19.5264 | 0.3191 | 0.1681 |
Hunter Lab | 44.1887 | 72.3812 | -49.0000 |
CIE-Lab | 51.2975 | 75.2108 | -47.5487 |
#cc32cd color RGB value is (204,50,205).
#cc32cd hex color red value is 204, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cc32cd hue: 0.83 , saturation: 0.61 and the lightness value of cc32cd is 0.50.
The process color (four color CMYK) of #cc32cd color hex is 0.00, 0.76, 0.00, 0.20. Web safe color of #cc32cd is #cc33cc. Color #cc32cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00110010 | 11001101 |
Octal | 314 | 62 | 315 |
Decimal | 204 | 50 | 205 |
Hex | CC | 32 | CD |
Shades of #cc32cd
Tints of #cc32cd
RGB Percentages of Color #cc32cd
CMYK Percentages of Color #cc32cd
Complementary Color
#cc32cd | #33cd32 |
#cc32cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc32cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc32cd Color CSS Codes
.mybgcolor {background-color:#cc32cd; } .myforecolor {color:#cc32cd; } .mybordercolor {border:3px solid #cc32cd; }
#cc32cd Text Font Color
<p style="color:#cc32cd">Text here</p>
This sample text font color is #cc32cd
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.
#cc32cd Background Color
<div style="background-color:#cc32cd">
Div content here</div>
This div background color is #cc32cd
#cc32cd Border Color
<div style="border:3px solid #cc32cd">
Div here</div>
This div border color is #cc32cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,50,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc32cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc32cd; -webkit-box-shadow: 1px 1px 3px 2px #cc32cd; box-shadow: 1px 1px 3px 2px #cc32cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,50,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc32cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc32cd; -webkit-box-shadow: 1px 1px 3px 2px #cc32cd; box-shadow: 1px 1px 3px 2px #cc32cd;">
Div content here</div>
This div box has shadow with color #cc32cd
Comments
No comments written yet.
Please login to write comment.