Color spaces of #dd788b
RGB | 221 | 120 | 139 |
---|---|---|---|
HSL | 0.97 | 0.60 | 0.67 |
HSV | 349° | 46° | 87° |
CMYK | 0.00 | 0.46 | 0.37 0.13 |
XYZ | 41.1955 | 30.6692 | 28.1746 |
Yxy | 30.6692 | 0.4118 | 0.3066 |
Hunter Lab | 55.3798 | 35.8666 | 8.6019 |
CIE-Lab | 62.2274 | 41.2037 | 7.4279 |
#dd788b color RGB value is (221,120,139).
#dd788b hex color red value is 221, green value is 120 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dd788b hue: 0.97 , saturation: 0.60 and the lightness value of dd788b is 0.67.
The process color (four color CMYK) of #dd788b color hex is 0.00, 0.46, 0.37, 0.13. Web safe color of #dd788b is #cc6699. Color #dd788b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01111000 | 10001011 |
Octal | 335 | 170 | 213 |
Decimal | 221 | 120 | 139 |
Hex | DD | 78 | 8B |
Shades of #dd788b
Tints of #dd788b
RGB Percentages of Color #dd788b
CMYK Percentages of Color #dd788b
Complementary Color
#dd788b | #78ddca |
#dd788b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd788b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd788b Color CSS Codes
.mybgcolor {background-color:#dd788b; } .myforecolor {color:#dd788b; } .mybordercolor {border:3px solid #dd788b; }
#dd788b Text Font Color
<p style="color:#dd788b">Text here</p>
This sample text font color is #dd788b
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.
#dd788b Background Color
<div style="background-color:#dd788b">
Div content here</div>
This div background color is #dd788b
#dd788b Border Color
<div style="border:3px solid #dd788b">
Div here</div>
This div border color is #dd788b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,120,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd788b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd788b; -webkit-box-shadow: 1px 1px 3px 2px #dd788b; box-shadow: 1px 1px 3px 2px #dd788b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,120,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd788b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd788b; -webkit-box-shadow: 1px 1px 3px 2px #dd788b; box-shadow: 1px 1px 3px 2px #dd788b;">
Div content here</div>
This div box has shadow with color #dd788b
Comments
No comments written yet.
Please login to write comment.