Color Hex Logo

#dd729f Color Hex

#DD729F
(221,114,159)
0 Favorites   0 Comments

Color spaces of #dd729f

RGB 221114159
HSL0.930.610.66
HSV335°48°87°
CMYK 0.000.480.28   0.13
XYZ42.094129.910036.3555
Yxy29.91000.38850.2760
Hunter Lab54.690041.6812-1.1303
CIE-Lab61.576546.7408-4.9975

#dd729f color RGB value is (221,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 10011111
Octal 335 162 237
Decimal 221 114 159
Hex DD 72 9F

RGB Percentages of Color #dd729f

%44.74
%23.08
%32.19

CMYK Percentages of Color #dd729f

%0
%48
%28
%13

Triadic Colors of #dd729f

#dd729f #9fdd72 #729fdd

Analogous Colors of #dd729f

#dd729f #dd7b72 #dd72d5

Monochromatic Colors of #dd729f

#dd729f

Complementary Color

#dd729f #72ddb0

#dd729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd729f Color CSS Codes

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

#dd729f Text Font Color

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

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


#dd729f Background Color

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

This div background color is #dd729f


#dd729f Border Color

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

This div border color is #dd729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd729f


Comments

No comments written yet.

Please login to write comment.