Color spaces of #de487d
RGB | 222 | 72 | 125 |
---|---|---|---|
HSL | 0.94 | 0.69 | 0.58 |
HSV | 339° | 68° | 87° |
CMYK | 0.00 | 0.68 | 0.44 0.13 |
XYZ | 36.1432 | 21.6450 | 21.6750 |
Yxy | 21.6450 | 0.4548 | 0.2724 |
Hunter Lab | 46.5242 | 57.2538 | 4.9445 |
CIE-Lab | 53.6483 | 62.0343 | 3.3047 |
#de487d color RGB value is (222,72,125).
#de487d hex color red value is 222, green value is 72 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #de487d hue: 0.94 , saturation: 0.69 and the lightness value of de487d is 0.58.
The process color (four color CMYK) of #de487d color hex is 0.00, 0.68, 0.44, 0.13. Web safe color of #de487d is #cc3366. Color #de487d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01001000 | 01111101 |
Octal | 336 | 110 | 175 |
Decimal | 222 | 72 | 125 |
Hex | DE | 48 | 7D |
Shades of #de487d
Tints of #de487d
RGB Percentages of Color #de487d
CMYK Percentages of Color #de487d
Complementary Color
#de487d | #48dea9 |
#de487d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de487d Color Preview on White Background
Lorem ipsum dolor sit amet.
#de487d Color CSS Codes
.mybgcolor {background-color:#de487d; } .myforecolor {color:#de487d; } .mybordercolor {border:3px solid #de487d; }
#de487d Text Font Color
<p style="color:#de487d">Text here</p>
This sample text font color is #de487d
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.
#de487d Background Color
<div style="background-color:#de487d">
Div content here</div>
This div background color is #de487d
#de487d Border Color
<div style="border:3px solid #de487d">
Div here</div>
This div border color is #de487d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,72,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de487d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de487d; -webkit-box-shadow: 1px 1px 3px 2px #de487d; box-shadow: 1px 1px 3px 2px #de487d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,72,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de487d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de487d; -webkit-box-shadow: 1px 1px 3px 2px #de487d; box-shadow: 1px 1px 3px 2px #de487d;">
Div content here</div>
This div box has shadow with color #de487d
Comments
No comments written yet.
Please login to write comment.