Color spaces of #de776e
RGB | 222 | 119 | 110 |
---|---|---|---|
HSL | 0.01 | 0.63 | 0.65 |
HSV | 5° | 50° | 87° |
CMYK | 0.00 | 0.46 | 0.50 0.13 |
XYZ | 39.5355 | 29.8490 | 18.4295 |
Yxy | 29.8490 | 0.4502 | 0.3399 |
Hunter Lab | 54.6342 | 33.5598 | 18.2440 |
CIE-Lab | 61.5237 | 39.0844 | 23.0295 |
#de776e color RGB value is (222,119,110).
#de776e hex color red value is 222, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #de776e hue: 0.01 , saturation: 0.63 and the lightness value of de776e is 0.65.
The process color (four color CMYK) of #de776e color hex is 0.00, 0.46, 0.50, 0.13. Web safe color of #de776e is #cc6666. Color #de776e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110111 | 01101110 |
Octal | 336 | 167 | 156 |
Decimal | 222 | 119 | 110 |
Hex | DE | 77 | 6E |
Shades of #de776e
Tints of #de776e
RGB Percentages of Color #de776e
CMYK Percentages of Color #de776e
Complementary Color
#de776e | #6ed5de |
#de776e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de776e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de776e Color CSS Codes
.mybgcolor {background-color:#de776e; } .myforecolor {color:#de776e; } .mybordercolor {border:3px solid #de776e; }
#de776e Text Font Color
<p style="color:#de776e">Text here</p>
This sample text font color is #de776e
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.
#de776e Background Color
<div style="background-color:#de776e">
Div content here</div>
This div background color is #de776e
#de776e Border Color
<div style="border:3px solid #de776e">
Div here</div>
This div border color is #de776e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,119,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de776e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de776e; -webkit-box-shadow: 1px 1px 3px 2px #de776e; box-shadow: 1px 1px 3px 2px #de776e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,119,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de776e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de776e; -webkit-box-shadow: 1px 1px 3px 2px #de776e; box-shadow: 1px 1px 3px 2px #de776e;">
Div content here</div>
This div box has shadow with color #de776e
Comments
No comments written yet.
Please login to write comment.