Color spaces of #d788af
RGB | 215 | 136 | 175 |
---|---|---|---|
HSL | 0.92 | 0.50 | 0.69 |
HSV | 330° | 37° | 84° |
CMYK | 0.00 | 0.37 | 0.19 0.16 |
XYZ | 44.5664 | 35.1505 | 44.9933 |
Yxy | 35.1505 | 0.3574 | 0.2819 |
Hunter Lab | 59.2879 | 30.4239 | -3.4934 |
CIE-Lab | 65.8657 | 35.5729 | -7.8202 |
#d788af color RGB value is (215,136,175).
#d788af hex color red value is 215, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d788af hue: 0.92 , saturation: 0.50 and the lightness value of d788af is 0.69.
The process color (four color CMYK) of #d788af color hex is 0.00, 0.37, 0.19, 0.16. Web safe color of #d788af is #cc9999. Color #d788af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10001000 | 10101111 |
Octal | 327 | 210 | 257 |
Decimal | 215 | 136 | 175 |
Hex | D7 | 88 | AF |
Shades of #d788af
Tints of #d788af
RGB Percentages of Color #d788af
CMYK Percentages of Color #d788af
Complementary Color
#d788af | #88d7b0 |
#d788af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d788af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d788af Color CSS Codes
.mybgcolor {background-color:#d788af; } .myforecolor {color:#d788af; } .mybordercolor {border:3px solid #d788af; }
#d788af Text Font Color
<p style="color:#d788af">Text here</p>
This sample text font color is #d788af
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.
#d788af Background Color
<div style="background-color:#d788af">
Div content here</div>
This div background color is #d788af
#d788af Border Color
<div style="border:3px solid #d788af">
Div here</div>
This div border color is #d788af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,136,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d788af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d788af; -webkit-box-shadow: 1px 1px 3px 2px #d788af; box-shadow: 1px 1px 3px 2px #d788af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,136,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 #d788af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d788af; -webkit-box-shadow: 1px 1px 3px 2px #d788af; box-shadow: 1px 1px 3px 2px #d788af;">
Div content here</div>
This div box has shadow with color #d788af
Comments
No comments written yet.
Please login to write comment.