Color spaces of #de8084
RGB | 222 | 128 | 132 |
---|---|---|---|
HSL | 0.99 | 0.59 | 0.69 |
HSV | 357° | 42° | 87° |
CMYK | 0.00 | 0.42 | 0.41 0.13 |
XYZ | 42.0082 | 32.6339 | 25.9147 |
Yxy | 32.6339 | 0.4178 | 0.3245 |
Hunter Lab | 57.1261 | 31.2910 | 13.0919 |
CIE-Lab | 63.8634 | 36.6241 | 13.7515 |
#de8084 color RGB value is (222,128,132).
#de8084 hex color red value is 222, green value is 128 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #de8084 hue: 0.99 , saturation: 0.59 and the lightness value of de8084 is 0.69.
The process color (four color CMYK) of #de8084 color hex is 0.00, 0.42, 0.41, 0.13. Web safe color of #de8084 is #cc9999. Color #de8084 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10000000 | 10000100 |
Octal | 336 | 200 | 204 |
Decimal | 222 | 128 | 132 |
Hex | DE | 80 | 84 |
Shades of #de8084
Tints of #de8084
RGB Percentages of Color #de8084
CMYK Percentages of Color #de8084
Complementary Color
#de8084 | #80deda |
#de8084 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de8084 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de8084 Color CSS Codes
.mybgcolor {background-color:#de8084; } .myforecolor {color:#de8084; } .mybordercolor {border:3px solid #de8084; }
#de8084 Text Font Color
<p style="color:#de8084">Text here</p>
This sample text font color is #de8084
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.
#de8084 Background Color
<div style="background-color:#de8084">
Div content here</div>
This div background color is #de8084
#de8084 Border Color
<div style="border:3px solid #de8084">
Div here</div>
This div border color is #de8084
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,128,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de8084; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de8084; -webkit-box-shadow: 1px 1px 3px 2px #de8084; box-shadow: 1px 1px 3px 2px #de8084; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,128,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de8084">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de8084; -webkit-box-shadow: 1px 1px 3px 2px #de8084; box-shadow: 1px 1px 3px 2px #de8084;">
Div content here</div>
This div box has shadow with color #de8084
Comments
No comments written yet.
Please login to write comment.