Color Hex Logo

#dc73ac Color Hex

#DC73AC
(220,115,172)
0 Favorites   0 Comments

Color spaces of #dc73ac

RGB 220115172
HSL0.910.600.66
HSV327°48°86°
CMYK 0.000.480.22   0.14
XYZ43.092330.455742.6370
Yxy30.45570.37090.2621
Hunter Lab55.186742.8043-7.1765
CIE-Lab62.045447.7086-11.7595

#dc73ac color RGB value is (220,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 10101100
Octal 334 163 254
Decimal 220 115 172
Hex DC 73 AC

RGB Percentages of Color #dc73ac

%43.39
%22.68
%33.93

CMYK Percentages of Color #dc73ac

%0
%48
%22
%14

Triadic Colors of #dc73ac

#dc73ac #acdc73 #73acdc

Analogous Colors of #dc73ac

#dc73ac #dc7378 #d873dc

Monochromatic Colors of #dc73ac

#dc73ac

Complementary Color

#dc73ac #73dca3

#dc73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc73ac Color CSS Codes

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

#dc73ac Text Font Color

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

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


#dc73ac Background Color

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

This div background color is #dc73ac


#dc73ac Border Color

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

This div border color is #dc73ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc73ac


Comments

No comments written yet.

Please login to write comment.