Color Hex Logo

#da6daa Color Hex

#DA6DAA
(218,109,170)
0 Favorites   0 Comments

Color spaces of #da6daa

RGB 218109170
HSL0.910.600.64
HSV326°50°85°
CMYK 0.000.500.22   0.15
XYZ41.637828.745041.3840
Yxy28.74500.37250.2572
Hunter Lab53.614444.8009-8.2349
CIE-Lab60.555949.7577-12.8800

#da6daa color RGB value is (218,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101101 10101010
Octal 332 155 252
Decimal 218 109 170
Hex DA 6D AA

RGB Percentages of Color #da6daa

%43.86
%21.93
%34.21

CMYK Percentages of Color #da6daa

%0
%50
%22
%15

Triadic Colors of #da6daa

#da6daa #aada6d #6daada

Analogous Colors of #da6daa

#da6daa #da6d74 #d46dda

Monochromatic Colors of #da6daa

#da6daa

Complementary Color

#da6daa #6dda9d

#da6daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6daa Color CSS Codes

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

#da6daa Text Font Color

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

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


#da6daa Background Color

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

This div background color is #da6daa


#da6daa Border Color

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

This div border color is #da6daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6daa


Comments

No comments written yet.

Please login to write comment.