Color Hex Logo

#dd728f Color Hex

#DD728F
(221,114,143)
0 Favorites   0 Comments

Color spaces of #dd728f

RGB 221114143
HSL0.950.610.66
HSV344°48°87°
CMYK 0.000.480.35   0.13
XYZ40.794029.389929.5093
Yxy29.38990.40920.2948
Hunter Lab54.212539.44665.6756
CIE-Lab61.124244.72553.5444

#dd728f color RGB value is (221,114,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 10001111
Octal 335 162 217
Decimal 221 114 143
Hex DD 72 8F

RGB Percentages of Color #dd728f

%46.23
%23.85
%29.92

CMYK Percentages of Color #dd728f

%0
%48
%35
%13

Triadic Colors of #dd728f

#dd728f #8fdd72 #728fdd

Analogous Colors of #dd728f

#dd728f #dd8b72 #dd72c5

Monochromatic Colors of #dd728f

#dd728f

Complementary Color

#dd728f #72ddc0

#dd728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd728f Color CSS Codes

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

#dd728f Text Font Color

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

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


#dd728f Background Color

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

This div background color is #dd728f


#dd728f Border Color

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

This div border color is #dd728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd728f


Comments

No comments written yet.

Please login to write comment.