Color Hex Logo

#da57ae Color Hex

#DA57AE
(218,87,174)
0 Favorites   0 Comments

Color spaces of #da57ae

RGB 21887174
HSL0.890.640.60
HSV320°60°85°
CMYK 0.000.600.20   0.15
XYZ39.961624.777842.7208
Yxy24.77780.37190.2306
Hunter Lab49.777356.1909-16.0408
CIE-Lab56.858360.5302-20.7987

#da57ae color RGB value is (218,87,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 10101110
Octal 332 127 256
Decimal 218 87 174
Hex DA 57 AE

RGB Percentages of Color #da57ae

%45.51
%18.16
%36.33

CMYK Percentages of Color #da57ae

%0
%60
%20
%15

Triadic Colors of #da57ae

#da57ae #aeda57 #57aeda

Analogous Colors of #da57ae

#da57ae #da576d #c557da

Monochromatic Colors of #da57ae

#da57ae

Complementary Color

#da57ae #57da83

#da57ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57ae Color CSS Codes

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

#da57ae Text Font Color

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

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


#da57ae Background Color

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

This div background color is #da57ae


#da57ae Border Color

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

This div border color is #da57ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57ae

#da57ae Color Palettes


Comments

No comments written yet.

Please login to write comment.