Color Hex Logo

#dd04ac Color Hex

#DD04AC
(221,4,172)
0 Favorites   0 Comments

Color spaces of #dd04ac

RGB 2214172
HSL0.870.960.44
HSV314°98°87°
CMYK 0.000.980.22   0.13
XYZ37.308618.437540.6221
Yxy18.43750.38710.1913
Hunter Lab42.938979.9513-26.0337
CIE-Lab50.022581.5150-30.1465

#dd04ac color RGB value is (221,4,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 10101100
Octal 335 4 254
Decimal 221 4 172
Hex DD 4 AC

RGB Percentages of Color #dd04ac

%55.67
%1.01
%43.32

CMYK Percentages of Color #dd04ac

%0
%98
%22
%13

Triadic Colors of #dd04ac

#dd04ac #acdd04 #04acdd

Analogous Colors of #dd04ac

#dd04ac #dd0440 #a204dd

Monochromatic Colors of #dd04ac

#dd04ac

Complementary Color

#dd04ac #04dd35

#dd04ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd04ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd04ac Color CSS Codes

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

#dd04ac Text Font Color

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

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


#dd04ac Background Color

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

This div background color is #dd04ac


#dd04ac Border Color

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

This div border color is #dd04ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd04ac


Comments

No comments written yet.

Please login to write comment.