Color Hex Logo

#da29aa Color Hex

#DA29AA
(218,41,170)
0 Favorites   0 Comments

Color spaces of #da29aa

RGB 21841170
HSL0.880.710.51
HSV316°81°85°
CMYK 0.000.810.22   0.15
XYZ36.962119.393639.8254
Yxy19.39360.38430.2016
Hunter Lab44.038272.7518-22.7915
CIE-Lab51.144675.5417-27.2645

#da29aa color RGB value is (218,41,170).

#da29aa hex color red value is 218, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da29aa hue: 0.88 , saturation: 0.71 and the lightness value of da29aa is 0.51.

The process color (four color CMYK) of #da29aa color hex is 0.00, 0.81, 0.22, 0.15. Web safe color of #da29aa is #cc3399. Color #da29aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 10101010
Octal 332 51 252
Decimal 218 41 170
Hex DA 29 AA

RGB Percentages of Color #da29aa

%50.82
%9.56
%39.63

CMYK Percentages of Color #da29aa

%0
%81
%22
%15

Triadic Colors of #da29aa

#da29aa #aada29 #29aada

Analogous Colors of #da29aa

#da29aa #da2952 #b229da

Monochromatic Colors of #da29aa

#da29aa

Complementary Color

#da29aa #29da59

#da29aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da29aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da29aa Color CSS Codes

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

#da29aa Text Font Color

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

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


#da29aa Background Color

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

This div background color is #da29aa


#da29aa Border Color

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

This div border color is #da29aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da29aa


Comments

No comments written yet.

Please login to write comment.