Color Hex Logo

#dd728d Color Hex

#DD728D
(221,114,141)
0 Favorites   0 Comments

Color spaces of #dd728d

RGB 221114141
HSL0.960.610.66
HSV345°48°87°
CMYK 0.000.480.36   0.13
XYZ40.643829.329928.7184
Yxy29.32990.41180.2972
Hunter Lab54.157139.18576.4697
CIE-Lab61.071744.48844.6206

#dd728d color RGB value is (221,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 10001101
Octal 335 162 215
Decimal 221 114 141
Hex DD 72 8D

RGB Percentages of Color #dd728d

%46.43
%23.95
%29.62

CMYK Percentages of Color #dd728d

%0
%48
%36
%13

Triadic Colors of #dd728d

#dd728d #8ddd72 #728ddd

Analogous Colors of #dd728d

#dd728d #dd8d72 #dd72c3

Monochromatic Colors of #dd728d

#dd728d

Complementary Color

#dd728d #72ddc2

#dd728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd728d Color CSS Codes

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

#dd728d Text Font Color

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

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


#dd728d Background Color

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

This div background color is #dd728d


#dd728d Border Color

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

This div border color is #dd728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd728d


Comments

No comments written yet.

Please login to write comment.