Color Hex Logo

#da9eaa Color Hex

#DA9EAA
(218,158,170)
0 Favorites   0 Comments

Color spaces of #da9eaa

RGB 218158170
HSL0.970.450.74
HSV348°28°85°
CMYK 0.000.280.22   0.15
XYZ48.396042.261443.6367
Yxy42.26140.36040.3147
Hunter Lab65.008819.11965.7081
CIE-Lab71.050824.04542.6322

#da9eaa color RGB value is (218,158,170).

#da9eaa hex color red value is 218, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da9eaa hue: 0.97 , saturation: 0.45 and the lightness value of da9eaa is 0.74.

The process color (four color CMYK) of #da9eaa color hex is 0.00, 0.28, 0.22, 0.15. Web safe color of #da9eaa is #cc9999. Color #da9eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 10101010
Octal 332 236 252
Decimal 218 158 170
Hex DA 9E AA

RGB Percentages of Color #da9eaa

%39.93
%28.94
%31.14

CMYK Percentages of Color #da9eaa

%0
%28
%22
%15

Triadic Colors of #da9eaa

#da9eaa #aada9e #9eaada

Analogous Colors of #da9eaa

#da9eaa #dab09e #da9ec8

Monochromatic Colors of #da9eaa

#da9eaa

Complementary Color

#da9eaa #9edace

#da9eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9eaa Color CSS Codes

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

#da9eaa Text Font Color

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

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


#da9eaa Background Color

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

This div background color is #da9eaa


#da9eaa Border Color

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

This div border color is #da9eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9eaa


Comments

No comments written yet.

Please login to write comment.