Color spaces of #d77eaf
RGB | 215 | 126 | 175 |
---|---|---|---|
HSL | 0.91 | 0.53 | 0.67 |
HSV | 327° | 41° | 84° |
CMYK | 0.00 | 0.41 | 0.19 0.16 |
XYZ | 43.2230 | 32.4639 | 44.5455 |
Yxy | 32.4639 | 0.3595 | 0.2700 |
Hunter Lab | 56.9771 | 35.7007 | -6.4698 |
CIE-Lab | 63.7245 | 40.8594 | -11.0161 |
#d77eaf color RGB value is (215,126,175).
#d77eaf hex color red value is 215, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d77eaf hue: 0.91 , saturation: 0.53 and the lightness value of d77eaf is 0.67.
The process color (four color CMYK) of #d77eaf color hex is 0.00, 0.41, 0.19, 0.16. Web safe color of #d77eaf is #cc6699. Color #d77eaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01111110 | 10101111 |
Octal | 327 | 176 | 257 |
Decimal | 215 | 126 | 175 |
Hex | D7 | 7E | AF |
Shades of #d77eaf
Tints of #d77eaf
RGB Percentages of Color #d77eaf
CMYK Percentages of Color #d77eaf
Complementary Color
#d77eaf | #7ed7a6 |
#d77eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d77eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d77eaf Color CSS Codes
.mybgcolor {background-color:#d77eaf; } .myforecolor {color:#d77eaf; } .mybordercolor {border:3px solid #d77eaf; }
#d77eaf Text Font Color
<p style="color:#d77eaf">Text here</p>
This sample text font color is #d77eaf
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.
#d77eaf Background Color
<div style="background-color:#d77eaf">
Div content here</div>
This div background color is #d77eaf
#d77eaf Border Color
<div style="border:3px solid #d77eaf">
Div here</div>
This div border color is #d77eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,126,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d77eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d77eaf; -webkit-box-shadow: 1px 1px 3px 2px #d77eaf; box-shadow: 1px 1px 3px 2px #d77eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,126,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d77eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d77eaf; -webkit-box-shadow: 1px 1px 3px 2px #d77eaf; box-shadow: 1px 1px 3px 2px #d77eaf;">
Div content here</div>
This div box has shadow with color #d77eaf
Comments
No comments written yet.
Please login to write comment.