Color spaces of #d4788e
RGB | 212 | 120 | 142 |
---|---|---|---|
HSL | 0.96 | 0.52 | 0.65 |
HSV | 346° | 43° | 83° |
CMYK | 0.00 | 0.43 | 0.33 0.17 |
XYZ | 38.7503 | 29.3830 | 29.2203 |
Yxy | 29.3830 | 0.3980 | 0.3018 |
Hunter Lab | 54.2061 | 32.7436 | 5.9834 |
CIE-Lab | 61.1182 | 38.3450 | 3.9579 |
#d4788e color RGB value is (212,120,142).
#d4788e hex color red value is 212, green value is 120 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d4788e hue: 0.96 , saturation: 0.52 and the lightness value of d4788e is 0.65.
The process color (four color CMYK) of #d4788e color hex is 0.00, 0.43, 0.33, 0.17. Web safe color of #d4788e is #cc6699. Color #d4788e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01111000 | 10001110 |
Octal | 324 | 170 | 216 |
Decimal | 212 | 120 | 142 |
Hex | D4 | 78 | 8E |
Shades of #d4788e
Tints of #d4788e
RGB Percentages of Color #d4788e
CMYK Percentages of Color #d4788e
Complementary Color
#d4788e | #78d4be |
#d4788e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4788e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4788e Color CSS Codes
.mybgcolor {background-color:#d4788e; } .myforecolor {color:#d4788e; } .mybordercolor {border:3px solid #d4788e; }
#d4788e Text Font Color
<p style="color:#d4788e">Text here</p>
This sample text font color is #d4788e
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.
#d4788e Background Color
<div style="background-color:#d4788e">
Div content here</div>
This div background color is #d4788e
#d4788e Border Color
<div style="border:3px solid #d4788e">
Div here</div>
This div border color is #d4788e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,120,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4788e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4788e; -webkit-box-shadow: 1px 1px 3px 2px #d4788e; box-shadow: 1px 1px 3px 2px #d4788e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,120,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4788e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4788e; -webkit-box-shadow: 1px 1px 3px 2px #d4788e; box-shadow: 1px 1px 3px 2px #d4788e;">
Div content here</div>
This div box has shadow with color #d4788e
Comments
No comments written yet.
Please login to write comment.