Color spaces of #de919e
RGB | 222 | 145 | 158 |
---|---|---|---|
HSL | 0.97 | 0.54 | 0.72 |
HSV | 350° | 35° | 87° |
CMYK | 0.00 | 0.35 | 0.29 0.13 |
XYZ | 46.4212 | 38.2490 | 37.2839 |
Yxy | 38.2490 | 0.3806 | 0.3136 |
Hunter Lab | 61.8458 | 25.7513 | 7.5489 |
CIE-Lab | 68.2037 | 30.8108 | 5.2576 |
#de919e color RGB value is (222,145,158).
#de919e hex color red value is 222, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de919e hue: 0.97 , saturation: 0.54 and the lightness value of de919e is 0.72.
The process color (four color CMYK) of #de919e color hex is 0.00, 0.35, 0.29, 0.13. Web safe color of #de919e is #cc9999. Color #de919e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010001 | 10011110 |
Octal | 336 | 221 | 236 |
Decimal | 222 | 145 | 158 |
Hex | DE | 91 | 9E |
Shades of #de919e
Tints of #de919e
RGB Percentages of Color #de919e
CMYK Percentages of Color #de919e
Complementary Color
#de919e | #91ded1 |
#de919e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de919e Color Preview on White Background
Lorem ipsum dolor sit amet.
#de919e Color CSS Codes
.mybgcolor {background-color:#de919e; } .myforecolor {color:#de919e; } .mybordercolor {border:3px solid #de919e; }
#de919e Text Font Color
<p style="color:#de919e">Text here</p>
This sample text font color is #de919e
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.
#de919e Background Color
<div style="background-color:#de919e">
Div content here</div>
This div background color is #de919e
#de919e Border Color
<div style="border:3px solid #de919e">
Div here</div>
This div border color is #de919e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,145,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de919e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de919e; -webkit-box-shadow: 1px 1px 3px 2px #de919e; box-shadow: 1px 1px 3px 2px #de919e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,145,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de919e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de919e; -webkit-box-shadow: 1px 1px 3px 2px #de919e; box-shadow: 1px 1px 3px 2px #de919e;">
Div content here</div>
This div box has shadow with color #de919e
Comments
No comments written yet.
Please login to write comment.