Color Hex Logo

#dc72af Color Hex

#DC72AF
(220,114,175)
0 Favorites   0 Comments

Color spaces of #dc72af

RGB 220114175
HSL0.900.600.65
HSV325°48°86°
CMYK 0.000.480.20   0.14
XYZ43.270430.345444.1341
Yxy30.34540.36750.2577
Hunter Lab55.086743.8095-8.9411
CIE-Lab61.951148.6436-13.6151

#dc72af color RGB value is (220,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10101111
Octal 334 162 257
Decimal 220 114 175
Hex DC 72 AF

RGB Percentages of Color #dc72af

%43.22
%22.40
%34.38

CMYK Percentages of Color #dc72af

%0
%48
%20
%14

Triadic Colors of #dc72af

#dc72af #afdc72 #72afdc

Analogous Colors of #dc72af

#dc72af #dc727a #d472dc

Monochromatic Colors of #dc72af

#dc72af

Complementary Color

#dc72af #72dc9f

#dc72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72af Color CSS Codes

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

#dc72af Text Font Color

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

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


#dc72af Background Color

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

This div background color is #dc72af


#dc72af Border Color

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

This div border color is #dc72af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72af


Comments

No comments written yet.

Please login to write comment.