Color Hex Logo

#daa3dd Color Hex

#DAA3DD
(218,163,221)
0 Favorites   0 Comments

Color spaces of #daa3dd

RGB 218163221
HSL0.820.460.75
HSV297°26°87°
CMYK 0.010.260.00   0.13
XYZ55.061846.320374.4452
Yxy46.32030.31320.2634
Hunter Lab68.059025.3086-17.2120
CIE-Lab73.752929.9465-21.4467

#daa3dd color RGB value is (218,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 11011101
Octal 332 243 335
Decimal 218 163 221
Hex DA A3 DD

RGB Percentages of Color #daa3dd

%36.21
%27.08
%36.71

CMYK Percentages of Color #daa3dd

%1
%26
%0
%13

Triadic Colors of #daa3dd

#daa3dd #dddaa3 #a3ddda

Analogous Colors of #daa3dd

#daa3dd #dda3c3 #bda3dd

Monochromatic Colors of #daa3dd

#daa3dd

Complementary Color

#daa3dd #a6dda3

#daa3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa3dd Color CSS Codes

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

#daa3dd Text Font Color

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

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


#daa3dd Background Color

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

This div background color is #daa3dd


#daa3dd Border Color

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

This div border color is #daa3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa3dd


Comments

No comments written yet.

Please login to write comment.