Color Hex Logo

#daabf1 Color Hex

#DAABF1
(218,171,241)
0 Favorites   0 Comments

Color spaces of #daabf1

RGB 218171241
HSL0.780.710.81
HSV280°29°95°
CMYK 0.100.290.00   0.05
XYZ59.353550.382189.8155
Yxy50.38210.29740.2525
Hunter Lab70.980325.0454-25.3368
CIE-Lab76.303229.5133-28.4253

#daabf1 color RGB value is (218,171,241).

#daabf1 hex color red value is 218, green value is 171 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #daabf1 hue: 0.78 , saturation: 0.71 and the lightness value of daabf1 is 0.81.

The process color (four color CMYK) of #daabf1 color hex is 0.10, 0.29, 0.00, 0.05. Web safe color of #daabf1 is #cc99ff. Color #daabf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11110001
Octal 332 253 361
Decimal 218 171 241
Hex DA AB F1

RGB Percentages of Color #daabf1

%34.60
%27.14
%38.25

CMYK Percentages of Color #daabf1

%10
%29
%0
%5

Triadic Colors of #daabf1

#daabf1 #f1daab #abf1da

Analogous Colors of #daabf1

#daabf1 #f1abe5 #b7abf1

Monochromatic Colors of #daabf1

#daabf1

Complementary Color

#daabf1 #c2f1ab

#daabf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabf1 Color CSS Codes

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

#daabf1 Text Font Color

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

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


#daabf1 Background Color

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

This div background color is #daabf1


#daabf1 Border Color

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

This div border color is #daabf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabf1


Comments

No comments written yet.

Please login to write comment.