Color spaces of #cc43fb
RGB | 204 | 67 | 251 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.62 |
HSV | 285° | 73° | 98° |
CMYK | 0.19 | 0.73 | 0.00 0.02 |
XYZ | 44.3216 | 23.8167 | 93.5279 |
Yxy | 23.8167 | 0.2742 | 0.1473 |
Hunter Lab | 48.8024 | 76.7070 | -79.4654 |
CIE-Lab | 55.9038 | 77.7995 | -66.1461 |
#cc43fb color RGB value is (204,67,251).
#cc43fb hex color red value is 204, green value is 67 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc43fb hue: 0.79 , saturation: 0.96 and the lightness value of cc43fb is 0.62.
The process color (four color CMYK) of #cc43fb color hex is 0.19, 0.73, 0.00, 0.02. Web safe color of #cc43fb is #cc33ff. Color #cc43fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01000011 | 11111011 |
Octal | 314 | 103 | 373 |
Decimal | 204 | 67 | 251 |
Hex | CC | 43 | FB |
Shades of #cc43fb
Tints of #cc43fb
RGB Percentages of Color #cc43fb
CMYK Percentages of Color #cc43fb
Complementary Color
#cc43fb | #72fb43 |
#cc43fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc43fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc43fb Color CSS Codes
.mybgcolor {background-color:#cc43fb; } .myforecolor {color:#cc43fb; } .mybordercolor {border:3px solid #cc43fb; }
#cc43fb Text Font Color
<p style="color:#cc43fb">Text here</p>
This sample text font color is #cc43fb
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.
#cc43fb Background Color
<div style="background-color:#cc43fb">
Div content here</div>
This div background color is #cc43fb
#cc43fb Border Color
<div style="border:3px solid #cc43fb">
Div here</div>
This div border color is #cc43fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,67,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc43fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc43fb; -webkit-box-shadow: 1px 1px 3px 2px #cc43fb; box-shadow: 1px 1px 3px 2px #cc43fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,67,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc43fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc43fb; -webkit-box-shadow: 1px 1px 3px 2px #cc43fb; box-shadow: 1px 1px 3px 2px #cc43fb;">
Div content here</div>
This div box has shadow with color #cc43fb
Comments
No comments written yet.
Please login to write comment.