Color Hex Logo

#dd878b Color Hex

#DD878B
(221,135,139)
0 Favorites   0 Comments

Color spaces of #dd878b

RGB 221135139
HSL0.990.560.70
HSV357°39°87°
CMYK 0.000.390.37   0.13
XYZ43.143034.564228.8238
Yxy34.56420.40500.3245
Hunter Lab58.791328.104312.0856
CIE-Lab65.408033.365511.9402

#dd878b color RGB value is (221,135,139).

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

The process color (four color CMYK) of #dd878b color hex is 0.00, 0.39, 0.37, 0.13. Web safe color of #dd878b is #cc9999. Color #dd878b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 10001011
Octal 335 207 213
Decimal 221 135 139
Hex DD 87 8B

RGB Percentages of Color #dd878b

%44.65
%27.27
%28.08

CMYK Percentages of Color #dd878b

%0
%39
%37
%13

Triadic Colors of #dd878b

#dd878b #8bdd87 #878bdd

Analogous Colors of #dd878b

#dd878b #ddae87 #dd87b6

Monochromatic Colors of #dd878b

#dd878b

Complementary Color

#dd878b #87ddd9

#dd878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd878b Color CSS Codes

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

#dd878b Text Font Color

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

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


#dd878b Background Color

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

This div background color is #dd878b


#dd878b Border Color

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

This div border color is #dd878b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd878b


Comments

No comments written yet.

Please login to write comment.