Color Hex Logo

#da579f Color Hex

#DA579F
(218,87,159)
0 Favorites   0 Comments

Color spaces of #da579f

RGB 21887159
HSL0.910.640.60
HSV327°60°85°
CMYK 0.000.600.27   0.15
XYZ38.579624.225035.4434
Yxy24.22500.39270.2466
Hunter Lab49.218953.7819-8.2425
CIE-Lab56.312458.5145-12.9034

#da579f color RGB value is (218,87,159).

#da579f hex color red value is 218, green value is 87 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #da579f hue: 0.91 , saturation: 0.64 and the lightness value of da579f is 0.60.

The process color (four color CMYK) of #da579f color hex is 0.00, 0.60, 0.27, 0.15. Web safe color of #da579f is #cc6699. Color #da579f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10011111
Octal 332 127 237
Decimal 218 87 159
Hex DA 57 9F

RGB Percentages of Color #da579f

%46.98
%18.75
%34.27

CMYK Percentages of Color #da579f

%0
%60
%27
%15

Triadic Colors of #da579f

#da579f #9fda57 #579fda

Analogous Colors of #da579f

#da579f #da575d #d457da

Monochromatic Colors of #da579f

#da579f

Complementary Color

#da579f #57da92

#da579f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da579f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da579f Color CSS Codes

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

#da579f Text Font Color

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

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


#da579f Background Color

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

This div background color is #da579f


#da579f Border Color

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

This div border color is #da579f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da579f


Comments

No comments written yet.

Please login to write comment.