Color Hex Logo

#dd987f Color Hex

#DD987F
(221,152,127)
0 Favorites   0 Comments

Color spaces of #dd987f

RGB 221152127
HSL0.040.580.68
HSV16°43°87°
CMYK 0.000.310.43   0.13
XYZ44.877839.360925.3108
Yxy39.36090.40970.3593
Hunter Lab62.738317.892319.9971
CIE-Lab69.011922.914323.5986

#dd987f color RGB value is (221,152,127).

#dd987f hex color red value is 221, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd987f hue: 0.04 , saturation: 0.58 and the lightness value of dd987f is 0.68.

The process color (four color CMYK) of #dd987f color hex is 0.00, 0.31, 0.43, 0.13. Web safe color of #dd987f is #cc9966. Color #dd987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 01111111
Octal 335 230 177
Decimal 221 152 127
Hex DD 98 7F

RGB Percentages of Color #dd987f

%44.20
%30.40
%25.40

CMYK Percentages of Color #dd987f

%0
%31
%43
%13

Triadic Colors of #dd987f

#dd987f #7fdd98 #987fdd

Analogous Colors of #dd987f

#dd987f #ddc77f #dd7f95

Monochromatic Colors of #dd987f

#dd987f

Complementary Color

#dd987f #7fc4dd

#dd987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd987f Color CSS Codes

.mybgcolor {background-color:#dd987f; } 
.myforecolor {color:#dd987f; }
.mybordercolor {border:3px solid #dd987f; }

#dd987f Text Font Color

<p style="color:#dd987f">Text here</p>

This sample text font color is #dd987f
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.


#dd987f Background Color

<div style="background-color:#dd987f">
Div content here</div>

This div background color is #dd987f


#dd987f Border Color

<div style="border:3px solid #dd987f">
Div here</div>

This div border color is #dd987f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,152,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd987f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd987f;
  -webkit-box-shadow: 1px 1px 3px 2px #dd987f;
  box-shadow:         1px 1px 3px 2px #dd987f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,152,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd987f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd987f;
  -webkit-box-shadow: 1px 1px 3px 2px #dd987f;
  box-shadow:         1px 1px 3px 2px #dd987f;">
Div content here</div>

This div box has shadow with color #dd987f


Comments

No comments written yet.

Please login to write comment.