Color Hex Logo

#daaadb Color Hex

#DAAADB
(218,170,219)
0 Favorites   0 Comments

Color spaces of #daaadb

RGB 218170219
HSL0.830.400.76
HSV299°22°86°
CMYK 0.000.220.00   0.14
XYZ56.074448.769473.4758
Yxy48.76940.31450.2735
Hunter Lab69.835121.1160-13.4964
CIE-Lab75.307625.7846-17.9980

#daaadb color RGB value is (218,170,219).

#daaadb hex color red value is 218, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #daaadb hue: 0.83 , saturation: 0.40 and the lightness value of daaadb is 0.76.

The process color (four color CMYK) of #daaadb color hex is 0.00, 0.22, 0.00, 0.14. Web safe color of #daaadb is #cc99cc. Color #daaadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11011011
Octal 332 252 333
Decimal 218 170 219
Hex DA AA DB

RGB Percentages of Color #daaadb

%35.91
%28.01
%36.08

CMYK Percentages of Color #daaadb

%0
%22
%0
%14

Triadic Colors of #daaadb

#daaadb #dbdaaa #aadbda

Analogous Colors of #daaadb

#daaadb #dbaac4 #c2aadb

Monochromatic Colors of #daaadb

#daaadb

Complementary Color

#daaadb #abdbaa

#daaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaadb Color CSS Codes

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

#daaadb Text Font Color

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

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


#daaadb Background Color

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

This div background color is #daaadb


#daaadb Border Color

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

This div border color is #daaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaadb


Comments

No comments written yet.

Please login to write comment.