Color spaces of #cc28ce
RGB | 204 | 40 | 206 |
---|---|---|---|
HSL | 0.83 | 0.67 | 0.48 |
HSV | 299° | 81° | 81° |
CMYK | 0.01 | 0.81 | 0.00 0.19 |
XYZ | 36.8012 | 18.8112 | 60.0838 |
Yxy | 18.8112 | 0.3181 | 0.1626 |
Hunter Lab | 43.3719 | 75.5571 | -51.7751 |
CIE-Lab | 50.4656 | 77.9380 | -49.4490 |
#cc28ce color RGB value is (204,40,206).
#cc28ce hex color red value is 204, green value is 40 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cc28ce hue: 0.83 , saturation: 0.67 and the lightness value of cc28ce is 0.48.
The process color (four color CMYK) of #cc28ce color hex is 0.01, 0.81, 0.00, 0.19. Web safe color of #cc28ce is #cc33cc. Color #cc28ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00101000 | 11001110 |
Octal | 314 | 50 | 316 |
Decimal | 204 | 40 | 206 |
Hex | CC | 28 | CE |
Shades of #cc28ce
Tints of #cc28ce
RGB Percentages of Color #cc28ce
CMYK Percentages of Color #cc28ce
Complementary Color
#cc28ce | #2ace28 |
#cc28ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc28ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc28ce Color CSS Codes
.mybgcolor {background-color:#cc28ce; } .myforecolor {color:#cc28ce; } .mybordercolor {border:3px solid #cc28ce; }
#cc28ce Text Font Color
<p style="color:#cc28ce">Text here</p>
This sample text font color is #cc28ce
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.
#cc28ce Background Color
<div style="background-color:#cc28ce">
Div content here</div>
This div background color is #cc28ce
#cc28ce Border Color
<div style="border:3px solid #cc28ce">
Div here</div>
This div border color is #cc28ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,40,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc28ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc28ce; -webkit-box-shadow: 1px 1px 3px 2px #cc28ce; box-shadow: 1px 1px 3px 2px #cc28ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,40,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc28ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc28ce; -webkit-box-shadow: 1px 1px 3px 2px #cc28ce; box-shadow: 1px 1px 3px 2px #cc28ce;">
Div content here</div>
This div box has shadow with color #cc28ce
Comments
No comments written yet.
Please login to write comment.