Color Hex Logo

#dd686e Color Hex

#DD686E
(221,104,110)
0 Favorites   0 Comments

Color spaces of #dd686e

RGB 221104110
HSL0.990.630.64
HSV357°53°87°
CMYK 0.000.530.50   0.13
XYZ37.583626.398617.8664
Yxy26.39860.45920.3225
Hunter Lab51.379640.656615.3486
CIE-Lab58.413546.244318.8054

#dd686e color RGB value is (221,104,110).

#dd686e hex color red value is 221, green value is 104 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd686e hue: 0.99 , saturation: 0.63 and the lightness value of dd686e is 0.64.

The process color (four color CMYK) of #dd686e color hex is 0.00, 0.53, 0.50, 0.13. Web safe color of #dd686e is #cc6666. Color #dd686e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101000 01101110
Octal 335 150 156
Decimal 221 104 110
Hex DD 68 6E

RGB Percentages of Color #dd686e

%50.80
%23.91
%25.29

CMYK Percentages of Color #dd686e

%0
%53
%50
%13

Triadic Colors of #dd686e

#dd686e #6edd68 #686edd

Analogous Colors of #dd686e

#dd686e #dd9d68 #dd68a9

Monochromatic Colors of #dd686e

#dd686e

Complementary Color

#dd686e #68ddd7

#dd686e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd686e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd686e Color CSS Codes

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

#dd686e Text Font Color

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

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


#dd686e Background Color

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

This div background color is #dd686e


#dd686e Border Color

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

This div border color is #dd686e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd686e


Comments

No comments written yet.

Please login to write comment.