Color Hex Logo

#dc54ac Color Hex

#DC54AC
(220,84,172)
0 Favorites   0 Comments

Color spaces of #dc54ac

RGB 22084172
HSL0.890.660.60
HSV321°62°86°
CMYK 0.000.620.22   0.14
XYZ40.131924.534841.6502
Yxy24.53480.37750.2308
Hunter Lab49.532657.9407-15.1820
CIE-Lab56.619362.0915-19.9772

#dc54ac color RGB value is (220,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 10101100
Octal 334 124 254
Decimal 220 84 172
Hex DC 54 AC

RGB Percentages of Color #dc54ac

%46.22
%17.65
%36.13

CMYK Percentages of Color #dc54ac

%0
%62
%22
%14

Triadic Colors of #dc54ac

#dc54ac #acdc54 #54acdc

Analogous Colors of #dc54ac

#dc54ac #dc5468 #c854dc

Monochromatic Colors of #dc54ac

#dc54ac

Complementary Color

#dc54ac #54dc84

#dc54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc54ac Color CSS Codes

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

#dc54ac Text Font Color

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

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


#dc54ac Background Color

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

This div background color is #dc54ac


#dc54ac Border Color

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

This div border color is #dc54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc54ac


Comments

No comments written yet.

Please login to write comment.