Color Hex Logo

#dd888e Color Hex

#DD888E
(221,136,142)
0 Favorites   0 Comments

Color spaces of #dd888e

RGB 221136142
HSL0.990.560.70
HSV356°38°87°
CMYK 0.000.380.36   0.13
XYZ43.505434.933530.0410
Yxy34.93350.40100.3220
Hunter Lab59.104627.956411.2379
CIE-Lab65.696933.193210.6555

#dd888e color RGB value is (221,136,142).

#dd888e hex color red value is 221, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd888e hue: 0.99 , saturation: 0.56 and the lightness value of dd888e is 0.70.

The process color (four color CMYK) of #dd888e color hex is 0.00, 0.38, 0.36, 0.13. Web safe color of #dd888e is #cc9999. Color #dd888e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 10001110
Octal 335 210 216
Decimal 221 136 142
Hex DD 88 8E

RGB Percentages of Color #dd888e

%44.29
%27.25
%28.46

CMYK Percentages of Color #dd888e

%0
%38
%36
%13

Triadic Colors of #dd888e

#dd888e #8edd88 #888edd

Analogous Colors of #dd888e

#dd888e #ddad88 #dd88b9

Monochromatic Colors of #dd888e

#dd888e

Complementary Color

#dd888e #88ddd7

#dd888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd888e Color CSS Codes

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

#dd888e Text Font Color

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

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


#dd888e Background Color

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

This div background color is #dd888e


#dd888e Border Color

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

This div border color is #dd888e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,136,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 #dd888e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd888e


Comments

No comments written yet.

Please login to write comment.