Color spaces of #cc268f
RGB | 204 | 38 | 143 |
---|---|---|---|
HSL | 0.89 | 0.69 | 0.47 |
HSV | 322° | 81° | 80° |
CMYK | 0.00 | 0.81 | 0.30 0.20 |
XYZ | 30.5529 | 16.2068 | 27.5045 |
Yxy | 16.2068 | 0.4114 | 0.2182 |
Hunter Lab | 40.2577 | 65.0187 | -12.3272 |
CIE-Lab | 47.2446 | 69.9049 | -17.3859 |
#cc268f color RGB value is (204,38,143).
#cc268f hex color red value is 204, green value is 38 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cc268f hue: 0.89 , saturation: 0.69 and the lightness value of cc268f is 0.47.
The process color (four color CMYK) of #cc268f color hex is 0.00, 0.81, 0.30, 0.20. Web safe color of #cc268f is #cc3399. Color #cc268f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00100110 | 10001111 |
Octal | 314 | 46 | 217 |
Decimal | 204 | 38 | 143 |
Hex | CC | 26 | 8F |
Shades of #cc268f
Tints of #cc268f
RGB Percentages of Color #cc268f
CMYK Percentages of Color #cc268f
Complementary Color
#cc268f | #26cc63 |
#cc268f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc268f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc268f Color CSS Codes
.mybgcolor {background-color:#cc268f; } .myforecolor {color:#cc268f; } .mybordercolor {border:3px solid #cc268f; }
#cc268f Text Font Color
<p style="color:#cc268f">Text here</p>
This sample text font color is #cc268f
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.
#cc268f Background Color
<div style="background-color:#cc268f">
Div content here</div>
This div background color is #cc268f
#cc268f Border Color
<div style="border:3px solid #cc268f">
Div here</div>
This div border color is #cc268f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,38,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc268f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc268f; -webkit-box-shadow: 1px 1px 3px 2px #cc268f; box-shadow: 1px 1px 3px 2px #cc268f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,38,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc268f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc268f; -webkit-box-shadow: 1px 1px 3px 2px #cc268f; box-shadow: 1px 1px 3px 2px #cc268f;">
Div content here</div>
This div box has shadow with color #cc268f
Comments
No comments written yet.
Please login to write comment.