Color Hex Logo

#dc728d Color Hex

#DC728D
(220,114,141)
0 Favorites   0 Comments

Color spaces of #dc728d

RGB 220114141
HSL0.960.600.65
HSV345°48°86°
CMYK 0.000.480.36   0.14
XYZ40.340229.173428.7042
Yxy29.17340.41070.2970
Hunter Lab54.012438.79446.2998
CIE-Lab60.934444.14004.4050

#dc728d color RGB value is (220,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10001101
Octal 334 162 215
Decimal 220 114 141
Hex DC 72 8D

RGB Percentages of Color #dc728d

%46.32
%24.00
%29.68

CMYK Percentages of Color #dc728d

%0
%48
%36
%14

Triadic Colors of #dc728d

#dc728d #8ddc72 #728ddc

Analogous Colors of #dc728d

#dc728d #dc8c72 #dc72c2

Monochromatic Colors of #dc728d

#dc728d

Complementary Color

#dc728d #72dcc1

#dc728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc728d Color CSS Codes

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

#dc728d Text Font Color

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

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


#dc728d Background Color

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

This div background color is #dc728d


#dc728d Border Color

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

This div border color is #dc728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc728d


Comments

No comments written yet.

Please login to write comment.