Color Hex Logo

#da569f Color Hex

#DA569F
(218,86,159)
0 Favorites   0 Comments

Color spaces of #da569f

RGB 21886159
HSL0.910.640.60
HSV327°61°85°
CMYK 0.000.610.27   0.15
XYZ38.499224.064235.4166
Yxy24.06420.39290.2456
Hunter Lab49.055354.2423-8.4671
CIE-Lab56.152058.9483-13.1452

#da569f color RGB value is (218,86,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10011111
Octal 332 126 237
Decimal 218 86 159
Hex DA 56 9F

RGB Percentages of Color #da569f

%47.08
%18.57
%34.34

CMYK Percentages of Color #da569f

%0
%61
%27
%15

Triadic Colors of #da569f

#da569f #9fda56 #569fda

Analogous Colors of #da569f

#da569f #da565d #d356da

Monochromatic Colors of #da569f

#da569f

Complementary Color

#da569f #56da91

#da569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da569f Color CSS Codes

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

#da569f Text Font Color

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

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


#da569f Background Color

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

This div background color is #da569f


#da569f Border Color

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

This div border color is #da569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da569f


Comments

No comments written yet.

Please login to write comment.