Color Hex Logo

#da76aa Color Hex

#DA76AA
(218,118,170)
0 Favorites   0 Comments

Color spaces of #da76aa

RGB 218118170
HSL0.910.570.66
HSV329°46°85°
CMYK 0.000.460.22   0.15
XYZ42.647630.764641.7206
Yxy30.76460.37040.2672
Hunter Lab55.465840.1831-5.7710
CIE-Lab62.308445.2492-10.2502

#da76aa color RGB value is (218,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10101010
Octal 332 166 252
Decimal 218 118 170
Hex DA 76 AA

RGB Percentages of Color #da76aa

%43.08
%23.32
%33.60

CMYK Percentages of Color #da76aa

%0
%46
%22
%15

Triadic Colors of #da76aa

#da76aa #aada76 #76aada

Analogous Colors of #da76aa

#da76aa #da7678 #d876da

Monochromatic Colors of #da76aa

#da76aa

Complementary Color

#da76aa #76daa6

#da76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da76aa Color CSS Codes

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

#da76aa Text Font Color

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

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


#da76aa Background Color

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

This div background color is #da76aa


#da76aa Border Color

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

This div border color is #da76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da76aa


Comments

No comments written yet.

Please login to write comment.