Color spaces of #de776b
RGB | 222 | 119 | 107 |
---|---|---|---|
HSL | 0.02 | 0.64 | 0.65 |
HSV | 6° | 52° | 87° |
CMYK | 0.00 | 0.46 | 0.52 0.13 |
XYZ | 39.3749 | 29.7848 | 17.5837 |
Yxy | 29.7848 | 0.4539 | 0.3434 |
Hunter Lab | 54.5755 | 33.2765 | 19.1001 |
CIE-Lab | 61.4681 | 38.8181 | 24.6526 |
#de776b color RGB value is (222,119,107).
#de776b hex color red value is 222, green value is 119 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #de776b hue: 0.02 , saturation: 0.64 and the lightness value of de776b is 0.65.
The process color (four color CMYK) of #de776b color hex is 0.00, 0.46, 0.52, 0.13. Web safe color of #de776b is #cc6666. Color #de776b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01110111 | 01101011 |
Octal | 336 | 167 | 153 |
Decimal | 222 | 119 | 107 |
Hex | DE | 77 | 6B |
Shades of #de776b
Tints of #de776b
RGB Percentages of Color #de776b
CMYK Percentages of Color #de776b
Complementary Color
#de776b | #6bd2de |
#de776b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de776b Color Preview on White Background
Lorem ipsum dolor sit amet.
#de776b Color CSS Codes
.mybgcolor {background-color:#de776b; } .myforecolor {color:#de776b; } .mybordercolor {border:3px solid #de776b; }
#de776b Text Font Color
<p style="color:#de776b">Text here</p>
This sample text font color is #de776b
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.
#de776b Background Color
<div style="background-color:#de776b">
Div content here</div>
This div background color is #de776b
#de776b Border Color
<div style="border:3px solid #de776b">
Div here</div>
This div border color is #de776b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,119,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de776b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de776b; -webkit-box-shadow: 1px 1px 3px 2px #de776b; box-shadow: 1px 1px 3px 2px #de776b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,119,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de776b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de776b; -webkit-box-shadow: 1px 1px 3px 2px #de776b; box-shadow: 1px 1px 3px 2px #de776b;">
Div content here</div>
This div box has shadow with color #de776b
Comments
No comments written yet.
Please login to write comment.