Color spaces of #de96ca
RGB | 222 | 150 | 202 |
---|---|---|---|
HSL | 0.88 | 0.52 | 0.73 |
HSV | 317° | 32° | 87° |
CMYK | 0.00 | 0.32 | 0.09 0.13 |
XYZ | 51.6912 | 41.6066 | 61.1836 |
Yxy | 41.6066 | 0.3346 | 0.2693 |
Hunter Lab | 64.5032 | 30.1648 | -11.0865 |
CIE-Lab | 70.5988 | 34.8568 | -15.7313 |
#de96ca color RGB value is (222,150,202).
#de96ca hex color red value is 222, green value is 150 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #de96ca hue: 0.88 , saturation: 0.52 and the lightness value of de96ca is 0.73.
The process color (four color CMYK) of #de96ca color hex is 0.00, 0.32, 0.09, 0.13. Web safe color of #de96ca is #cc99cc. Color #de96ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10010110 | 11001010 |
Octal | 336 | 226 | 312 |
Decimal | 222 | 150 | 202 |
Hex | DE | 96 | CA |
Shades of #de96ca
Tints of #de96ca
RGB Percentages of Color #de96ca
CMYK Percentages of Color #de96ca
Complementary Color
#de96ca | #96deaa |
#de96ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de96ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#de96ca Color CSS Codes
.mybgcolor {background-color:#de96ca; } .myforecolor {color:#de96ca; } .mybordercolor {border:3px solid #de96ca; }
#de96ca Text Font Color
<p style="color:#de96ca">Text here</p>
This sample text font color is #de96ca
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.
#de96ca Background Color
<div style="background-color:#de96ca">
Div content here</div>
This div background color is #de96ca
#de96ca Border Color
<div style="border:3px solid #de96ca">
Div here</div>
This div border color is #de96ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,150,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de96ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de96ca; -webkit-box-shadow: 1px 1px 3px 2px #de96ca; box-shadow: 1px 1px 3px 2px #de96ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,150,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de96ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de96ca; -webkit-box-shadow: 1px 1px 3px 2px #de96ca; box-shadow: 1px 1px 3px 2px #de96ca;">
Div content here</div>
This div box has shadow with color #de96ca
Comments
No comments written yet.
Please login to write comment.