Color Hex Logo

#dc47ac Color Hex

#DC47AC
(220,71,172)
0 Favorites   0 Comments

Color spaces of #dc47ac

RGB 22071172
HSL0.890.680.57
HSV319°68°86°
CMYK 0.000.680.22   0.14
XYZ39.214822.700741.3445
Yxy22.70070.37980.2198
Hunter Lab47.645363.5366-18.0976
CIE-Lab54.762767.2148-22.8222

#dc47ac color RGB value is (220,71,172).

#dc47ac hex color red value is 220, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc47ac hue: 0.89 , saturation: 0.68 and the lightness value of dc47ac is 0.57.

The process color (four color CMYK) of #dc47ac color hex is 0.00, 0.68, 0.22, 0.14. Web safe color of #dc47ac is #cc3399. Color #dc47ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 10101100
Octal 334 107 254
Decimal 220 71 172
Hex DC 47 AC

RGB Percentages of Color #dc47ac

%47.52
%15.33
%37.15

CMYK Percentages of Color #dc47ac

%0
%68
%22
%14

Triadic Colors of #dc47ac

#dc47ac #acdc47 #47acdc

Analogous Colors of #dc47ac

#dc47ac #dc4761 #c247dc

Monochromatic Colors of #dc47ac

#dc47ac

Complementary Color

#dc47ac #47dc77

#dc47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc47ac Color CSS Codes

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

#dc47ac Text Font Color

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

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


#dc47ac Background Color

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

This div background color is #dc47ac


#dc47ac Border Color

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

This div border color is #dc47ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc47ac


Comments

No comments written yet.

Please login to write comment.