Color Hex Logo

#daaadd Color Hex

#DAAADD
(218,170,221)
0 Favorites   0 Comments

Color spaces of #daaadd

RGB 218170221
HSL0.820.430.77
HSV296°23°87°
CMYK 0.010.230.00   0.13
XYZ56.339348.875374.8711
Yxy48.87530.31280.2714
Hunter Lab69.910921.5043-14.5591
CIE-Lab75.373726.1593-18.9876

#daaadd color RGB value is (218,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11011101
Octal 332 252 335
Decimal 218 170 221
Hex DA AA DD

RGB Percentages of Color #daaadd

%35.80
%27.91
%36.29

CMYK Percentages of Color #daaadd

%1
%23
%0
%13

Triadic Colors of #daaadd

#daaadd #dddaaa #aaddda

Analogous Colors of #daaadd

#daaadd #ddaac7 #c1aadd

Monochromatic Colors of #daaadd

#daaadd

Complementary Color

#daaadd #adddaa

#daaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaadd Color CSS Codes

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

#daaadd Text Font Color

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

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


#daaadd Background Color

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

This div background color is #daaadd


#daaadd Border Color

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

This div border color is #daaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaadd


Comments

No comments written yet.

Please login to write comment.