Color spaces of #de0586
RGB | 222 | 5 | 134 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.45 |
HSV | 324° | 98° | 87° |
CMYK | 0.00 | 0.98 | 0.40 0.13 |
XYZ | 34.4815 | 17.3594 | 24.0876 |
Yxy | 17.3594 | 0.4541 | 0.2286 |
Hunter Lab | 41.6646 | 74.8130 | -5.1122 |
CIE-Lab | 48.7097 | 77.6825 | -9.3913 |
#de0586 color RGB value is (222,5,134).
#de0586 hex color red value is 222, green value is 5 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #de0586 hue: 0.90 , saturation: 0.96 and the lightness value of de0586 is 0.45.
The process color (four color CMYK) of #de0586 color hex is 0.00, 0.98, 0.40, 0.13. Web safe color of #de0586 is #cc0099. Color #de0586 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00000101 | 10000110 |
Octal | 336 | 5 | 206 |
Decimal | 222 | 5 | 134 |
Hex | DE | 5 | 86 |
Shades of #de0586
Tints of #de0586
RGB Percentages of Color #de0586
CMYK Percentages of Color #de0586
Complementary Color
#de0586 | #05de5d |
#de0586 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de0586 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de0586 Color CSS Codes
.mybgcolor {background-color:#de0586; } .myforecolor {color:#de0586; } .mybordercolor {border:3px solid #de0586; }
#de0586 Text Font Color
<p style="color:#de0586">Text here</p>
This sample text font color is #de0586
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.
#de0586 Background Color
<div style="background-color:#de0586">
Div content here</div>
This div background color is #de0586
#de0586 Border Color
<div style="border:3px solid #de0586">
Div here</div>
This div border color is #de0586
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,5,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de0586; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de0586; -webkit-box-shadow: 1px 1px 3px 2px #de0586; box-shadow: 1px 1px 3px 2px #de0586; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,5,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de0586">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de0586; -webkit-box-shadow: 1px 1px 3px 2px #de0586; box-shadow: 1px 1px 3px 2px #de0586;">
Div content here</div>
This div box has shadow with color #de0586
Comments
No comments written yet.
Please login to write comment.