Color Hex Logo

#da559f Color Hex

#DA559F
(218,85,159)
0 Favorites   0 Comments

Color spaces of #da559f

RGB 21885159
HSL0.910.640.59
HSV327°61°85°
CMYK 0.000.610.27   0.15
XYZ38.419923.905635.3902
Yxy23.90560.39320.2446
Hunter Lab48.893454.7001-8.6902
CIE-Lab55.993259.3789-13.3849

#da559f color RGB value is (218,85,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10011111
Octal 332 125 237
Decimal 218 85 159
Hex DA 55 9F

RGB Percentages of Color #da559f

%47.19
%18.40
%34.42

CMYK Percentages of Color #da559f

%0
%61
%27
%15

Triadic Colors of #da559f

#da559f #9fda55 #559fda

Analogous Colors of #da559f

#da559f #da555c #d355da

Monochromatic Colors of #da559f

#da559f

Complementary Color

#da559f #55da90

#da559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da559f Color CSS Codes

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

#da559f Text Font Color

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

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


#da559f Background Color

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

This div background color is #da559f


#da559f Border Color

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

This div border color is #da559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da559f


Comments

No comments written yet.

Please login to write comment.