Color Hex Logo

#dd579a Color Hex

#DD579A
(221,87,154)
0 Favorites   0 Comments

Color spaces of #dd579a

RGB 22187154
HSL0.920.660.60
HSV330°61°87°
CMYK 0.000.610.30   0.13
XYZ39.059724.521633.2463
Yxy24.52160.40340.2533
Hunter Lab49.519354.1380-5.1427
CIE-Lab56.606358.7769-9.4930

#dd579a color RGB value is (221,87,154).

#dd579a hex color red value is 221, green value is 87 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dd579a hue: 0.92 , saturation: 0.66 and the lightness value of dd579a is 0.60.

The process color (four color CMYK) of #dd579a color hex is 0.00, 0.61, 0.30, 0.13. Web safe color of #dd579a is #cc6699. Color #dd579a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010111 10011010
Octal 335 127 232
Decimal 221 87 154
Hex DD 57 9A

RGB Percentages of Color #dd579a

%47.84
%18.83
%33.33

CMYK Percentages of Color #dd579a

%0
%61
%30
%13

Triadic Colors of #dd579a

#dd579a #9add57 #579add

Analogous Colors of #dd579a

#dd579a #dd5757 #dd57dd

Monochromatic Colors of #dd579a

#dd579a

Complementary Color

#dd579a #57dd9a

#dd579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd579a Color CSS Codes

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

#dd579a Text Font Color

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

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


#dd579a Background Color

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

This div background color is #dd579a


#dd579a Border Color

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

This div border color is #dd579a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd579a


Comments

No comments written yet.

Please login to write comment.