Color Hex Logo

#daa1dd Color Hex

#DAA1DD
(218,161,221)
0 Favorites   0 Comments

Color spaces of #daa1dd

RGB 218161221
HSL0.830.470.75
HSV297°27°87°
CMYK 0.010.270.00   0.13
XYZ54.709545.615674.3278
Yxy45.61560.31320.2612
Hunter Lab67.539326.3982-17.9718
CIE-Lab73.295431.0276-22.1428

#daa1dd color RGB value is (218,161,221).

#daa1dd hex color red value is 218, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #daa1dd hue: 0.83 , saturation: 0.47 and the lightness value of daa1dd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 11011101
Octal 332 241 335
Decimal 218 161 221
Hex DA A1 DD

RGB Percentages of Color #daa1dd

%36.33
%26.83
%36.83

CMYK Percentages of Color #daa1dd

%1
%27
%0
%13

Triadic Colors of #daa1dd

#daa1dd #dddaa1 #a1ddda

Analogous Colors of #daa1dd

#daa1dd #dda1c2 #bca1dd

Monochromatic Colors of #daa1dd

#daa1dd

Complementary Color

#daa1dd #a4dda1

#daa1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa1dd Color CSS Codes

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

#daa1dd Text Font Color

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

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


#daa1dd Background Color

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

This div background color is #daa1dd


#daa1dd Border Color

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

This div border color is #daa1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa1dd


Comments

No comments written yet.

Please login to write comment.