Color spaces of #de188d
RGB | 222 | 24 | 141 |
---|---|---|---|
HSL | 0.90 | 0.80 | 0.48 |
HSV | 325° | 89° | 87° |
CMYK | 0.00 | 0.89 | 0.36 0.13 |
XYZ | 35.2586 | 18.1060 | 26.8358 |
Yxy | 18.1060 | 0.4396 | 0.2258 |
Hunter Lab | 42.5511 | 73.4436 | -7.6067 |
CIE-Lab | 49.6244 | 76.3989 | -12.2498 |
#de188d color RGB value is (222,24,141).
#de188d hex color red value is 222, green value is 24 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de188d hue: 0.90 , saturation: 0.80 and the lightness value of de188d is 0.48.
The process color (four color CMYK) of #de188d color hex is 0.00, 0.89, 0.36, 0.13. Web safe color of #de188d is #cc0099. Color #de188d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00011000 | 10001101 |
Octal | 336 | 30 | 215 |
Decimal | 222 | 24 | 141 |
Hex | DE | 18 | 8D |
Shades of #de188d
Tints of #de188d
RGB Percentages of Color #de188d
CMYK Percentages of Color #de188d
Complementary Color
#de188d | #18de69 |
#de188d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de188d Color Preview on White Background
Lorem ipsum dolor sit amet.
#de188d Color CSS Codes
.mybgcolor {background-color:#de188d; } .myforecolor {color:#de188d; } .mybordercolor {border:3px solid #de188d; }
#de188d Text Font Color
<p style="color:#de188d">Text here</p>
This sample text font color is #de188d
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.
#de188d Background Color
<div style="background-color:#de188d">
Div content here</div>
This div background color is #de188d
#de188d Border Color
<div style="border:3px solid #de188d">
Div here</div>
This div border color is #de188d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,24,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de188d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de188d; -webkit-box-shadow: 1px 1px 3px 2px #de188d; box-shadow: 1px 1px 3px 2px #de188d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,24,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 #de188d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de188d; -webkit-box-shadow: 1px 1px 3px 2px #de188d; box-shadow: 1px 1px 3px 2px #de188d;">
Div content here</div>
This div box has shadow with color #de188d
Comments
No comments written yet.
Please login to write comment.