Color Hex Logo

#dd709f Color Hex

#DD709F
(221,112,159)
0 Favorites   0 Comments

Color spaces of #dd709f

RGB 221112159
HSL0.930.620.65
HSV334°49°87°
CMYK 0.000.490.28   0.13
XYZ41.871029.463736.2811
Yxy29.46370.38910.2738
Hunter Lab54.280542.7009-1.6331
CIE-Lab61.188747.7378-5.5714

#dd709f color RGB value is (221,112,159).

#dd709f hex color red value is 221, green value is 112 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dd709f hue: 0.93 , saturation: 0.62 and the lightness value of dd709f is 0.65.

The process color (four color CMYK) of #dd709f color hex is 0.00, 0.49, 0.28, 0.13. Web safe color of #dd709f is #cc6699. Color #dd709f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 10011111
Octal 335 160 237
Decimal 221 112 159
Hex DD 70 9F

RGB Percentages of Color #dd709f

%44.92
%22.76
%32.32

CMYK Percentages of Color #dd709f

%0
%49
%28
%13

Triadic Colors of #dd709f

#dd709f #9fdd70 #709fdd

Analogous Colors of #dd709f

#dd709f #dd7870 #dd70d6

Monochromatic Colors of #dd709f

#dd709f

Complementary Color

#dd709f #70ddae

#dd709f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd709f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd709f Color CSS Codes

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

#dd709f Text Font Color

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

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


#dd709f Background Color

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

This div background color is #dd709f


#dd709f Border Color

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

This div border color is #dd709f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd709f


Comments

No comments written yet.

Please login to write comment.