Color Hex Logo

#dc79ac Color Hex

#DC79AC
(220,121,172)
0 Favorites   0 Comments

Color spaces of #dc79ac

RGB 220121172
HSL0.910.590.67
HSV329°45°86°
CMYK 0.000.450.22   0.14
XYZ43.799031.868942.8726
Yxy31.86890.36950.2688
Hunter Lab56.452539.6982-5.5107
CIE-Lab63.234444.6722-9.9786

#dc79ac color RGB value is (220,121,172).

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

The process color (four color CMYK) of #dc79ac color hex is 0.00, 0.45, 0.22, 0.14. Web safe color of #dc79ac is #cc6699. Color #dc79ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 10101100
Octal 334 171 254
Decimal 220 121 172
Hex DC 79 AC

RGB Percentages of Color #dc79ac

%42.88
%23.59
%33.53

CMYK Percentages of Color #dc79ac

%0
%45
%22
%14

Triadic Colors of #dc79ac

#dc79ac #acdc79 #79acdc

Analogous Colors of #dc79ac

#dc79ac #dc797b #db79dc

Monochromatic Colors of #dc79ac

#dc79ac

Complementary Color

#dc79ac #79dca9

#dc79ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc79ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc79ac Color CSS Codes

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

#dc79ac Text Font Color

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

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


#dc79ac Background Color

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

This div background color is #dc79ac


#dc79ac Border Color

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

This div border color is #dc79ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc79ac


Comments

No comments written yet.

Please login to write comment.