Color Hex Logo

#dd988f Color Hex

#DD988F
(221,152,143)
0 Favorites   0 Comments

Color spaces of #dd988f

RGB 221152143
HSL0.020.530.71
HSV35°87°
CMYK 0.000.310.35   0.13
XYZ46.005039.811831.2463
Yxy39.81180.39300.3401
Hunter Lab63.096619.728914.8064
CIE-Lab69.335324.753215.2101

#dd988f color RGB value is (221,152,143).

#dd988f hex color red value is 221, green value is 152 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dd988f hue: 0.02 , saturation: 0.53 and the lightness value of dd988f is 0.71.

The process color (four color CMYK) of #dd988f color hex is 0.00, 0.31, 0.35, 0.13. Web safe color of #dd988f is #cc9999. Color #dd988f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 10001111
Octal 335 230 217
Decimal 221 152 143
Hex DD 98 8F

RGB Percentages of Color #dd988f

%42.83
%29.46
%27.71

CMYK Percentages of Color #dd988f

%0
%31
%35
%13

Triadic Colors of #dd988f

#dd988f #8fdd98 #988fdd

Analogous Colors of #dd988f

#dd988f #ddbf8f #dd8fad

Monochromatic Colors of #dd988f

#dd988f

Complementary Color

#dd988f #8fd4dd

#dd988f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd988f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd988f Color CSS Codes

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

#dd988f Text Font Color

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

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


#dd988f Background Color

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

This div background color is #dd988f


#dd988f Border Color

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

This div border color is #dd988f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd988f


Comments

No comments written yet.

Please login to write comment.