Color Hex Logo

#da72aa Color Hex

#DA72AA
(218,114,170)
0 Favorites   0 Comments

Color spaces of #da72aa

RGB 218114170
HSL0.910.580.65
HSV328°48°85°
CMYK 0.000.480.22   0.15
XYZ42.186529.842341.5669
Yxy29.84230.37140.2627
Hunter Lab54.628142.2473-6.8745
CIE-Lab61.517947.2719-11.4345

#da72aa color RGB value is (218,114,170).

#da72aa hex color red value is 218, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da72aa hue: 0.91 , saturation: 0.58 and the lightness value of da72aa is 0.65.

The process color (four color CMYK) of #da72aa color hex is 0.00, 0.48, 0.22, 0.15. Web safe color of #da72aa is #cc6699. Color #da72aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110010 10101010
Octal 332 162 252
Decimal 218 114 170
Hex DA 72 AA

RGB Percentages of Color #da72aa

%43.43
%22.71
%33.86

CMYK Percentages of Color #da72aa

%0
%48
%22
%15

Triadic Colors of #da72aa

#da72aa #aada72 #72aada

Analogous Colors of #da72aa

#da72aa #da7276 #d672da

Monochromatic Colors of #da72aa

#da72aa

Complementary Color

#da72aa #72daa2

#da72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da72aa Color CSS Codes

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

#da72aa Text Font Color

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

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


#da72aa Background Color

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

This div background color is #da72aa


#da72aa Border Color

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

This div border color is #da72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da72aa


Comments

No comments written yet.

Please login to write comment.