Color Hex Logo

#daa5dd Color Hex

#DAA5DD
(218,165,221)
0 Favorites   0 Comments

Color spaces of #daa5dd

RGB 218165221
HSL0.820.450.76
HSV297°25°87°
CMYK 0.010.250.00   0.13
XYZ55.419747.036274.5646
Yxy47.03620.31310.2657
Hunter Lab68.582924.2200-16.4531
CIE-Lab74.212928.8648-20.7477

#daa5dd color RGB value is (218,165,221).

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

The process color (four color CMYK) of #daa5dd color hex is 0.01, 0.25, 0.00, 0.13. Web safe color of #daa5dd is #cc99cc. Color #daa5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 11011101
Octal 332 245 335
Decimal 218 165 221
Hex DA A5 DD

RGB Percentages of Color #daa5dd

%36.09
%27.32
%36.59

CMYK Percentages of Color #daa5dd

%1
%25
%0
%13

Triadic Colors of #daa5dd

#daa5dd #dddaa5 #a5ddda

Analogous Colors of #daa5dd

#daa5dd #dda5c4 #bea5dd

Monochromatic Colors of #daa5dd

#daa5dd

Complementary Color

#daa5dd #a8dda5

#daa5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5dd Color CSS Codes

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

#daa5dd Text Font Color

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

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


#daa5dd Background Color

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

This div background color is #daa5dd


#daa5dd Border Color

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

This div border color is #daa5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5dd


Comments

No comments written yet.

Please login to write comment.