Color spaces of #de585f
RGB | 222 | 88 | 95 |
---|---|---|---|
HSL | 0.99 | 0.67 | 0.61 |
HSV | 357° | 60° | 87° |
CMYK | 0.00 | 0.60 | 0.57 0.13 |
XYZ | 35.6795 | 23.3353 | 13.4501 |
Yxy | 23.3353 | 0.4924 | 0.3220 |
Hunter Lab | 48.3066 | 47.3043 | 17.3064 |
CIE-Lab | 55.4160 | 52.8589 | 23.5252 |
#de585f color RGB value is (222,88,95).
#de585f hex color red value is 222, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #de585f hue: 0.99 , saturation: 0.67 and the lightness value of de585f is 0.61.
The process color (four color CMYK) of #de585f color hex is 0.00, 0.60, 0.57, 0.13. Web safe color of #de585f is #cc6666. Color #de585f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01011000 | 01011111 |
Octal | 336 | 130 | 137 |
Decimal | 222 | 88 | 95 |
Hex | DE | 58 | 5F |
Shades of #de585f
Tints of #de585f
RGB Percentages of Color #de585f
CMYK Percentages of Color #de585f
Complementary Color
#de585f | #58ded7 |
#de585f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de585f Color Preview on White Background
Lorem ipsum dolor sit amet.
#de585f Color CSS Codes
.mybgcolor {background-color:#de585f; } .myforecolor {color:#de585f; } .mybordercolor {border:3px solid #de585f; }
#de585f Text Font Color
<p style="color:#de585f">Text here</p>
This sample text font color is #de585f
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.
#de585f Background Color
<div style="background-color:#de585f">
Div content here</div>
This div background color is #de585f
#de585f Border Color
<div style="border:3px solid #de585f">
Div here</div>
This div border color is #de585f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,88,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de585f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de585f; -webkit-box-shadow: 1px 1px 3px 2px #de585f; box-shadow: 1px 1px 3px 2px #de585f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,88,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de585f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de585f; -webkit-box-shadow: 1px 1px 3px 2px #de585f; box-shadow: 1px 1px 3px 2px #de585f;">
Div content here</div>
This div box has shadow with color #de585f
Comments
No comments written yet.
Please login to write comment.