Color Hex Logo

#da55ae Color Hex

#DA55AE
(218,85,174)
0 Favorites   0 Comments

Color spaces of #da55ae

RGB 21885174
HSL0.890.640.59
HSV320°61°85°
CMYK 0.000.610.20   0.15
XYZ39.801924.458442.6676
Yxy24.45840.37220.2287
Hunter Lab49.455457.1104-16.5336
CIE-Lab56.543961.3858-21.2800

#da55ae color RGB value is (218,85,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10101110
Octal 332 125 256
Decimal 218 85 174
Hex DA 55 AE

RGB Percentages of Color #da55ae

%45.70
%17.82
%36.48

CMYK Percentages of Color #da55ae

%0
%61
%20
%15

Triadic Colors of #da55ae

#da55ae #aeda55 #55aeda

Analogous Colors of #da55ae

#da55ae #da556c #c455da

Monochromatic Colors of #da55ae

#da55ae

Complementary Color

#da55ae #55da81

#da55ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da55ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da55ae Color CSS Codes

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

#da55ae Text Font Color

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

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


#da55ae Background Color

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

This div background color is #da55ae


#da55ae Border Color

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

This div border color is #da55ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da55ae


Comments

No comments written yet.

Please login to write comment.