Color spaces of #de76ad
RGB | 222 | 118 | 173 |
---|---|---|---|
HSL | 0.91 | 0.61 | 0.67 |
HSV | 328° | 47° | 87° |
CMYK | 0.00 | 0.47 | 0.22 0.13 |
XYZ | 44.1455 | 31.5036 | 43.2892 |
Yxy | 31.5036 | 0.3712 | 0.2649 |
Hunter Lab | 56.1281 | 42.1686 | -6.4382 |
CIE-Lab | 62.9305 | 46.9979 | -10.9759 |
#de76ad color RGB value is (222,118,173).
#de76ad hex color red value is 222, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de76ad hue: 0.91 , saturation: 0.61 and the lightness value of de76ad is 0.67.
The process color (four color CMYK) of #de76ad color hex is 0.00, 0.47, 0.22, 0.13. Web safe color of #de76ad is #cc6699. Color #de76ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110110 | 10101101 |
Octal | 336 | 166 | 255 |
Decimal | 222 | 118 | 173 |
Hex | DE | 76 | AD |
Shades of #de76ad
Tints of #de76ad
RGB Percentages of Color #de76ad
CMYK Percentages of Color #de76ad
Complementary Color
#de76ad | #76dea7 |
#de76ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de76ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#de76ad Color CSS Codes
.mybgcolor {background-color:#de76ad; } .myforecolor {color:#de76ad; } .mybordercolor {border:3px solid #de76ad; }
#de76ad Text Font Color
<p style="color:#de76ad">Text here</p>
This sample text font color is #de76ad
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.
#de76ad Background Color
<div style="background-color:#de76ad">
Div content here</div>
This div background color is #de76ad
#de76ad Border Color
<div style="border:3px solid #de76ad">
Div here</div>
This div border color is #de76ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,118,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de76ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de76ad; -webkit-box-shadow: 1px 1px 3px 2px #de76ad; box-shadow: 1px 1px 3px 2px #de76ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,118,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de76ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de76ad; -webkit-box-shadow: 1px 1px 3px 2px #de76ad; box-shadow: 1px 1px 3px 2px #de76ad;">
Div content here</div>
This div box has shadow with color #de76ad
Comments
No comments written yet.
Please login to write comment.