Color Hex Logo

#dc72ac Color Hex

#DC72AC
(220,114,172)
0 Favorites   0 Comments

Color spaces of #dc72ac

RGB 220114172
HSL0.910.600.65
HSV327°48°86°
CMYK 0.000.480.22   0.14
XYZ42.978930.228842.5992
Yxy30.22880.37110.2610
Hunter Lab54.980743.3187-7.4515
CIE-Lab61.851148.2088-12.0513

#dc72ac color RGB value is (220,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10101100
Octal 334 162 254
Decimal 220 114 172
Hex DC 72 AC

RGB Percentages of Color #dc72ac

%43.48
%22.53
%33.99

CMYK Percentages of Color #dc72ac

%0
%48
%22
%14

Triadic Colors of #dc72ac

#dc72ac #acdc72 #72acdc

Analogous Colors of #dc72ac

#dc72ac #dc7277 #d772dc

Monochromatic Colors of #dc72ac

#dc72ac

Complementary Color

#dc72ac #72dca2

#dc72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72ac Color CSS Codes

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

#dc72ac Text Font Color

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

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


#dc72ac Background Color

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

This div background color is #dc72ac


#dc72ac Border Color

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

This div border color is #dc72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72ac


Comments

No comments written yet.

Please login to write comment.