Color Hex Logo

#daaafa Color Hex

#DAAAFA
(218,170,250)
0 Favorites   0 Comments

Color spaces of #daaafa

RGB 218170250
HSL0.770.890.82
HSV276°32°98°
CMYK 0.130.320.00   0.02
XYZ60.543550.557097.0100
Yxy50.55700.29090.2429
Hunter Lab71.103427.5590-31.1199
CIE-Lab76.409931.8908-33.1215

#daaafa color RGB value is (218,170,250).

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

The process color (four color CMYK) of #daaafa color hex is 0.13, 0.32, 0.00, 0.02. Web safe color of #daaafa is #cc99ff. Color #daaafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11111010
Octal 332 252 372
Decimal 218 170 250
Hex DA AA FA

RGB Percentages of Color #daaafa

%34.17
%26.65
%39.18

CMYK Percentages of Color #daaafa

%13
%32
%0
%2

Triadic Colors of #daaafa

#daaafa #fadaaa #aafada

Analogous Colors of #daaafa

#daaafa #faaaf2 #b2aafa

Monochromatic Colors of #daaafa

#daaafa

Complementary Color

#daaafa #cafaaa

#daaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaafa Color CSS Codes

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

#daaafa Text Font Color

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

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


#daaafa Background Color

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

This div background color is #daaafa


#daaafa Border Color

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

This div border color is #daaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaafa


Comments

No comments written yet.

Please login to write comment.