Color Hex Logo

#daaffa Color Hex

#DAAFFA
(218,175,250)
0 Favorites   0 Comments

Color spaces of #daaffa

RGB 218175250
HSL0.760.880.83
HSV274°30°98°
CMYK 0.130.300.00   0.02
XYZ61.498752.467597.3284
Yxy52.46750.29110.2483
Hunter Lab72.434524.7908-28.9624
CIE-Lab77.559529.1860-31.3497

#daaffa color RGB value is (218,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11111010
Octal 332 257 372
Decimal 218 175 250
Hex DA AF FA

RGB Percentages of Color #daaffa

%33.90
%27.22
%38.88

CMYK Percentages of Color #daaffa

%13
%30
%0
%2

Triadic Colors of #daaffa

#daaffa #fadaaf #affada

Analogous Colors of #daaffa

#daaffa #faaff5 #b5affa

Monochromatic Colors of #daaffa

#daaffa

Complementary Color

#daaffa #cffaaf

#daaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaffa Color CSS Codes

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

#daaffa Text Font Color

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

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


#daaffa Background Color

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

This div background color is #daaffa


#daaffa Border Color

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

This div border color is #daaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaffa


Comments

No comments written yet.

Please login to write comment.