Color spaces of #de7fbd
RGB | 222 | 127 | 189 |
---|---|---|---|
HSL | 0.89 | 0.59 | 0.68 |
HSV | 321° | 43° | 87° |
CMYK | 0.00 | 0.43 | 0.15 0.13 |
XYZ | 46.8989 | 34.3825 | 52.3087 |
Yxy | 34.3825 | 0.3511 | 0.2574 |
Hunter Lab | 58.6366 | 40.1544 | -11.8460 |
CIE-Lab | 65.2650 | 44.8236 | -16.5273 |
#de7fbd color RGB value is (222,127,189).
#de7fbd hex color red value is 222, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #de7fbd hue: 0.89 , saturation: 0.59 and the lightness value of de7fbd is 0.68.
The process color (four color CMYK) of #de7fbd color hex is 0.00, 0.43, 0.15, 0.13. Web safe color of #de7fbd is #cc66cc. Color #de7fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01111111 | 10111101 |
Octal | 336 | 177 | 275 |
Decimal | 222 | 127 | 189 |
Hex | DE | 7F | BD |
Shades of #de7fbd
Tints of #de7fbd
RGB Percentages of Color #de7fbd
CMYK Percentages of Color #de7fbd
Complementary Color
#de7fbd | #7fdea0 |
#de7fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de7fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#de7fbd Color CSS Codes
.mybgcolor {background-color:#de7fbd; } .myforecolor {color:#de7fbd; } .mybordercolor {border:3px solid #de7fbd; }
#de7fbd Text Font Color
<p style="color:#de7fbd">Text here</p>
This sample text font color is #de7fbd
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.
#de7fbd Background Color
<div style="background-color:#de7fbd">
Div content here</div>
This div background color is #de7fbd
#de7fbd Border Color
<div style="border:3px solid #de7fbd">
Div here</div>
This div border color is #de7fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,127,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de7fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de7fbd; -webkit-box-shadow: 1px 1px 3px 2px #de7fbd; box-shadow: 1px 1px 3px 2px #de7fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,127,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de7fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de7fbd; -webkit-box-shadow: 1px 1px 3px 2px #de7fbd; box-shadow: 1px 1px 3px 2px #de7fbd;">
Div content here</div>
This div box has shadow with color #de7fbd
Comments
No comments written yet.
Please login to write comment.