Color Hex Logo

#da9dac Color Hex

#DA9DAC
(218,157,172)
0 Favorites   0 Comments

Color spaces of #da9dac

RGB 218157172
HSL0.960.450.74
HSV345°28°85°
CMYK 0.000.280.21   0.15
XYZ48.416841.997944.5843
Yxy41.99790.35860.3111
Hunter Lab64.805819.94834.5744
CIE-Lab70.869524.88401.2598

#da9dac color RGB value is (218,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 10101100
Octal 332 235 254
Decimal 218 157 172
Hex DA 9D AC

RGB Percentages of Color #da9dac

%39.85
%28.70
%31.44

CMYK Percentages of Color #da9dac

%0
%28
%21
%15

Triadic Colors of #da9dac

#da9dac #acda9d #9dacda

Analogous Colors of #da9dac

#da9dac #daad9d #da9dcb

Monochromatic Colors of #da9dac

#da9dac

Complementary Color

#da9dac #9ddacb

#da9dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9dac Color CSS Codes

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

#da9dac Text Font Color

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

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


#da9dac Background Color

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

This div background color is #da9dac


#da9dac Border Color

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

This div border color is #da9dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9dac


Comments

No comments written yet.

Please login to write comment.