Color Hex Logo

#da7eaa Color Hex

#DA7EAA
(218,126,170)
0 Favorites   0 Comments

Color spaces of #da7eaa

RGB 218126170
HSL0.920.550.67
HSV331°42°85°
CMYK 0.000.420.22   0.15
XYZ43.630032.729442.0481
Yxy32.72940.36850.2764
Hunter Lab57.209636.0134-3.5304
CIE-Lab63.941241.1282-7.8142

#da7eaa color RGB value is (218,126,170).

#da7eaa hex color red value is 218, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da7eaa hue: 0.92 , saturation: 0.55 and the lightness value of da7eaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 10101010
Octal 332 176 252
Decimal 218 126 170
Hex DA 7E AA

RGB Percentages of Color #da7eaa

%42.41
%24.51
%33.07

CMYK Percentages of Color #da7eaa

%0
%42
%22
%15

Triadic Colors of #da7eaa

#da7eaa #aada7e #7eaada

Analogous Colors of #da7eaa

#da7eaa #da807e #da7ed8

Monochromatic Colors of #da7eaa

#da7eaa

Complementary Color

#da7eaa #7edaae

#da7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7eaa Color CSS Codes

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

#da7eaa Text Font Color

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

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


#da7eaa Background Color

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

This div background color is #da7eaa


#da7eaa Border Color

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

This div border color is #da7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7eaa


Comments

No comments written yet.

Please login to write comment.