Color Hex Logo

#da9dbf Color Hex

#DA9DBF
(218,157,191)
0 Favorites   0 Comments

Color spaces of #da9dbf

RGB 218157191
HSL0.910.450.74
HSV327°28°85°
CMYK 0.000.280.12   0.15
XYZ50.374442.781054.8927
Yxy42.78100.34030.2890
Hunter Lab65.407223.0121-3.9738
CIE-Lab71.406127.8819-8.4773

#da9dbf color RGB value is (218,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 10111111
Octal 332 235 277
Decimal 218 157 191
Hex DA 9D BF

RGB Percentages of Color #da9dbf

%38.52
%27.74
%33.75

CMYK Percentages of Color #da9dbf

%0
%28
%12
%15

Triadic Colors of #da9dbf

#da9dbf #bfda9d #9dbfda

Analogous Colors of #da9dbf

#da9dbf #da9da1 #d79dda

Monochromatic Colors of #da9dbf

#da9dbf

Complementary Color

#da9dbf #9ddab8

#da9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9dbf Color CSS Codes

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

#da9dbf Text Font Color

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

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


#da9dbf Background Color

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

This div background color is #da9dbf


#da9dbf Border Color

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

This div border color is #da9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9dbf


Comments

No comments written yet.

Please login to write comment.