Color Hex Logo

#da9dbd Color Hex

#DA9DBD
(218,157,189)
0 Favorites   0 Comments

Color spaces of #da9dbd

RGB 218157189
HSL0.910.450.74
HSV329°28°85°
CMYK 0.000.280.13   0.15
XYZ50.155742.693553.7413
Yxy42.69350.34210.2912
Hunter Lab65.340322.6725-3.0269
CIE-Lab71.346427.5525-7.4593

#da9dbd color RGB value is (218,157,189).

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

The process color (four color CMYK) of #da9dbd color hex is 0.00, 0.28, 0.13, 0.15. Web safe color of #da9dbd is #cc99cc. Color #da9dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 10111101
Octal 332 235 275
Decimal 218 157 189
Hex DA 9D BD

RGB Percentages of Color #da9dbd

%38.65
%27.84
%33.51

CMYK Percentages of Color #da9dbd

%0
%28
%13
%15

Triadic Colors of #da9dbd

#da9dbd #bdda9d #9dbdda

Analogous Colors of #da9dbd

#da9dbd #da9d9f #d99dda

Monochromatic Colors of #da9dbd

#da9dbd

Complementary Color

#da9dbd #9ddaba

#da9dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9dbd Color CSS Codes

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

#da9dbd Text Font Color

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

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


#da9dbd Background Color

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

This div background color is #da9dbd


#da9dbd Border Color

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

This div border color is #da9dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9dbd


Comments

No comments written yet.

Please login to write comment.