Color Hex Logo

#dd4dad Color Hex

#DD4DAD
(221,77,173)
0 Favorites   0 Comments

Color spaces of #dd4dad

RGB 22177173
HSL0.890.680.58
HSV320°65°87°
CMYK 0.000.650.22   0.13
XYZ40.015523.697042.0001
Yxy23.69700.37850.2242
Hunter Lab48.679661.5411-17.0790
CIE-Lab55.783165.3327-21.8244

#dd4dad color RGB value is (221,77,173).

#dd4dad hex color red value is 221, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd4dad hue: 0.89 , saturation: 0.68 and the lightness value of dd4dad is 0.58.

The process color (four color CMYK) of #dd4dad color hex is 0.00, 0.65, 0.22, 0.13. Web safe color of #dd4dad is #cc6699. Color #dd4dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001101 10101101
Octal 335 115 255
Decimal 221 77 173
Hex DD 4D AD

RGB Percentages of Color #dd4dad

%46.92
%16.35
%36.73

CMYK Percentages of Color #dd4dad

%0
%65
%22
%13

Triadic Colors of #dd4dad

#dd4dad #addd4d #4daddd

Analogous Colors of #dd4dad

#dd4dad #dd4d65 #c54ddd

Monochromatic Colors of #dd4dad

#dd4dad

Complementary Color

#dd4dad #4ddd7d

#dd4dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4dad Color CSS Codes

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

#dd4dad Text Font Color

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

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


#dd4dad Background Color

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

This div background color is #dd4dad


#dd4dad Border Color

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

This div border color is #dd4dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4dad


Comments

No comments written yet.

Please login to write comment.