Color Hex Logo

#d579ad Color Hex

#D579AD
(213,121,173)
0 Favorites   0 Comments

Color spaces of #d579ad

RGB 213121173
HSL0.910.520.65
HSV326°43°84°
CMYK 0.000.430.19   0.16
XYZ41.820830.838043.2833
Yxy30.83800.36070.2660
Hunter Lab55.532037.2463-7.3400
CIE-Lab62.370642.4911-11.9344

#d579ad color RGB value is (213,121,173).

#d579ad hex color red value is 213, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d579ad hue: 0.91 , saturation: 0.52 and the lightness value of d579ad is 0.65.

The process color (four color CMYK) of #d579ad color hex is 0.00, 0.43, 0.19, 0.16. Web safe color of #d579ad is #cc6699. Color #d579ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111001 10101101
Octal 325 171 255
Decimal 213 121 173
Hex D5 79 AD

RGB Percentages of Color #d579ad

%42.01
%23.87
%34.12

CMYK Percentages of Color #d579ad

%0
%43
%19
%16

Triadic Colors of #d579ad

#d579ad #add579 #79add5

Analogous Colors of #d579ad

#d579ad #d5797f #cf79d5

Monochromatic Colors of #d579ad

#d579ad

Complementary Color

#d579ad #79d5a1

#d579ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d579ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d579ad Color CSS Codes

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

#d579ad Text Font Color

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

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


#d579ad Background Color

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

This div background color is #d579ad


#d579ad Border Color

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

This div border color is #d579ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d579ad


Comments

No comments written yet.

Please login to write comment.