Color Hex Logo

#da57ad Color Hex

#DA57AD
(218,87,173)
0 Favorites   0 Comments

Color spaces of #da57ad

RGB 21887173
HSL0.890.640.60
HSV321°60°85°
CMYK 0.000.600.21   0.15
XYZ39.864524.738942.2092
Yxy24.73890.37320.2316
Hunter Lab49.738256.0234-15.4984
CIE-Lab56.820160.3910-20.2776

#da57ad color RGB value is (218,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10101101
Octal 332 127 255
Decimal 218 87 173
Hex DA 57 AD

RGB Percentages of Color #da57ad

%45.61
%18.20
%36.19

CMYK Percentages of Color #da57ad

%0
%60
%21
%15

Triadic Colors of #da57ad

#da57ad #adda57 #57adda

Analogous Colors of #da57ad

#da57ad #da576c #c657da

Monochromatic Colors of #da57ad

#da57ad

Complementary Color

#da57ad #57da84

#da57ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57ad Color CSS Codes

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

#da57ad Text Font Color

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

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


#da57ad Background Color

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

This div background color is #da57ad


#da57ad Border Color

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

This div border color is #da57ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57ad


Comments

No comments written yet.

Please login to write comment.