Color spaces of #cc18fb
RGB | 204 | 24 | 251 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.54 |
HSV | 288° | 90° | 98° |
CMYK | 0.19 | 0.90 | 0.00 0.02 |
XYZ | 42.6411 | 20.4557 | 92.9677 |
Yxy | 20.4557 | 0.2732 | 0.1311 |
Hunter Lab | 45.2280 | 89.1415 | -90.2131 |
CIE-Lab | 52.3486 | 88.1601 | -71.8955 |
#cc18fb color RGB value is (204,24,251).
#cc18fb hex color red value is 204, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc18fb hue: 0.80 , saturation: 0.97 and the lightness value of cc18fb is 0.54.
The process color (four color CMYK) of #cc18fb color hex is 0.19, 0.90, 0.00, 0.02. Web safe color of #cc18fb is #cc00ff. Color #cc18fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00011000 | 11111011 |
Octal | 314 | 30 | 373 |
Decimal | 204 | 24 | 251 |
Hex | CC | 18 | FB |
Shades of #cc18fb
Tints of #cc18fb
RGB Percentages of Color #cc18fb
CMYK Percentages of Color #cc18fb
Complementary Color
#cc18fb | #47fb18 |
#cc18fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc18fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc18fb Color CSS Codes
.mybgcolor {background-color:#cc18fb; } .myforecolor {color:#cc18fb; } .mybordercolor {border:3px solid #cc18fb; }
#cc18fb Text Font Color
<p style="color:#cc18fb">Text here</p>
This sample text font color is #cc18fb
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.
#cc18fb Background Color
<div style="background-color:#cc18fb">
Div content here</div>
This div background color is #cc18fb
#cc18fb Border Color
<div style="border:3px solid #cc18fb">
Div here</div>
This div border color is #cc18fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,24,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc18fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc18fb; -webkit-box-shadow: 1px 1px 3px 2px #cc18fb; box-shadow: 1px 1px 3px 2px #cc18fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,24,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 #cc18fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc18fb; -webkit-box-shadow: 1px 1px 3px 2px #cc18fb; box-shadow: 1px 1px 3px 2px #cc18fb;">
Div content here</div>
This div box has shadow with color #cc18fb
Comments
No comments written yet.
Please login to write comment.