Color Hex Logo

#daa9df Color Hex

#DAA9DF
(218,169,223)
0 Favorites   0 Comments

Color spaces of #daa9df

RGB 218169223
HSL0.820.460.77
HSV294°24°87°
CMYK 0.020.240.00   0.13
XYZ56.420748.609176.2208
Yxy48.60910.31130.2682
Hunter Lab69.720222.4397-16.0139
CIE-Lab75.207527.0778-20.3286

#daa9df color RGB value is (218,169,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 11011111
Octal 332 251 337
Decimal 218 169 223
Hex DA A9 DF

RGB Percentages of Color #daa9df

%35.74
%27.70
%36.56

CMYK Percentages of Color #daa9df

%2
%24
%0
%13

Triadic Colors of #daa9df

#daa9df #dfdaa9 #a9dfda

Analogous Colors of #daa9df

#daa9df #dfa9c9 #bfa9df

Monochromatic Colors of #daa9df

#daa9df

Complementary Color

#daa9df #aedfa9

#daa9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9df Color CSS Codes

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

#daa9df Text Font Color

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

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


#daa9df Background Color

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

This div background color is #daa9df


#daa9df Border Color

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

This div border color is #daa9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9df


Comments

No comments written yet.

Please login to write comment.