Color Hex Logo

#dd84ac Color Hex

#DD84AC
(221,132,172)
0 Favorites   0 Comments

Color spaces of #dd84ac

RGB 221132172
HSL0.930.570.69
HSV333°40°87°
CMYK 0.000.400.22   0.13
XYZ45.516534.853243.3581
Yxy34.85320.36790.2817
Hunter Lab59.036634.3073-2.2186
CIE-Lab65.634239.3116-6.3922

#dd84ac color RGB value is (221,132,172).

#dd84ac hex color red value is 221, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd84ac hue: 0.93 , saturation: 0.57 and the lightness value of dd84ac is 0.69.

The process color (four color CMYK) of #dd84ac color hex is 0.00, 0.40, 0.22, 0.13. Web safe color of #dd84ac is #cc9999. Color #dd84ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 10101100
Octal 335 204 254
Decimal 221 132 172
Hex DD 84 AC

RGB Percentages of Color #dd84ac

%42.10
%25.14
%32.76

CMYK Percentages of Color #dd84ac

%0
%40
%22
%13

Triadic Colors of #dd84ac

#dd84ac #acdd84 #84acdd

Analogous Colors of #dd84ac

#dd84ac #dd8984 #dd84d9

Monochromatic Colors of #dd84ac

#dd84ac

Complementary Color

#dd84ac #84ddb5

#dd84ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd84ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd84ac Color CSS Codes

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

#dd84ac Text Font Color

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

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


#dd84ac Background Color

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

This div background color is #dd84ac


#dd84ac Border Color

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

This div border color is #dd84ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd84ac


Comments

No comments written yet.

Please login to write comment.