Color Hex Logo

#dd719e Color Hex

#DD719E
(221,113,158)
0 Favorites   0 Comments

Color spaces of #dd719e

RGB 221113158
HSL0.930.610.65
HSV335°49°87°
CMYK 0.000.490.29   0.13
XYZ41.895529.651035.8628
Yxy29.65100.39010.2761
Hunter Lab54.452742.0442-0.9317
CIE-Lab61.351947.1084-4.7551

#dd719e color RGB value is (221,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 10011110
Octal 335 161 236
Decimal 221 113 158
Hex DD 71 9E

RGB Percentages of Color #dd719e

%44.92
%22.97
%32.11

CMYK Percentages of Color #dd719e

%0
%49
%29
%13

Triadic Colors of #dd719e

#dd719e #9edd71 #719edd

Analogous Colors of #dd719e

#dd719e #dd7a71 #dd71d4

Monochromatic Colors of #dd719e

#dd719e

Complementary Color

#dd719e #71ddb0

#dd719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd719e Color CSS Codes

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

#dd719e Text Font Color

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

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


#dd719e Background Color

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

This div background color is #dd719e


#dd719e Border Color

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

This div border color is #dd719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd719e


Comments

No comments written yet.

Please login to write comment.