Color spaces of #de72ac
RGB | 222 | 114 | 172 |
---|---|---|---|
HSL | 0.91 | 0.62 | 0.66 |
HSV | 328° | 49° | 87° |
CMYK | 0.00 | 0.49 | 0.23 0.13 |
XYZ | 43.5879 | 30.5428 | 42.6277 |
Yxy | 30.5428 | 0.3733 | 0.2616 |
Hunter Lab | 55.2655 | 44.0682 | -7.0460 |
CIE-Lab | 62.1198 | 48.8551 | -11.6207 |
#de72ac color RGB value is (222,114,172).
#de72ac hex color red value is 222, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de72ac hue: 0.91 , saturation: 0.62 and the lightness value of de72ac is 0.66.
The process color (four color CMYK) of #de72ac color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #de72ac is #cc6699. Color #de72ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110010 | 10101100 |
Octal | 336 | 162 | 254 |
Decimal | 222 | 114 | 172 |
Hex | DE | 72 | AC |
Shades of #de72ac
Tints of #de72ac
RGB Percentages of Color #de72ac
CMYK Percentages of Color #de72ac
Complementary Color
#de72ac | #72dea4 |
#de72ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de72ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#de72ac Color CSS Codes
.mybgcolor {background-color:#de72ac; } .myforecolor {color:#de72ac; } .mybordercolor {border:3px solid #de72ac; }
#de72ac Text Font Color
<p style="color:#de72ac">Text here</p>
This sample text font color is #de72ac
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.
#de72ac Background Color
<div style="background-color:#de72ac">
Div content here</div>
This div background color is #de72ac
#de72ac Border Color
<div style="border:3px solid #de72ac">
Div here</div>
This div border color is #de72ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,114,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de72ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de72ac; -webkit-box-shadow: 1px 1px 3px 2px #de72ac; box-shadow: 1px 1px 3px 2px #de72ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,114,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de72ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de72ac; -webkit-box-shadow: 1px 1px 3px 2px #de72ac; box-shadow: 1px 1px 3px 2px #de72ac;">
Div content here</div>
This div box has shadow with color #de72ac
Comments
No comments written yet.
Please login to write comment.