Color Hex Logo

#da579e Color Hex

#DA579E
(218,87,158)
0 Favorites   0 Comments

Color spaces of #da579e

RGB 21887158
HSL0.910.640.60
HSV327°60°85°
CMYK 0.000.600.28   0.15
XYZ38.493224.190434.9882
Yxy24.19040.39410.2477
Hunter Lab49.183753.6298-7.7490
CIE-Lab56.277958.3864-12.3713

#da579e color RGB value is (218,87,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10011110
Octal 332 127 236
Decimal 218 87 158
Hex DA 57 9E

RGB Percentages of Color #da579e

%47.08
%18.79
%34.13

CMYK Percentages of Color #da579e

%0
%60
%28
%15

Triadic Colors of #da579e

#da579e #9eda57 #579eda

Analogous Colors of #da579e

#da579e #da575c #d557da

Monochromatic Colors of #da579e

#da579e

Complementary Color

#da579e #57da93

#da579e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da579e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da579e Color CSS Codes

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

#da579e Text Font Color

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

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


#da579e Background Color

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

This div background color is #da579e


#da579e Border Color

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

This div border color is #da579e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da579e


Comments

No comments written yet.

Please login to write comment.