Color spaces of #d79ecd
RGB | 215 | 158 | 205 |
---|---|---|---|
HSL | 0.86 | 0.42 | 0.73 |
HSV | 311° | 27° | 84° |
CMYK | 0.00 | 0.27 | 0.05 0.16 |
XYZ | 51.2706 | 43.3086 | 63.4147 |
Yxy | 43.3086 | 0.3245 | 0.2741 |
Hunter Lab | 65.8093 | 23.8993 | -11.0662 |
CIE-Lab | 71.7639 | 28.7250 | -15.7047 |
#d79ecd color RGB value is (215,158,205).
#d79ecd hex color red value is 215, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d79ecd hue: 0.86 , saturation: 0.42 and the lightness value of d79ecd is 0.73.
The process color (four color CMYK) of #d79ecd color hex is 0.00, 0.27, 0.05, 0.16. Web safe color of #d79ecd is #cc99cc. Color #d79ecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10011110 | 11001101 |
Octal | 327 | 236 | 315 |
Decimal | 215 | 158 | 205 |
Hex | D7 | 9E | CD |
Shades of #d79ecd
Tints of #d79ecd
RGB Percentages of Color #d79ecd
CMYK Percentages of Color #d79ecd
Complementary Color
#d79ecd | #9ed7a8 |
#d79ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d79ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d79ecd Color CSS Codes
.mybgcolor {background-color:#d79ecd; } .myforecolor {color:#d79ecd; } .mybordercolor {border:3px solid #d79ecd; }
#d79ecd Text Font Color
<p style="color:#d79ecd">Text here</p>
This sample text font color is #d79ecd
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.
#d79ecd Background Color
<div style="background-color:#d79ecd">
Div content here</div>
This div background color is #d79ecd
#d79ecd Border Color
<div style="border:3px solid #d79ecd">
Div here</div>
This div border color is #d79ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,158,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d79ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d79ecd; -webkit-box-shadow: 1px 1px 3px 2px #d79ecd; box-shadow: 1px 1px 3px 2px #d79ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,158,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d79ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d79ecd; -webkit-box-shadow: 1px 1px 3px 2px #d79ecd; box-shadow: 1px 1px 3px 2px #d79ecd;">
Div content here</div>
This div box has shadow with color #d79ecd
Comments
No comments written yet.
Please login to write comment.