Color spaces of #de767e
RGB | 222 | 118 | 126 |
---|---|---|---|
HSL | 0.99 | 0.61 | 0.67 |
HSV | 355° | 47° | 87° |
CMYK | 0.00 | 0.47 | 0.43 0.13 |
XYZ | 40.3685 | 29.9928 | 23.4002 |
Yxy | 29.9928 | 0.4305 | 0.3199 |
Hunter Lab | 54.7657 | 35.7347 | 13.0026 |
CIE-Lab | 61.6480 | 41.1518 | 14.0778 |
#de767e color RGB value is (222,118,126).
#de767e hex color red value is 222, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de767e hue: 0.99 , saturation: 0.61 and the lightness value of de767e is 0.67.
The process color (four color CMYK) of #de767e color hex is 0.00, 0.47, 0.43, 0.13. Web safe color of #de767e is #cc6666. Color #de767e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110110 | 01111110 |
Octal | 336 | 166 | 176 |
Decimal | 222 | 118 | 126 |
Hex | DE | 76 | 7E |
Shades of #de767e
Tints of #de767e
RGB Percentages of Color #de767e
CMYK Percentages of Color #de767e
Complementary Color
#de767e | #76ded6 |
#de767e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de767e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de767e Color CSS Codes
.mybgcolor {background-color:#de767e; } .myforecolor {color:#de767e; } .mybordercolor {border:3px solid #de767e; }
#de767e Text Font Color
<p style="color:#de767e">Text here</p>
This sample text font color is #de767e
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.
#de767e Background Color
<div style="background-color:#de767e">
Div content here</div>
This div background color is #de767e
#de767e Border Color
<div style="border:3px solid #de767e">
Div here</div>
This div border color is #de767e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,118,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de767e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de767e; -webkit-box-shadow: 1px 1px 3px 2px #de767e; box-shadow: 1px 1px 3px 2px #de767e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,118,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de767e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de767e; -webkit-box-shadow: 1px 1px 3px 2px #de767e; box-shadow: 1px 1px 3px 2px #de767e;">
Div content here</div>
This div box has shadow with color #de767e
Comments
No comments written yet.
Please login to write comment.