Color Hex Logo

#da6eaa Color Hex

#DA6EAA
(218,110,170)
0 Favorites   0 Comments

Color spaces of #da6eaa

RGB 218110170
HSL0.910.590.64
HSV327°50°85°
CMYK 0.000.500.22   0.15
XYZ41.745128.959641.4198
Yxy28.95960.37230.2583
Hunter Lab53.814144.2927-7.9646
CIE-Lab60.746049.2645-12.5941

#da6eaa color RGB value is (218,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 10101010
Octal 332 156 252
Decimal 218 110 170
Hex DA 6E AA

RGB Percentages of Color #da6eaa

%43.78
%22.09
%34.14

CMYK Percentages of Color #da6eaa

%0
%50
%22
%15

Triadic Colors of #da6eaa

#da6eaa #aada6e #6eaada

Analogous Colors of #da6eaa

#da6eaa #da6e74 #d46eda

Monochromatic Colors of #da6eaa

#da6eaa

Complementary Color

#da6eaa #6eda9e

#da6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6eaa Color CSS Codes

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

#da6eaa Text Font Color

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

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


#da6eaa Background Color

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

This div background color is #da6eaa


#da6eaa Border Color

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

This div border color is #da6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6eaa


Comments

No comments written yet.

Please login to write comment.