Color Hex Logo

#dd709e Color Hex

#DD709E
(221,112,158)
0 Favorites   0 Comments

Color spaces of #dd709e

RGB 221112158
HSL0.930.620.65
HSV335°49°87°
CMYK 0.000.490.29   0.13
XYZ41.784529.429135.8259
Yxy29.42910.39040.2749
Hunter Lab54.248642.5530-1.1812
CIE-Lab61.158547.6059-5.0412

#dd709e color RGB value is (221,112,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 10011110
Octal 335 160 236
Decimal 221 112 158
Hex DD 70 9E

RGB Percentages of Color #dd709e

%45.01
%22.81
%32.18

CMYK Percentages of Color #dd709e

%0
%49
%29
%13

Triadic Colors of #dd709e

#dd709e #9edd70 #709edd

Analogous Colors of #dd709e

#dd709e #dd7970 #dd70d5

Monochromatic Colors of #dd709e

#dd709e

Complementary Color

#dd709e #70ddaf

#dd709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd709e Color CSS Codes

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

#dd709e Text Font Color

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

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


#dd709e Background Color

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

This div background color is #dd709e


#dd709e Border Color

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

This div border color is #dd709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd709e


Comments

No comments written yet.

Please login to write comment.