Color spaces of #de47af
RGB | 222 | 71 | 175 |
---|---|---|---|
HSL | 0.89 | 0.70 | 0.57 |
HSV | 319° | 68° | 87° |
CMYK | 0.00 | 0.68 | 0.21 0.13 |
XYZ | 40.1153 | 23.1312 | 42.9079 |
Yxy | 23.1312 | 0.3779 | 0.2179 |
Hunter Lab | 48.0949 | 64.7183 | -19.2292 |
CIE-Lab | 55.2072 | 68.1264 | -23.8588 |
#de47af color RGB value is (222,71,175).
#de47af hex color red value is 222, green value is 71 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de47af hue: 0.89 , saturation: 0.70 and the lightness value of de47af is 0.57.
The process color (four color CMYK) of #de47af color hex is 0.00, 0.68, 0.21, 0.13. Web safe color of #de47af is #cc3399. Color #de47af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01000111 | 10101111 |
Octal | 336 | 107 | 257 |
Decimal | 222 | 71 | 175 |
Hex | DE | 47 | AF |
Shades of #de47af
Tints of #de47af
RGB Percentages of Color #de47af
CMYK Percentages of Color #de47af
Complementary Color
#de47af | #47de76 |
#de47af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de47af Color Preview on White Background
Lorem ipsum dolor sit amet.
#de47af Color CSS Codes
.mybgcolor {background-color:#de47af; } .myforecolor {color:#de47af; } .mybordercolor {border:3px solid #de47af; }
#de47af Text Font Color
<p style="color:#de47af">Text here</p>
This sample text font color is #de47af
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.
#de47af Background Color
<div style="background-color:#de47af">
Div content here</div>
This div background color is #de47af
#de47af Border Color
<div style="border:3px solid #de47af">
Div here</div>
This div border color is #de47af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,71,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de47af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de47af; -webkit-box-shadow: 1px 1px 3px 2px #de47af; box-shadow: 1px 1px 3px 2px #de47af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,71,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de47af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de47af; -webkit-box-shadow: 1px 1px 3px 2px #de47af; box-shadow: 1px 1px 3px 2px #de47af;">
Div content here</div>
This div box has shadow with color #de47af
Comments
No comments written yet.
Please login to write comment.