Color Hex Logo

#daabfa Color Hex

#DAABFA
(218,171,250)
0 Favorites   0 Comments

Color spaces of #daabfa

RGB 218171250
HSL0.770.890.83
HSV276°32°98°
CMYK 0.130.320.00   0.02
XYZ60.731750.933497.0727
Yxy50.93340.29090.2440
Hunter Lab71.367627.0047-30.6876
CIE-Lab76.638631.3500-32.7686

#daabfa color RGB value is (218,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11111010
Octal 332 253 372
Decimal 218 171 250
Hex DA AB FA

RGB Percentages of Color #daabfa

%34.12
%26.76
%39.12

CMYK Percentages of Color #daabfa

%13
%32
%0
%2

Triadic Colors of #daabfa

#daabfa #fadaab #abfada

Analogous Colors of #daabfa

#daabfa #faabf3 #b3abfa

Monochromatic Colors of #daabfa

#daabfa

Complementary Color

#daabfa #cbfaab

#daabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabfa Color CSS Codes

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

#daabfa Text Font Color

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

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


#daabfa Background Color

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

This div background color is #daabfa


#daabfa Border Color

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

This div border color is #daabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabfa


Comments

No comments written yet.

Please login to write comment.