Color Hex Logo

#dd54ac Color Hex

#DD54AC
(221,84,172)
0 Favorites   0 Comments

Color spaces of #dd54ac

RGB 22184172
HSL0.890.670.60
HSV321°62°87°
CMYK 0.000.620.22   0.13
XYZ40.435524.691441.6644
Yxy24.69140.37860.2312
Hunter Lab49.690458.2958-14.9301
CIE-Lab56.773562.3705-19.7279

#dd54ac color RGB value is (221,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 10101100
Octal 335 124 254
Decimal 221 84 172
Hex DD 54 AC

RGB Percentages of Color #dd54ac

%46.33
%17.61
%36.06

CMYK Percentages of Color #dd54ac

%0
%62
%22
%13

Triadic Colors of #dd54ac

#dd54ac #acdd54 #54acdd

Analogous Colors of #dd54ac

#dd54ac #dd5468 #ca54dd

Monochromatic Colors of #dd54ac

#dd54ac

Complementary Color

#dd54ac #54dd85

#dd54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd54ac Color CSS Codes

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

#dd54ac Text Font Color

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

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


#dd54ac Background Color

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

This div background color is #dd54ac


#dd54ac Border Color

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

This div border color is #dd54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd54ac


Comments

No comments written yet.

Please login to write comment.