Color Hex Logo

#dc53ac Color Hex

#DC53AC
(220,83,172)
0 Favorites   0 Comments

Color spaces of #dc53ac

RGB 22083172
HSL0.890.660.59
HSV321°62°86°
CMYK 0.000.620.22   0.14
XYZ40.054924.380741.6245
Yxy24.38070.37770.2299
Hunter Lab49.376858.3913-15.4175
CIE-Lab56.467062.5082-20.2101

#dc53ac color RGB value is (220,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 10101100
Octal 334 123 254
Decimal 220 83 172
Hex DC 53 AC

RGB Percentages of Color #dc53ac

%46.32
%17.47
%36.21

CMYK Percentages of Color #dc53ac

%0
%62
%22
%14

Triadic Colors of #dc53ac

#dc53ac #acdc53 #53acdc

Analogous Colors of #dc53ac

#dc53ac #dc5368 #c853dc

Monochromatic Colors of #dc53ac

#dc53ac

Complementary Color

#dc53ac #53dc83

#dc53ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc53ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc53ac Color CSS Codes

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

#dc53ac Text Font Color

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

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


#dc53ac Background Color

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

This div background color is #dc53ac


#dc53ac Border Color

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

This div border color is #dc53ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc53ac


Comments

No comments written yet.

Please login to write comment.