Color spaces of #d49ede
RGB | 212 | 158 | 222 |
---|---|---|---|
HSL | 0.81 | 0.49 | 0.75 |
HSV | 291° | 29° | 87° |
CMYK | 0.05 | 0.29 | 0.00 0.13 |
XYZ | 52.5631 | 43.7247 | 74.7766 |
Yxy | 43.7247 | 0.3073 | 0.2556 |
Hunter Lab | 66.1247 | 26.1732 | -20.7604 |
CIE-Lab | 72.0441 | 30.9092 | -24.6540 |
#d49ede color RGB value is (212,158,222).
#d49ede hex color red value is 212, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d49ede hue: 0.81 , saturation: 0.49 and the lightness value of d49ede is 0.75.
The process color (four color CMYK) of #d49ede color hex is 0.05, 0.29, 0.00, 0.13. Web safe color of #d49ede is #cc99cc. Color #d49ede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10011110 | 11011110 |
Octal | 324 | 236 | 336 |
Decimal | 212 | 158 | 222 |
Hex | D4 | 9E | DE |
Shades of #d49ede
Tints of #d49ede
RGB Percentages of Color #d49ede
CMYK Percentages of Color #d49ede
Complementary Color
#d49ede | #a8de9e |
#d49ede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d49ede Color Preview on White Background
Lorem ipsum dolor sit amet.
#d49ede Color CSS Codes
.mybgcolor {background-color:#d49ede; } .myforecolor {color:#d49ede; } .mybordercolor {border:3px solid #d49ede; }
#d49ede Text Font Color
<p style="color:#d49ede">Text here</p>
This sample text font color is #d49ede
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.
#d49ede Background Color
<div style="background-color:#d49ede">
Div content here</div>
This div background color is #d49ede
#d49ede Border Color
<div style="border:3px solid #d49ede">
Div here</div>
This div border color is #d49ede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,158,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d49ede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d49ede; -webkit-box-shadow: 1px 1px 3px 2px #d49ede; box-shadow: 1px 1px 3px 2px #d49ede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,158,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d49ede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d49ede; -webkit-box-shadow: 1px 1px 3px 2px #d49ede; box-shadow: 1px 1px 3px 2px #d49ede;">
Div content here</div>
This div box has shadow with color #d49ede
Comments
No comments written yet.
Please login to write comment.