Color spaces of #de168d
RGB | 222 | 22 | 141 |
---|---|---|---|
HSL | 0.90 | 0.82 | 0.48 |
HSV | 324° | 90° | 87° |
CMYK | 0.00 | 0.90 | 0.36 0.13 |
XYZ | 35.2188 | 18.0265 | 26.8225 |
Yxy | 18.0265 | 0.4399 | 0.2251 |
Hunter Lab | 42.4576 | 73.7657 | -7.7360 |
CIE-Lab | 49.5282 | 76.6783 | -12.3949 |
#de168d color RGB value is (222,22,141).
#de168d hex color red value is 222, green value is 22 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de168d hue: 0.90 , saturation: 0.82 and the lightness value of de168d is 0.48.
The process color (four color CMYK) of #de168d color hex is 0.00, 0.90, 0.36, 0.13. Web safe color of #de168d is #cc0099. Color #de168d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00010110 | 10001101 |
Octal | 336 | 26 | 215 |
Decimal | 222 | 22 | 141 |
Hex | DE | 16 | 8D |
Shades of #de168d
Tints of #de168d
RGB Percentages of Color #de168d
CMYK Percentages of Color #de168d
Complementary Color
#de168d | #16de67 |
#de168d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de168d Color Preview on White Background
Lorem ipsum dolor sit amet.
#de168d Color CSS Codes
.mybgcolor {background-color:#de168d; } .myforecolor {color:#de168d; } .mybordercolor {border:3px solid #de168d; }
#de168d Text Font Color
<p style="color:#de168d">Text here</p>
This sample text font color is #de168d
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.
#de168d Background Color
<div style="background-color:#de168d">
Div content here</div>
This div background color is #de168d
#de168d Border Color
<div style="border:3px solid #de168d">
Div here</div>
This div border color is #de168d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,22,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de168d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de168d; -webkit-box-shadow: 1px 1px 3px 2px #de168d; box-shadow: 1px 1px 3px 2px #de168d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,22,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de168d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de168d; -webkit-box-shadow: 1px 1px 3px 2px #de168d; box-shadow: 1px 1px 3px 2px #de168d;">
Div content here</div>
This div box has shadow with color #de168d
Comments
No comments written yet.
Please login to write comment.