Color Hex Logo

#dc72aa Color Hex

#DC72AA
(220,114,170)
0 Favorites   0 Comments

Color spaces of #dc72aa

RGB 220114170
HSL0.910.600.65
HSV328°48°86°
CMYK 0.000.480.23   0.14
XYZ42.788230.152641.5950
Yxy30.15260.37360.2633
Hunter Lab54.911442.9963-6.4738
CIE-Lab61.785747.9226-11.0056

#dc72aa color RGB value is (220,114,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10101010
Octal 334 162 252
Decimal 220 114 170
Hex DC 72 AA

RGB Percentages of Color #dc72aa

%43.65
%22.62
%33.73

CMYK Percentages of Color #dc72aa

%0
%48
%23
%14

Triadic Colors of #dc72aa

#dc72aa #aadc72 #72aadc

Analogous Colors of #dc72aa

#dc72aa #dc7275 #d972dc

Monochromatic Colors of #dc72aa

#dc72aa

Complementary Color

#dc72aa #72dca4

#dc72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72aa Color CSS Codes

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

#dc72aa Text Font Color

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

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


#dc72aa Background Color

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

This div background color is #dc72aa


#dc72aa Border Color

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

This div border color is #dc72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72aa


Comments

No comments written yet.

Please login to write comment.