Color Hex Logo

#da76ad Color Hex

#DA76AD
(218,118,173)
0 Favorites   0 Comments

Color spaces of #da76ad

RGB 218118173
HSL0.910.570.66
HSV327°46°85°
CMYK 0.000.460.21   0.15
XYZ42.934730.879443.2326
Yxy30.87940.36680.2638
Hunter Lab55.569240.6691-7.2289
CIE-Lab62.405745.6869-11.8166

#da76ad color RGB value is (218,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 10101101
Octal 332 166 255
Decimal 218 118 173
Hex DA 76 AD

RGB Percentages of Color #da76ad

%42.83
%23.18
%33.99

CMYK Percentages of Color #da76ad

%0
%46
%21
%15

Triadic Colors of #da76ad

#da76ad #adda76 #76adda

Analogous Colors of #da76ad

#da76ad #da767b #d576da

Monochromatic Colors of #da76ad

#da76ad

Complementary Color

#da76ad #76daa3

#da76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da76ad Color CSS Codes

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

#da76ad Text Font Color

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

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


#da76ad Background Color

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

This div background color is #da76ad


#da76ad Border Color

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

This div border color is #da76ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da76ad


Comments

No comments written yet.

Please login to write comment.