Color Hex Logo

#daa9de Color Hex

#DAA9DE
(218,169,222)
0 Favorites   0 Comments

Color spaces of #daa9de

RGB 218169222
HSL0.820.450.77
HSV295°24°87°
CMYK 0.020.240.00   0.13
XYZ56.286248.555375.5127
Yxy48.55530.31210.2692
Hunter Lab69.681622.2427-15.4743
CIE-Lab75.173826.8887-19.8350

#daa9de color RGB value is (218,169,222).

#daa9de hex color red value is 218, green value is 169 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daa9de hue: 0.82 , saturation: 0.45 and the lightness value of daa9de is 0.77.

The process color (four color CMYK) of #daa9de color hex is 0.02, 0.24, 0.00, 0.13. Web safe color of #daa9de is #cc99cc. Color #daa9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 11011110
Octal 332 251 336
Decimal 218 169 222
Hex DA A9 DE

RGB Percentages of Color #daa9de

%35.80
%27.75
%36.45

CMYK Percentages of Color #daa9de

%2
%24
%0
%13

Triadic Colors of #daa9de

#daa9de #dedaa9 #a9deda

Analogous Colors of #daa9de

#daa9de #dea9c8 #c0a9de

Monochromatic Colors of #daa9de

#daa9de

Complementary Color

#daa9de #addea9

#daa9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9de Color CSS Codes

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

#daa9de Text Font Color

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

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


#daa9de Background Color

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

This div background color is #daa9de


#daa9de Border Color

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

This div border color is #daa9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9de


Comments

No comments written yet.

Please login to write comment.