Color Hex Logo

#da9ebf Color Hex

#DA9EBF
(218,158,191)
0 Favorites   0 Comments

Color spaces of #da9ebf

RGB 218158191
HSL0.910.450.74
HSV327°28°85°
CMYK 0.000.280.12   0.15
XYZ50.544343.120754.9494
Yxy43.12070.34010.2902
Hunter Lab65.666422.4778-3.6472
CIE-Lab71.636827.3418-8.1343

#da9ebf color RGB value is (218,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 10111111
Octal 332 236 277
Decimal 218 158 191
Hex DA 9E BF

RGB Percentages of Color #da9ebf

%38.45
%27.87
%33.69

CMYK Percentages of Color #da9ebf

%0
%28
%12
%15

Triadic Colors of #da9ebf

#da9ebf #bfda9e #9ebfda

Analogous Colors of #da9ebf

#da9ebf #da9ea1 #d79eda

Monochromatic Colors of #da9ebf

#da9ebf

Complementary Color

#da9ebf #9edab9

#da9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ebf Color CSS Codes

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

#da9ebf Text Font Color

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

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


#da9ebf Background Color

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

This div background color is #da9ebf


#da9ebf Border Color

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

This div border color is #da9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ebf


Comments

No comments written yet.

Please login to write comment.