Color spaces of #cc3fdf
RGB | 204 | 63 | 223 |
---|---|---|---|
HSL | 0.81 | 0.71 | 0.56 |
HSV | 293° | 72° | 87° |
CMYK | 0.09 | 0.72 | 0.00 0.13 |
XYZ | 39.9986 | 21.7201 | 71.8963 |
Yxy | 21.7201 | 0.2994 | 0.1626 |
Hunter Lab | 46.6048 | 71.6392 | -58.8421 |
CIE-Lab | 53.7288 | 74.1350 | -53.9368 |
#cc3fdf color RGB value is (204,63,223).
#cc3fdf hex color red value is 204, green value is 63 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc3fdf hue: 0.81 , saturation: 0.71 and the lightness value of cc3fdf is 0.56.
The process color (four color CMYK) of #cc3fdf color hex is 0.09, 0.72, 0.00, 0.13. Web safe color of #cc3fdf is #cc33cc. Color #cc3fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00111111 | 11011111 |
Octal | 314 | 77 | 337 |
Decimal | 204 | 63 | 223 |
Hex | CC | 3F | DF |
Shades of #cc3fdf
Tints of #cc3fdf
RGB Percentages of Color #cc3fdf
CMYK Percentages of Color #cc3fdf
Complementary Color
#cc3fdf | #52df3f |
#cc3fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc3fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc3fdf Color CSS Codes
.mybgcolor {background-color:#cc3fdf; } .myforecolor {color:#cc3fdf; } .mybordercolor {border:3px solid #cc3fdf; }
#cc3fdf Text Font Color
<p style="color:#cc3fdf">Text here</p>
This sample text font color is #cc3fdf
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.
#cc3fdf Background Color
<div style="background-color:#cc3fdf">
Div content here</div>
This div background color is #cc3fdf
#cc3fdf Border Color
<div style="border:3px solid #cc3fdf">
Div here</div>
This div border color is #cc3fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,63,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc3fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc3fdf; -webkit-box-shadow: 1px 1px 3px 2px #cc3fdf; box-shadow: 1px 1px 3px 2px #cc3fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,63,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc3fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc3fdf; -webkit-box-shadow: 1px 1px 3px 2px #cc3fdf; box-shadow: 1px 1px 3px 2px #cc3fdf;">
Div content here</div>
This div box has shadow with color #cc3fdf
Comments
No comments written yet.
Please login to write comment.