Color spaces of #cc28ec
RGB | 204 | 40 | 236 |
---|---|---|---|
HSL | 0.81 | 0.84 | 0.54 |
HSV | 290° | 83° | 93° |
CMYK | 0.14 | 0.83 | 0.00 0.07 |
XYZ | 40.8010 | 20.4111 | 81.1462 |
Yxy | 20.4111 | 0.2866 | 0.1434 |
Hunter Lab | 45.1786 | 82.1414 | -74.8668 |
CIE-Lab | 52.2989 | 82.7873 | -63.5718 |
#cc28ec color RGB value is (204,40,236).
#cc28ec hex color red value is 204, green value is 40 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc28ec hue: 0.81 , saturation: 0.84 and the lightness value of cc28ec is 0.54.
The process color (four color CMYK) of #cc28ec color hex is 0.14, 0.83, 0.00, 0.07. Web safe color of #cc28ec is #cc33ff. Color #cc28ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00101000 | 11101100 |
Octal | 314 | 50 | 354 |
Decimal | 204 | 40 | 236 |
Hex | CC | 28 | EC |
Shades of #cc28ec
Tints of #cc28ec
RGB Percentages of Color #cc28ec
CMYK Percentages of Color #cc28ec
Complementary Color
#cc28ec | #48ec28 |
#cc28ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc28ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc28ec Color CSS Codes
.mybgcolor {background-color:#cc28ec; } .myforecolor {color:#cc28ec; } .mybordercolor {border:3px solid #cc28ec; }
#cc28ec Text Font Color
<p style="color:#cc28ec">Text here</p>
This sample text font color is #cc28ec
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.
#cc28ec Background Color
<div style="background-color:#cc28ec">
Div content here</div>
This div background color is #cc28ec
#cc28ec Border Color
<div style="border:3px solid #cc28ec">
Div here</div>
This div border color is #cc28ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,40,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc28ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc28ec; -webkit-box-shadow: 1px 1px 3px 2px #cc28ec; box-shadow: 1px 1px 3px 2px #cc28ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,40,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc28ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc28ec; -webkit-box-shadow: 1px 1px 3px 2px #cc28ec; box-shadow: 1px 1px 3px 2px #cc28ec;">
Div content here</div>
This div box has shadow with color #cc28ec
Comments
No comments written yet.
Please login to write comment.