Color spaces of #c018fe
RGB | 192 | 24 | 254 |
---|---|---|---|
HSL | 0.79 | 0.99 | 0.55 |
HSV | 284° | 91° | 100° |
CMYK | 0.24 | 0.91 | 0.00 0.00 |
XYZ | 39.9543 | 19.0155 | 95.3305 |
Yxy | 19.0155 | 0.2589 | 0.1232 |
Hunter Lab | 43.6068 | 87.2372 | -99.0915 |
CIE-Lab | 50.7053 | 87.0286 | -76.3226 |
#c018fe color RGB value is (192,24,254).
#c018fe hex color red value is 192, green value is 24 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c018fe hue: 0.79 , saturation: 0.99 and the lightness value of c018fe is 0.55.
The process color (four color CMYK) of #c018fe color hex is 0.24, 0.91, 0.00, 0.00. Web safe color of #c018fe is #cc00ff. Color #c018fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00011000 | 11111110 |
Octal | 300 | 30 | 376 |
Decimal | 192 | 24 | 254 |
Hex | C0 | 18 | FE |
Shades of #c018fe
Tints of #c018fe
RGB Percentages of Color #c018fe
CMYK Percentages of Color #c018fe
Complementary Color
#c018fe | #56fe18 |
#c018fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c018fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c018fe Color CSS Codes
.mybgcolor {background-color:#c018fe; } .myforecolor {color:#c018fe; } .mybordercolor {border:3px solid #c018fe; }
#c018fe Text Font Color
<p style="color:#c018fe">Text here</p>
This sample text font color is #c018fe
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.
#c018fe Background Color
<div style="background-color:#c018fe">
Div content here</div>
This div background color is #c018fe
#c018fe Border Color
<div style="border:3px solid #c018fe">
Div here</div>
This div border color is #c018fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,24,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c018fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c018fe; -webkit-box-shadow: 1px 1px 3px 2px #c018fe; box-shadow: 1px 1px 3px 2px #c018fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,24,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c018fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c018fe; -webkit-box-shadow: 1px 1px 3px 2px #c018fe; box-shadow: 1px 1px 3px 2px #c018fe;">
Div content here</div>
This div box has shadow with color #c018fe
Comments
No comments written yet.
Please login to write comment.