Color spaces of #de18cf
RGB | 222 | 24 | 207 |
---|---|---|---|
HSL | 0.85 | 0.80 | 0.48 |
HSV | 305° | 89° | 87° |
CMYK | 0.00 | 0.89 | 0.07 0.13 |
XYZ | 41.7133 | 20.6879 | 60.8261 |
Yxy | 20.6879 | 0.3385 | 0.1679 |
Hunter Lab | 45.4840 | 84.1053 | -47.4503 |
CIE-Lab | 52.6062 | 84.2530 | -46.4310 |
#de18cf color RGB value is (222,24,207).
#de18cf hex color red value is 222, green value is 24 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #de18cf hue: 0.85 , saturation: 0.80 and the lightness value of de18cf is 0.48.
The process color (four color CMYK) of #de18cf color hex is 0.00, 0.89, 0.07, 0.13. Web safe color of #de18cf is #cc00cc. Color #de18cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00011000 | 11001111 |
Octal | 336 | 30 | 317 |
Decimal | 222 | 24 | 207 |
Hex | DE | 18 | CF |
Shades of #de18cf
Tints of #de18cf
RGB Percentages of Color #de18cf
CMYK Percentages of Color #de18cf
Complementary Color
#de18cf | #18de27 |
#de18cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de18cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#de18cf Color CSS Codes
.mybgcolor {background-color:#de18cf; } .myforecolor {color:#de18cf; } .mybordercolor {border:3px solid #de18cf; }
#de18cf Text Font Color
<p style="color:#de18cf">Text here</p>
This sample text font color is #de18cf
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.
#de18cf Background Color
<div style="background-color:#de18cf">
Div content here</div>
This div background color is #de18cf
#de18cf Border Color
<div style="border:3px solid #de18cf">
Div here</div>
This div border color is #de18cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,24,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de18cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de18cf; -webkit-box-shadow: 1px 1px 3px 2px #de18cf; box-shadow: 1px 1px 3px 2px #de18cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,24,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de18cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de18cf; -webkit-box-shadow: 1px 1px 3px 2px #de18cf; box-shadow: 1px 1px 3px 2px #de18cf;">
Div content here</div>
This div box has shadow with color #de18cf
Comments
No comments written yet.
Please login to write comment.