Color Hex Logo

#da9daf Color Hex

#DA9DAF
(218,157,175)
0 Favorites   0 Comments

Color spaces of #da9daf

RGB 218157175
HSL0.950.450.74
HSV342°28°85°
CMYK 0.000.280.20   0.15
XYZ48.708342.114546.1191
Yxy42.11450.35570.3075
Hunter Lab64.895720.40803.2916
CIE-Lab70.949825.3376-0.2867

#da9daf color RGB value is (218,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 10101111
Octal 332 235 257
Decimal 218 157 175
Hex DA 9D AF

RGB Percentages of Color #da9daf

%39.64
%28.55
%31.82

CMYK Percentages of Color #da9daf

%0
%28
%20
%15

Triadic Colors of #da9daf

#da9daf #afda9d #9dafda

Analogous Colors of #da9daf

#da9daf #daaa9d #da9dce

Monochromatic Colors of #da9daf

#da9daf

Complementary Color

#da9daf #9ddac8

#da9daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9daf Color CSS Codes

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

#da9daf Text Font Color

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

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


#da9daf Background Color

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

This div background color is #da9daf


#da9daf Border Color

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

This div border color is #da9daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,157,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da9daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9daf


Comments

No comments written yet.

Please login to write comment.