Color Hex Logo

#dd04ad Color Hex

#DD04AD
(221,4,173)
0 Favorites   0 Comments

Color spaces of #dd04ad

RGB 2214173
HSL0.870.960.44
HSV313°98°87°
CMYK 0.000.980.22   0.13
XYZ37.405018.476141.1299
Yxy18.47610.38560.1905
Hunter Lab42.983880.1109-26.6441
CIE-Lab50.068581.6316-30.6646

#dd04ad color RGB value is (221,4,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 10101101
Octal 335 4 255
Decimal 221 4 173
Hex DD 4 AD

RGB Percentages of Color #dd04ad

%55.53
%1.01
%43.47

CMYK Percentages of Color #dd04ad

%0
%98
%22
%13

Triadic Colors of #dd04ad

#dd04ad #addd04 #04addd

Analogous Colors of #dd04ad

#dd04ad #dd0441 #a104dd

Monochromatic Colors of #dd04ad

#dd04ad

Complementary Color

#dd04ad #04dd34

#dd04ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd04ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd04ad Color CSS Codes

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

#dd04ad Text Font Color

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

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


#dd04ad Background Color

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

This div background color is #dd04ad


#dd04ad Border Color

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

This div border color is #dd04ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,4,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd04ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd04ad


Comments

No comments written yet.

Please login to write comment.