Color spaces of #de98cc
RGB | 222 | 152 | 204 |
---|---|---|---|
HSL | 0.88 | 0.51 | 0.73 |
HSV | 315° | 32° | 87° |
CMYK | 0.00 | 0.32 | 0.08 0.13 |
XYZ | 52.2515 | 42.3457 | 62.5463 |
Yxy | 42.3457 | 0.3325 | 0.2695 |
Hunter Lab | 65.0736 | 29.4497 | -11.4358 |
CIE-Lab | 71.1086 | 34.1289 | -16.0687 |
#de98cc color RGB value is (222,152,204).
#de98cc hex color red value is 222, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de98cc hue: 0.88 , saturation: 0.51 and the lightness value of de98cc is 0.73.
The process color (four color CMYK) of #de98cc color hex is 0.00, 0.32, 0.08, 0.13. Web safe color of #de98cc is #cc99cc. Color #de98cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10011000 | 11001100 |
Octal | 336 | 230 | 314 |
Decimal | 222 | 152 | 204 |
Hex | DE | 98 | CC |
Shades of #de98cc
Tints of #de98cc
RGB Percentages of Color #de98cc
CMYK Percentages of Color #de98cc
Complementary Color
#de98cc | #98deaa |
#de98cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de98cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de98cc Color CSS Codes
.mybgcolor {background-color:#de98cc; } .myforecolor {color:#de98cc; } .mybordercolor {border:3px solid #de98cc; }
#de98cc Text Font Color
<p style="color:#de98cc">Text here</p>
This sample text font color is #de98cc
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.
#de98cc Background Color
<div style="background-color:#de98cc">
Div content here</div>
This div background color is #de98cc
#de98cc Border Color
<div style="border:3px solid #de98cc">
Div here</div>
This div border color is #de98cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,152,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de98cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de98cc; -webkit-box-shadow: 1px 1px 3px 2px #de98cc; box-shadow: 1px 1px 3px 2px #de98cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,152,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de98cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de98cc; -webkit-box-shadow: 1px 1px 3px 2px #de98cc; box-shadow: 1px 1px 3px 2px #de98cc;">
Div content here</div>
This div box has shadow with color #de98cc
Comments
No comments written yet.
Please login to write comment.