Color Hex Logo

#dd29ac Color Hex

#DD29AC
(221,41,172)
0 Favorites   0 Comments

Color spaces of #dd29ac

RGB 22141172
HSL0.880.730.51
HSV316°81°87°
CMYK 0.000.810.22   0.13
XYZ38.058119.936640.8720
Yxy19.93660.38490.2017
Hunter Lab44.650474.0075-23.0175
CIE-Lab51.765576.4376-27.4361

#dd29ac color RGB value is (221,41,172).

#dd29ac hex color red value is 221, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd29ac hue: 0.88 , saturation: 0.73 and the lightness value of dd29ac is 0.51.

The process color (four color CMYK) of #dd29ac color hex is 0.00, 0.81, 0.22, 0.13. Web safe color of #dd29ac is #cc3399. Color #dd29ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 10101100
Octal 335 51 254
Decimal 221 41 172
Hex DD 29 AC

RGB Percentages of Color #dd29ac

%50.92
%9.45
%39.63

CMYK Percentages of Color #dd29ac

%0
%81
%22
%13

Triadic Colors of #dd29ac

#dd29ac #acdd29 #29acdd

Analogous Colors of #dd29ac

#dd29ac #dd2952 #b429dd

Monochromatic Colors of #dd29ac

#dd29ac

Complementary Color

#dd29ac #29dd5a

#dd29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd29ac Color CSS Codes

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

#dd29ac Text Font Color

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

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


#dd29ac Background Color

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

This div background color is #dd29ac


#dd29ac Border Color

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

This div border color is #dd29ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd29ac


Comments

No comments written yet.

Please login to write comment.