Color Hex Logo

#dd14ac Color Hex

#DD14AC
(221,20,172)
0 Favorites   0 Comments

Color spaces of #dd14ac

RGB 22120172
HSL0.870.830.47
HSV315°91°87°
CMYK 0.000.910.22   0.13
XYZ37.515318.851040.6911
Yxy18.85100.38650.1942
Hunter Lab43.417778.2527-25.1742
CIE-Lab50.512480.0781-29.3833

#dd14ac color RGB value is (221,20,172).

#dd14ac hex color red value is 221, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd14ac hue: 0.87 , saturation: 0.83 and the lightness value of dd14ac is 0.47.

The process color (four color CMYK) of #dd14ac color hex is 0.00, 0.91, 0.22, 0.13. Web safe color of #dd14ac is #cc0099. Color #dd14ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010100 10101100
Octal 335 24 254
Decimal 221 20 172
Hex DD 14 AC

RGB Percentages of Color #dd14ac

%53.51
%4.84
%41.65

CMYK Percentages of Color #dd14ac

%0
%91
%22
%13

Triadic Colors of #dd14ac

#dd14ac #acdd14 #14acdd

Analogous Colors of #dd14ac

#dd14ac #dd1448 #aa14dd

Monochromatic Colors of #dd14ac

#dd14ac

Complementary Color

#dd14ac #14dd45

#dd14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd14ac Color CSS Codes

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

#dd14ac Text Font Color

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

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


#dd14ac Background Color

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

This div background color is #dd14ac


#dd14ac Border Color

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

This div border color is #dd14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd14ac


Comments

No comments written yet.

Please login to write comment.