Color Hex Logo

#dc797d Color Hex

#DC797D
(220,121,125)
0 Favorites   0 Comments

Color spaces of #dc797d

RGB 220121125
HSL0.990.590.67
HSV358°45°86°
CMYK 0.000.450.43   0.14
XYZ40.054230.371123.1531
Yxy30.37110.42800.3246
Hunter Lab55.110033.292213.6678
CIE-Lab61.973138.772615.0615

#dc797d color RGB value is (220,121,125).

#dc797d hex color red value is 220, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc797d hue: 0.99 , saturation: 0.59 and the lightness value of dc797d is 0.67.

The process color (four color CMYK) of #dc797d color hex is 0.00, 0.45, 0.43, 0.14. Web safe color of #dc797d is #cc6666. Color #dc797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 01111101
Octal 334 171 175
Decimal 220 121 125
Hex DC 79 7D

RGB Percentages of Color #dc797d

%47.21
%25.97
%26.82

CMYK Percentages of Color #dc797d

%0
%45
%43
%14

Triadic Colors of #dc797d

#dc797d #7ddc79 #797ddc

Analogous Colors of #dc797d

#dc797d #dca779 #dc79af

Monochromatic Colors of #dc797d

#dc797d

Complementary Color

#dc797d #79dcd8

#dc797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc797d Color CSS Codes

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

#dc797d Text Font Color

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

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


#dc797d Background Color

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

This div background color is #dc797d


#dc797d Border Color

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

This div border color is #dc797d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,121,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc797d


Comments

No comments written yet.

Please login to write comment.