Color Hex Logo

#da69ad Color Hex

#DA69AD
(218,105,173)
0 Favorites   0 Comments

Color spaces of #da69ad

RGB 218105173
HSL0.900.600.63
HSV324°52°85°
CMYK 0.000.520.21   0.15
XYZ41.507828.025742.7570
Yxy28.02570.36960.2496
Hunter Lab52.939347.3116-10.8287
CIE-Lab59.911952.1378-15.5751

#da69ad color RGB value is (218,105,173).

#da69ad hex color red value is 218, green value is 105 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da69ad hue: 0.90 , saturation: 0.60 and the lightness value of da69ad is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 10101101
Octal 332 151 255
Decimal 218 105 173
Hex DA 69 AD

RGB Percentages of Color #da69ad

%43.95
%21.17
%34.88

CMYK Percentages of Color #da69ad

%0
%52
%21
%15

Triadic Colors of #da69ad

#da69ad #adda69 #69adda

Analogous Colors of #da69ad

#da69ad #da6975 #cf69da

Monochromatic Colors of #da69ad

#da69ad

Complementary Color

#da69ad #69da96

#da69ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da69ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da69ad Color CSS Codes

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

#da69ad Text Font Color

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

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


#da69ad Background Color

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

This div background color is #da69ad


#da69ad Border Color

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

This div border color is #da69ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da69ad


Comments

No comments written yet.

Please login to write comment.