Color spaces of #de8689
RGB | 222 | 134 | 137 |
---|---|---|---|
HSL | 0.99 | 0.57 | 0.70 |
HSV | 358° | 40° | 87° |
CMYK | 0.00 | 0.40 | 0.38 0.13 |
XYZ | 43.1647 | 34.3859 | 28.0290 |
Yxy | 34.3859 | 0.4088 | 0.3257 |
Hunter Lab | 58.6395 | 28.7753 | 12.7077 |
CIE-Lab | 65.2677 | 34.0344 | 12.8898 |
#de8689 color RGB value is (222,134,137).
#de8689 hex color red value is 222, green value is 134 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #de8689 hue: 0.99 , saturation: 0.57 and the lightness value of de8689 is 0.70.
The process color (four color CMYK) of #de8689 color hex is 0.00, 0.40, 0.38, 0.13. Web safe color of #de8689 is #cc9999. Color #de8689 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10000110 | 10001001 |
Octal | 336 | 206 | 211 |
Decimal | 222 | 134 | 137 |
Hex | DE | 86 | 89 |
Shades of #de8689
Tints of #de8689
RGB Percentages of Color #de8689
CMYK Percentages of Color #de8689
Complementary Color
#de8689 | #86dedb |
#de8689 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de8689 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de8689 Color CSS Codes
.mybgcolor {background-color:#de8689; } .myforecolor {color:#de8689; } .mybordercolor {border:3px solid #de8689; }
#de8689 Text Font Color
<p style="color:#de8689">Text here</p>
This sample text font color is #de8689
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.
#de8689 Background Color
<div style="background-color:#de8689">
Div content here</div>
This div background color is #de8689
#de8689 Border Color
<div style="border:3px solid #de8689">
Div here</div>
This div border color is #de8689
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,134,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de8689; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de8689; -webkit-box-shadow: 1px 1px 3px 2px #de8689; box-shadow: 1px 1px 3px 2px #de8689; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,134,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de8689">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de8689; -webkit-box-shadow: 1px 1px 3px 2px #de8689; box-shadow: 1px 1px 3px 2px #de8689;">
Div content here</div>
This div box has shadow with color #de8689
#de8689 Color Palettes
Comments
No comments written yet.
Please login to write comment.