Color Hex Logo

#dd868d Color Hex

#DD868D
(221,134,141)
0 Favorites   0 Comments

Color spaces of #dd868d

RGB 221134141
HSL0.990.560.70
HSV355°39°87°
CMYK 0.000.390.36   0.13
XYZ43.151634.345429.5543
Yxy34.34540.40310.3208
Hunter Lab58.604928.873311.1237
CIE-Lab65.235834.133110.5676

#dd868d color RGB value is (221,134,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 10001101
Octal 335 206 215
Decimal 221 134 141
Hex DD 86 8D

RGB Percentages of Color #dd868d

%44.56
%27.02
%28.43

CMYK Percentages of Color #dd868d

%0
%39
%36
%13

Triadic Colors of #dd868d

#dd868d #8ddd86 #868ddd

Analogous Colors of #dd868d

#dd868d #ddab86 #dd86b9

Monochromatic Colors of #dd868d

#dd868d

Complementary Color

#dd868d #86ddd6

#dd868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd868d Color CSS Codes

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

#dd868d Text Font Color

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

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


#dd868d Background Color

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

This div background color is #dd868d


#dd868d Border Color

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

This div border color is #dd868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd868d


Comments

No comments written yet.

Please login to write comment.