Color spaces of #de7bbc
RGB | 222 | 123 | 188 |
---|---|---|---|
HSL | 0.89 | 0.60 | 0.68 |
HSV | 321° | 45° | 87° |
CMYK | 0.00 | 0.45 | 0.15 0.13 |
XYZ | 46.2843 | 33.3264 | 51.5701 |
Yxy | 33.3264 | 0.3528 | 0.2540 |
Hunter Lab | 57.7290 | 42.0868 | -12.5542 |
CIE-Lab | 64.4243 | 46.7139 | -17.2361 |
#de7bbc color RGB value is (222,123,188).
#de7bbc hex color red value is 222, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #de7bbc hue: 0.89 , saturation: 0.60 and the lightness value of de7bbc is 0.68.
The process color (four color CMYK) of #de7bbc color hex is 0.00, 0.45, 0.15, 0.13. Web safe color of #de7bbc is #cc66cc. Color #de7bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01111011 | 10111100 |
Octal | 336 | 173 | 274 |
Decimal | 222 | 123 | 188 |
Hex | DE | 7B | BC |
Shades of #de7bbc
Tints of #de7bbc
RGB Percentages of Color #de7bbc
CMYK Percentages of Color #de7bbc
Complementary Color
#de7bbc | #7bde9d |
#de7bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de7bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de7bbc Color CSS Codes
.mybgcolor {background-color:#de7bbc; } .myforecolor {color:#de7bbc; } .mybordercolor {border:3px solid #de7bbc; }
#de7bbc Text Font Color
<p style="color:#de7bbc">Text here</p>
This sample text font color is #de7bbc
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.
#de7bbc Background Color
<div style="background-color:#de7bbc">
Div content here</div>
This div background color is #de7bbc
#de7bbc Border Color
<div style="border:3px solid #de7bbc">
Div here</div>
This div border color is #de7bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,123,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de7bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de7bbc; -webkit-box-shadow: 1px 1px 3px 2px #de7bbc; box-shadow: 1px 1px 3px 2px #de7bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,123,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de7bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de7bbc; -webkit-box-shadow: 1px 1px 3px 2px #de7bbc; box-shadow: 1px 1px 3px 2px #de7bbc;">
Div content here</div>
This div box has shadow with color #de7bbc
Comments
No comments written yet.
Please login to write comment.