Color Hex Logo

#da9ebc Color Hex

#DA9EBC
(218,158,188)
0 Favorites   0 Comments

Color spaces of #da9ebc

RGB 218158188
HSL0.920.450.74
HSV330°28°85°
CMYK 0.000.280.14   0.15
XYZ50.217442.990053.2281
Yxy42.99000.34290.2936
Hunter Lab65.566821.9708-2.2358
CIE-Lab71.548226.8486-6.6067

#da9ebc color RGB value is (218,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011110 10111100
Octal 332 236 274
Decimal 218 158 188
Hex DA 9E BC

RGB Percentages of Color #da9ebc

%38.65
%28.01
%33.33

CMYK Percentages of Color #da9ebc

%0
%28
%14
%15

Triadic Colors of #da9ebc

#da9ebc #bcda9e #9ebcda

Analogous Colors of #da9ebc

#da9ebc #da9e9e #da9eda

Monochromatic Colors of #da9ebc

#da9ebc

Complementary Color

#da9ebc #9edabc

#da9ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ebc Color CSS Codes

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

#da9ebc Text Font Color

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

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


#da9ebc Background Color

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

This div background color is #da9ebc


#da9ebc Border Color

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

This div border color is #da9ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ebc


Comments

No comments written yet.

Please login to write comment.